Edgewall Software
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 Christopher Lenz, 20 years ago

Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

My fault :-P

comment:2 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1234].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.