Modify ↓
Opened 14 years ago
Closed 12 years ago
#8728 closed defect (fixed)
links to messages via anchors dont work
Reported by: | Markus Decke | Owned by: | Markus Decke |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Links of Messages which appear in the Timeline used to jump right to the message. Somehow the anchors are not used in the links anymore.
using the newest discussion plugin zip r10108 the links are now like this
https://<server>/discussion/message/1988
they were more like this
https://<server>/discussion/topic/131#message1988
Same behavior at http://blackhex.no-ip.org/timeline
The old way was nicer for long Threads and for linkage in the wiki
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → closed |
---|
Changed 14 years ago by
Attachment: | timeline.py.diff added |
---|
fix of the links to discussionboard in the timeline
comment:3 Changed 14 years ago by
Severity: | normal → trivial |
---|
Thank you for the patch, I'll fix that in the trunk when I'll get back to the plugin develompment.
comment:5 Changed 12 years ago by
Owner: | changed from Radek Bartoň to Markus Decke |
---|---|
Status: | new → assigned |
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I solved the problem with the diff of timeline, the right-hand side are my changes made to the latest original, as it looks in the svn.
The last lines are not really changes, they just got moved to a different line. The problem was that the ids list never had 3 item, and therefor links were broken.
I used the zip provided at the discussionplugin wiki page.
I hope you can add that to the svn.
thx for the great plugin :)