>> ...I've just looked again and remembered what it was I liked:
>> the mini-fied ticket reports in the milestone descriptions for
>> e.g. experimental and mercurial-plugin
>> (http://trac.edgewall.org/milestone/experimental).  I cannot see the
>> milestone description source and cannot work out how to shrink the
>> text using wikiformatting (I've tried putting the query macro inside
>> sub/super-script but that is not as small nor cross-browser)...
>>
> 
> Easy, http://trac.edgewall.org/milestone/mercurial-plugin :
> ---------------------------------------------------------
> 
> Overview of tickets applicable to the TracMercurial plugin.
> 
> {{{
> #!div style="font-size: 80%"
> [[TicketQuery(status!=closed,milestone=mercurial-plugin,order=
> priority)]]
> }}}
> 
> ----------------------------------------------------------
> 
> Should work even in the old venerable 0.11.x versions ;-)
> 
Thanks very much, I still have much to learn about using Genshi.

It works on 0.11.7 as above but fails when I use the following...

{{{
#!div style="font-size: 80%"
[[TicketQuery(status!=closed,milestone^=v
2.0.,format=table,col=milestone|summary|owner|reporter,group=status)]]
}}}

...I assume because of the "format=table" which I am using to show the
tickets nicely grouped by sub-project (component).  Suggestions welcome!

~ mark c

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

Reply via email to