Christopher Lenz wrote: > Am 04.11.2006 um 17:37 schrieb Sid Wiesner: >> I'm working on a MilestoneQuery macro that allows you to use custom >> queries to create a milestone in any wiki field. For example: >> [[MilestoneQuery(owner=sid)]] > > Another option would be to add it to the existing TicketQuery macro, > with a style flag called "progress" or sth.
I found this ticket that does exactly that type of thing and also incorporates your idea about using the same template code for milestone and roadmap display: http://trac.edgewall.org/ticket/2314 > What do you mean with "normal macro"? Starting with 0.11, the style > you used is the only kind of macro supported. Okay, in 0.10, the macros look like they are rendered after the HTML <head> was already written, so you could not add additional stylesheets in the macro body, and so I went with inline style settings instead. If 'req' will be available to all macros starting with 0.11, then this won't be a problem with "normal macros" (ones that are not distributed as part of the Trac core code). Sid --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
