Modify ↓
#2793 closed defect (fixed)
Trac Wiki links in RSS descriptions aren't complete
Reported by: | 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><a class="wiki" href="/trac/wiki/WorkFlow">WorkFlow</a>: * Switched to <tt>SingletonExtensionPoint</tt>, 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 , 18 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like it's fixed with r3481.
Note:
See TracTickets
for help on using tickets.
Should be easy to fix.