Is it possible to do something like:
[[TicketQuery(format=table,col=id|summary,modified<="30 days")]]

I'd like to be able to to show only tickets modified in the last 30
days. I just discovered the "changetime" option by playing around with
Custom Query (how long has that been there... I obviously don't use
tickets enough) but I'd need to be able to dynamically calculate that.

If this isn't supported (looking at the code I don't think it is) I'm
guessing this wouldn't be terribly hard to implement using dateutil's
relativedelta, but maybe someone has a better thought about it.

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?

Ben

-- 
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