On Wednesday, September 28, 2016 at 2:58:03 PM UTC+1, mimi wrote: > > Hi, > > As in the subject. > > I'm trying to prepare a page which displays a predefined set of the > milestones. In other words I'd like to create a subset of the roadmap page. > > To start I was looking for the Edit button on the Roadmap page, but > there's no any. >
Right, the roadmap isn't a wiki page. > Any suggestions? Where shall I start? > > Kamil Eventually a Milestone macro may be added to Trac: https://trac.edgewall.org/ticket/11702 For now, your best bet is trac-hacks.org, as suggested, but I don't see anything that outputs a milestone in the same format that it appears on the Roadmap page. You might get close by displaying a TicketQuery with a progress bar: https://trac.edgewall.org/wiki/TicketQuery#Usage and you could display the milestone description with: https://trac-hacks.org/wiki/SqlAlchemyQueryMacro - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
