RSS Feed template is broken
Components
Labels
Description
Context Information
Additional information (do not use)
Activity

Alex November 13, 2009 at 7:58 PM
This task was resolved multiple times, because of themes were moved into separate modules. I will revert issue status and fixed in version fields back to normal manually.

Dmitry Andrejev November 13, 2009 at 6:57 PM
Fix committed to [b]RC branch/b. Commit Message:
1. Fixes #0000086: Added IsMenu = 0 during Category Suggestion
2. Corrected current category URL on Category Pending and Category Confirm Pending templates

Former user October 3, 2009 at 12:56 PM
Closing issues from 5.0.0 version, because version was already released.

Dmitry Andrejev June 22, 2009 at 5:02 PM
Fix committed to [b]RC branch/b. Commit Message:
1. Fixes #0000086: Added IsMenu = 0 during Category Suggestion
2. Corrected current category URL on Category Pending and Category Confirm Pending templates

Alex June 17, 2009 at 2:00 PM
Fix committed to [b]RC branch/b. Commit Message:
Fixes #0000086: RSS Feed template is broken
Details
Priority
MinorAssignee
Dmitry AndrejevDmitry AndrejevReporter
AlexAlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
86External issue URL
Fix versions
Affects versions
Details
Details
Priority
Assignee

Reporter

Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
RSS feed generation templated (based on given article category) is broken in 2 places:
1. it tries to show Description instead of Body field.
2. it doesn't use htmlspecialchars on article title and body, that results in broken XML, when such fields contain HTML in them.