Modify ↓
Opened 20 years ago
Closed 20 years ago
#1185 closed defect (fixed)
RSS output format for timeline does not include the author's name in item titles
Reported by: | Juanma Barranquero | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | timeline | Version: | devel |
Severity: | minor | Keywords: | rss |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This problem appeared some time ago (days, perhaps a week or so). The RSS feed for the timeline does not show the author of each change.
An example of an item of the RSS output from our local Trac server's timeline:
<item> <pubDate>vie, 04 feb 2005 12:15:09 GMT</pubDate> <title>Changeset [540] by </title> <link>http://ourserver/trac/changeset/540</link> <description> <p>Such and such description.</p> </description> <category>Changeset</category> </item>
The server has devel Trac (up-to-date with the repository), Apache 2.0.52, Windows XP SP2, Python 2.3.3, and we're using the ModPython interface, not CGI.
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
My fault :-P