On 12.09.2012 19:00, Benjamin Lau wrote:
Is it possible to do something like:
[[TicketQuery(format=table,col=id|summary,modified<="30 days")]]

http://trac.edgewall.org/wiki/TracQuery#QueryLanguage

[[TicketQuery(format=table,col=id|summary,modified=30daysago..)]]

I also had a question about approach. The other day I modified
TitleIndex to support reversing the title index list order (added a
reverse parameter) and just patched that into my local source copy of
Trac... is there some better way to make these kinds of modifications?

Not sure if it's better, but you could maybe disable the trac.wiki.macros.TitleIndexMacro component, and copy and patch the source to a single file plugin.

--
Peter

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-dev@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to