Edgewall Software
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)

report.rss.diff (537 bytes ) - added by anonymous 18 years ago.
Fix for broken reports RSS (sorry, wrong order)

Download all attachments as: .zip

Change History (3)

by anonymous, 18 years ago

Attachment: report.rss.diff added

Fix for broken reports RSS (sorry, wrong order)

comment:1 by Christian Boos, 18 years ago

Owner: changed from Matthew Good to Christian Boos
Severity: normalminor
Status: newassigned

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 osimons, 17 years ago

Milestone: 0.11.10.11
Resolution: fixed
Status: assignedclosed

The fix for this was included in the context-refactoring merge at [6139].

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.