#6383 closed enhancement (wontfix)
Small patch to also include a listing of the tickets that refer to the specified ticket from either description or comment
Reported by: | Owned by: | David Francos Cuartero | |
---|---|---|---|
Priority: | normal | Component: | TicketBackLinksMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In TicketBackLinksMacro insert the attached code snipped right before the return statement in the expand_macro method.
It will give you a list of all tickets referring to the specified ticket thispage.
Attachments (6)
Change History (12)
comment:1 follow-up: 4 Changed 15 years ago by
Changed 15 years ago by
Attachment: | TicketBackLinksMacroPatch.tar.gz added |
---|
The "patch" to the TicketBackLinksMacro (macro.py)
Changed 15 years ago by
Attachment: | TracDbBackendPatch.tar.gz added |
---|
The "patch" to the trac DB backends for reference
Changed 15 years ago by
Attachment: | TracDbBackendPatch.tar.2.gz added |
---|
The "patch" to the trac DB backends for reference CORRECTED
comment:2 Changed 15 years ago by
somehow I managed to only package the symbolic links to the trac db backends, see the second attachment for the actual files.
comment:3 Changed 15 years ago by
There is a new version of the macro patch. This version fixes the issue that the original description in the table ticket was not queried.
See TicketBackLinksMacroPatch.tar.2.gz
Changed 15 years ago by
Attachment: | TicketBackLinksMacroPatch.tar.2.gz added |
---|
The "patch" to the TicketBackLinksMacro (macro.py) CORRECTED
comment:4 Changed 15 years ago by
Replying to carstenklein@yahoo.de:
see ticket http://trac.edgewall.org/ticket/8914
comment:5 Changed 15 years ago by
Updated the patch to macro.py and made it a unified patch.
Updated also the patch to the current trunk of trac and made it a unified patch, also. Included it here for reference.
Changed 15 years ago by
Attachment: | TracDBBackendRegexp.patch added |
---|
corrected version of the patch to the database backends for reference
Changed 15 years ago by
Attachment: | TicketBackLinksMacro.patch.tar.gz added |
---|
corrected version of the patch, the former did not match all occurrences in the ticket_change table
comment:6 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Sorry, not going to apply that patches, having upstream to need to update trac is just not something i'm gonna do.
I have updated the patch with a corrected version and finally managed to upload it as an attachment as well ;)
Please note that this version requires changes to the database backends included with trac. I have included those changes in the second attachment for reference. I will try to have these changes merged into the mainline of trac so that they can be included with the next minor release.