Modify ↓
Opened 17 years ago
Closed 17 years ago
#6157 closed defect (fixed)
RSS for timeline contains relative urls for wiki diff link
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | timeline | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I use a reader for the RSS feeds to watch the timeline and noticed that the (diff) links don't work for 0.11. The links worked correctly before I upgraded to 0.11. I used svn to check out r6047.
Here is an excerpt from the rss feed. Note how the url within the <link> tag has the absolute URL but the link within the description tab has a relative url.
<title>TestAutomationTestCaseProgress edited</title> <dc:creator>joes</dc:creator> <pubDate>Tue, 09 Oct 2007 11:56:24 GMT</pubDate> <link>http://devserver:8000/webtrac/wiki/TestAutomationTestCaseProgress</link> <guid isPermaLink="false">http://devserver:8000/webtrac/wiki/TestAutomationTestCaseProgress/1191930984</guid> <description><a href="/webtrac/wiki/TestAutomationTestCaseProgress?action=diff&amp;version=174">(diff)</a></description> <category>wiki</category> </item>
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Component: | general → timeline |
---|---|
Description: | modified (diff) |
Milestone: | → 0.11 |
Owner: | changed from | to
Version: | → devel |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Also fixed by r6158.