Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#2793 closed defect (fixed)

Trac Wiki links in RSS descriptions aren't complete

Reported by: craig@… Owned by: Christian Boos
Priority: normal Milestone: 0.10
Component: version control/log view Version: devel
Severity: minor Keywords: RSS
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

If you look at RSS feed generated for a log, such as this one:

http://projects.edgewall.com/trac/log/sandbox/workflow?limit=100&mode=stop_on_copy&format=rss

The link for an individual item in the feed is fine, but the wiki links that are embedded in the description are relative links, which aren't understood by all feed readers.

    <item><author>alec@swapoff.org</author>
     <pubDate>Fri, 03 Feb 2006 11:11:14 GMT</pubDate>
     <title>Revision 2869: WorkFlow:    * Switched to SingletonExtensionPoint, much cleaner.</title>
     <link>http://projects.edgewall.com/trac/changeset/2869</link>
     <description>&lt;a class=&#34;wiki&#34; href=&#34;/trac/wiki/WorkFlow&#34;&gt;WorkFlow&lt;/a&gt;:

  * Switched to &lt;tt&gt;SingletonExtensionPoint&lt;/tt&gt;, much cleaner.</description>
     <category>Log</category>
    </item>

In this example, href="/trac/wiki/WorkFlow" should really be href="http://projects.edgewall.com/trac/wiki/WorkFlow".

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 18 years ago

Milestone: 0.10
Owner: changed from Jonas Borgström to Christian Boos

Should be easy to fix.

comment:2 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Looks like it's fixed with r3481.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.