Bug #35645

RSS-Feeds shows not the correct content

Added by Josef Florian Glatz about 1 year ago. Updated 5 months ago.

Status:Resolved Start date:2012-04-03
Priority:Must have Due date:
Assignee:Steffen Gebert % Done:

100%

Category:[FOR] News, Cal, SB
Target version:Code Sprint December
Votes: 0

Description

The rss-feeds didn't show the correct content (also from other categories)

You can take a look: http://typo3.org/teams/security/rss.xml there are items from other categories...

Stucki found that out, while he had to write the redirects...^^

Screen_Shot_2012-05-27_at_12.15.03_PM.png (65.6 kB) Nikola Stojiljković, 2012-05-27 12:15

History

Updated by Michael Stucki about 1 year ago

  • Status changed from New to Accepted

I can confirm this.

Updated by Josef Florian Glatz about 1 year ago

Development - RSS feed is broken: http://typo3.org/xml-feeds/select_category/1/rss.xml
Security- RSS feed is broken: http://typo3.org/xml-feeds/select_category/9/rss.xml
Community - RSS feed is broken: http://typo3.org/xml-feeds/select_category/9/rss.xml

BTW: An RSS feed for events would also be very nice^^

Updated by Michael Stucki about 1 year ago

  • Assignee set to Tolleiv Nietsch

Updated by Michael Stucki about 1 year ago

This is the current .htaccess file on news.typo3.org (the host which does the redirection to typo3.org):

RewriteEngine on

RewriteRule ^$ http://typo3.org/news/ [L,R=301]

RewriteRule ^rss.xml                    http://typo3.org/xml-feeds/rss.xml [R=301,L]
#RewriteRule ^news/teams/rss.xml
RewriteRule ^news/community/rss.xml            http://typo3.org/xml-feeds/select_category/3/rss.xml [R=301,L]
#RewriteRule ^news/teams/content-rendering-group/rss.xml
RewriteRule ^news/development/rss.xml            http://typo3.org/xml-feeds/select_category/1/rss.xml [R=301,L]
#RewriteRule ^news/extensions/rss.xml
RewriteRule ^news/teams/security/rss.xml        http://typo3.org/xml-feeds/select_category/9/rss.xml [R=301,L]
#RewriteRule ^news/teams/typo3org/rss.xml
RewriteRule ^news/typo3-association/rss.xml        http://typo3.org/xml-feeds/select_category/6/rss.xml [R=301,L]

# Redirect all the rest
RewriteRule (.*) http://typo3.org/$1 [R=301,L]

Updated by Joern Bock about 1 year ago

  • Target version set to Public Beta

Updated by Tolleiv Nietsch about 1 year ago

  • Status changed from Accepted to Needs Feedback

Josef --- any complains here? Seems to be solved.

Updated by Josef Florian Glatz about 1 year ago

The link has got an empty xml. So, the urls seems to be working...

Updated by Nikola Stojiljković 12 months ago

  • Assignee changed from Tolleiv Nietsch to Nikola Stojiljković

Updated by Nikola Stojiljković 12 months ago

  • Status changed from Needs Feedback to Under Review
  • Assignee changed from Nikola Stojiljković to Steffen Gebert
  • % Done changed from 0 to 100

Boris Hinzer wrote:

http://typo3.org/xml-feeds/select_category/9/rss.xml - seems to be empty.

This is wrong link. Old category with uid 9 (Security) is not used for security bulletins (which are stored in a separate sys folder). I have fixed this, the new link is: xml-feeds/security/1/rss.xml. Old link xml-feeds/select_category/9/rss.xml and news/teams/security/rss.xml are now redirecting to the new working link.

All of the changes are committed to SVN, will be online after the production rebuild.

Updated by Steffen Gebert 12 months ago

Please also adjust .htaccess redirects:

RewriteRule ^news/teams/security/rss.xml$ xml-feeds/select_category/9/rss.xml [R=301,L]
RewriteRule ^news/teams/security/rss091.xml$ xml-feeds/select_category/9/rss.xml [R=301,L]

Updated by Nikola Stojiljković 12 months ago

Steffen Gebert wrote:

Please also adjust .htaccess redirects:

[...]

This has already been done yesterday. Did you check the SVN history?

Updated by Nikola Stojiljković 12 months ago

  • File Screen_Shot_2012-05-26_at_8.37.55_PM.png added

Nikola Stojiljković wrote:

Steffen Gebert wrote:

Please also adjust .htaccess redirects:

[...]

This has already been done yesterday. Did you check the SVN history?

r2467, please see attached screenshot.

Updated by Nikola Stojiljković 12 months ago

  • File deleted (Screen_Shot_2012-05-26_at_8.37.55_PM.png)

Updated by Steffen Gebert 12 months ago

Ah, great! Didn't have a look as I have no svn access.

Updated by Joern Bock 6 months ago

  • Target version changed from Public Beta to Code Sprint December

Updated by Tolleiv Nietsch 5 months ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF