Modify

Opened 16 years ago

Closed 15 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 Jeff Hammel

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

comment:2 Changed 15 years ago by Jeff Hammel

Resolution: wontfix
Status: newclosed

obseleting, see #3226 and trac:#7562

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jeff Hammel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.