Louise Helenius wrote: > Hi- > > New here, but I needed to modify trac so that the TicketQueryMacro could > additionally give me back a table given the extra argument 'table' as > opposed to 'compact'. > > It was pretty easy, (i just copied the query.cs and cut out all but the > table) but is this something you guys might want back so other people > could use it? > > I certainly find it very helpful. >
The bad news is that we're moving away from Clearsilver to use another templating engine (Genshi), for the next release. So integrating big changes at the Clearsilver template level doesn't make sense anymore... The good news for you is that the TicketQuery macro in the genshi branch already supports the 'table' format :) -- Christian [1] - http://genshi.edgewall.org [2] - http://trac.edgewall.org/browser/sandbox/genshi [3] - http://trac.edgewall.org/changeset/3697 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev -~----------~----~----~----~------~----~------~--~---
