[Trac-tickets] [The Trac Project] #1185: RSS output format for
timeline does not include the author's name in item titles
The Trac Project
noreply at edgewall.com
Fri Feb 4 09:48:00 EST 2005
#1185: RSS output format for timeline does not include the author's name in item
titles
----------------------+-----------------------------------------------------
Id: 1185 | Status: new
Component: timeline | Modified: Fri Feb 4 09:47:59 2005
Severity: minor | Milestone:
Priority: low | Version: devel
Owner: jonas | Reporter: Juanma Barranquero
----------------------+-----------------------------------------------------
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.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1185>
The Trac Project <>
More information about the Trac-Tickets
mailing list