Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2432


Ignore:
Timestamp:
Dec 1, 2005, 11:21:35 PM (18 years ago)
Author:
Christopher Lenz
Comment:

(fixed description)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2432 – Description

    initial v1  
    11URLs constructed on the timeline page and rss version for changes to Wiki pages only contain links to the Wiki page that was changed, not to the actual version of the Wiki page. This leads to non-unique URLs in the rss feeds which break many readers, as well as having links on the timeline to non specific Wiki page versions. This patch corrects this issue:
    22
     3{{{
     4#!diff
    35--- trac/wiki/web_ui.py.old     2005-12-01 16:51:58.000000000 -0500
    46+++ trac/wiki/web_ui.py 2005-12-01 16:51:09.000000000 -0500
     
    2628                                                shorten=True)
    2729                 yield 'wiki', href, title, t, author, comment
     30}}}