On 4/22/2010 5:15 PM, Cooke, Mark wrote:
...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!
Yes, wrapping a div with style="font-size: 80%" around a table won't
work, I've already noticed, though I don't know the exact CSS rules that
influence this. I'm also willing to hear a suggestion for a fix, as I'd
like to use that trick for the WikiFormatting "cheat sheet" table...
(http://trac.edgewall.org/wiki/WikiFormatting#Cheatsheet).
-- Christian
--
You received this message because you are subscribed to the Google Groups "Trac
Users" 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-users?hl=en.