Modify ↓
Opened 9 years ago
Closed 8 years ago
#12620 closed enhancement (fixed)
Ticket-changeset relation table
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracTicketChangelogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Create a ticket-changeset relation table. The table would be populated by implementing IRepositoryChangeListener
. It looks like the original author had similar ideas: tracticketchangelogplugin/0.12/ticketlog/model.py@13954 is currently unused. This should make the plugin faster, and extraction of the referenced tickets from the changeset message can be made more precise since we won't have to use a LIKE
clause in the query (see next item).
This was originally suggested in #11821.
Attachments (0)
Change History (2)
Note: See
TracTickets for help on using
tickets.
I'm considering enhancements to Trac that would support this: trac:#12485.