Modify ↓
Opened 18 years ago
Closed 17 years ago
#5385 closed defect (fixed)
RSS report feeds contain incomplete URI
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | report system | Version: | devel |
Severity: | minor | Keywords: | rss |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac v0.11dev-r5505 returns incomplete URI in reports, which breaks some viewers.
BAD: <generator>Trac v0.11dev-r5505</generator> ... <link>/trac/ticket/2</link> <guid isPermaLink="false">/trac/ticket/2</guid> GOOD: <generator>Trac v0.10.4</generator> ... <link>http://localhost/trac/ticket/2</link> <guid isPermaLink="false">http://localhost/trac/ticket/2</guid>
Fix attached.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | report.rss.diff added |
---|
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Severity: | normal → minor |
Status: | new → assigned |
Great, thanks for the patch. But the WikiContext API is still in flux at this point, so the patch won't be applied as such. It will rather be: row.context.get_href(abs_href)
(see r5523).
comment:2 by , 17 years ago
Milestone: | 0.11.1 → 0.11 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
The fix for this was included in the context-refactoring merge at [6139].
Note:
See TracTickets
for help on using tickets.
Fix for broken reports RSS (sorry, wrong order)