#5644 New GIT RSS feed has superflous title string. [ss2482]

v1.0.0
closed
nobody
General
2015-08-20
2013-01-22
Chris Tsai
No

[forge:site-support:#2482]

Hi, the recent upgrade to the new SourceForge format of my project page (SleepyHead) has resulted in a few problems.

The RSS feed under code shows "New Commit" for every title even though it's a feed of git commits. It really should show the first line of the GIT commit comments.

Makes the RSS feed practically useless for quick review to see who's posting what.

Please change this if possible..

Screenshot as how it used to be. Very useful.. Now it's just 5 rows of New Commit. Boring.

Sounds like a good change to me.

Related

Tickets: #5644

Discussion

  • Anonymous - 2013-04-24

    Originally by: manuelbi

    We'd like a feed with useful info to make overviews like you can see on this page (notice the openMSX one being totally useless now): http://tasvideos.org/EmulatorResources/Updates.html It used to be fine with the old site...

     
  • Dave Brondsema

    Dave Brondsema - 2013-04-26
    • labels: support, p3, feature-parity --> support, p3, feature-parity, 42cc
    • Milestone: limbo --> forge-backlog
     
  • Dave Brondsema

    Dave Brondsema - 2013-04-26

    I'd suggest the <item><title> should be a truncated form of the commit message (stop at \n or 200 chars, add ... if needed).

    We should also fix:

    Make sure this works well for hg & svn too, of course

     
  • Igor Bondarenko - 2013-04-29

    Created #332: [#5644] Improve RSS streams for repos (1cp)

     

    Related

    Tickets: #5644

  • Igor Bondarenko - 2013-04-29
    • status: open --> in-progress
     
  • Igor Bondarenko - 2013-05-14

    Closed #332. je/42cc_5644

    This fixes first two bullets in the Dave's list. Validation also passes (for both rss and atom), but there is a couple of warnings in 'recommendations' section. Fixing those will require additional amount of work (like extending standard feed generators to tweak their output). If you want validation pass without any warnings, let me know, and I'll create another ticket for this.

    Also, to fix one validation error we've changed <guid> to be a full link to the commit. I believe this affects other artifacts too, but they doesn't generate useful link (<guid> is constructed from unique_id, and for most artifacts this is just a random hash-like string). Maybe we should change other artifacts to provide a meaningful value for unique_id to generate a link.

     
  • Igor Bondarenko - 2013-05-14
    • status: in-progress --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2013-05-15
    • QA: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2013-05-15
    • status: code-review --> closed
    • Milestone: forge-backlog --> forge-may-17
     
  • Dave Brondsema

    Dave Brondsema - 2013-05-15

    This is a good amount of fixes, thanks. I did add commit 6c43ea to remove a bit of duplicate code.

     

Log in to post a comment.