[[PageOutline(2-5,Contents,pullout)]] = Chart Of Upcoming Milestones Macro = == Description == It is very useful to get a short survey about all milestone dates in Trac instances with many milestones, especially because of many projects. This macro automatically generates such chart. You may put in a news box. Overdue dates can be displayed colored. The milestone chart is sorted by date. You can set a filter which milestones are displayed by setting an SQL-like pattern. == Bugs/Feature Requests == Existing bugs and feature requests for UpcomingMilestonesChartMacro are [report:9?COMPONENT=UpcomingMilestonesChartMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=UpcomingMilestonesChartMacro&owner=falkb new ticket]. == Download == Download the zipped source from [download:upcomingmilestoneschartmacro here]. == Source == You can check out UpcomingMilestonesChartMacro from [http://trac-hacks.org/svn/upcomingmilestoneschartmacro here] using Subversion, or [source:upcomingmilestoneschartmacro browse the source] with Trac. == Example == You can see here how to use this macro: {{{ [[UpcomingMilestonesChart(%-%,10,Next Milestone Dates,yellow)]] }}} The example sets * an SQL filter pattern {{{ %-% }}} means here only to display milestones containing a minus in the middle of the name * a maximum of 10 milestones * a title * the color of overdue milestones It is displayed then as [[Image(exampleMilestoneChart.PNG)]] based on these milestones: [[Image(exampleMilestoneOverview.PNG)]] == Recent Changes == [[ChangeLog(upcomingmilestoneschartmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:falkb] [[BR]] '''Maintainer:''' [wiki:falkb] [[BR]] '''Contributors:'''