Modify ↓
Opened 16 years ago
Closed 16 years ago
#3161 closed task (wontfix)
autoquery should use genshi transformer instead of its own template
Reported by: | Jeff Hammel | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | high | Component: | AutoQueryPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Currently, the AutoQueryPlugin uses a copy of the ticket.html from default trac. This is undesirable for a few reasons:
- other plugins depend on the correct value of filename and will fail if autoquery_ticket.html is returned
- the template may change and then there is an extra copy of the template is maintained
Renaming this to 'ticket.html' doesn't help, as this picks up the default ticket.html. Instead, just filter the stream
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
obseleting, see #3226 and trac:#7562
Note: See
TracTickets for help on using
tickets.
if #3226 is done and this gets into to core, this ticket is obseleted