Ticket #3161 (closed task: wontfix)

Opened 5 years ago

Last modified 5 years ago

autoquery should use genshi transformer instead of its own template

Reported by: k0s Assigned to: k0s
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

Change History

06/20/08 22:39:59 changed by k0s

if #3226 is done and this gets into to core, this ticket is obseleted

09/29/08 16:15:00 changed by k0s

  • status changed from new to closed.
  • resolution set to wontfix.

obseleting, see #3226 and trac:#7562


Add/Change #3161 (autoquery should use genshi transformer instead of its own template)




Change Properties
Action