Opened 18 years ago
Closed 18 years ago
#5422 closed defect (fixed)
relative links in report RSS break FF's reader
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | report system | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Report RSS format has root-relative links, which Firefox doesn't handle correctly. Other RSS feeds (timeline, ticket comments, etc) have absolute URLs, which work.
Attachments (1)
Change History (7)
comment:1 by , 18 years ago
| Component: | general → report system |
|---|---|
| Owner: | changed from to |
comment:2 by , 18 years ago
| Milestone: | → 0.11 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 18 years ago
That patch errors with this message:
Trac detected an internal error: UndefinedError: <Context report:6, ticket:1 <Request "GET /report/6">> has no member named "get_href"
File "/usr/lib/python2.3/site-packages/Trac-0.11dev-py2.3.egg/trac/ticket/templates/report.rss", line 1, in <Expression u'row.context.get_href(abs_href)'>
I'm running 0.11dev, which was built from source:/trunk@5468. I don't have time to upgrade to the bleeding edge at the moment, so I can't test it there.
comment:4 by , 18 years ago
Change of plans….please ignore my comment at 5:34.
I did get to do the upgrade to source:/trunk@5578 and the patch works like a charm.
comment:6 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Severity: | normal → minor |
| Status: | new → closed |
Patch applied in r5579.



Could you please test the attached patch? If that doesn't fix the issue, then please attach an example file containing the still broken output, thanks!