[[PageOutline(2-5,Contents,pullout)]] = Display milestones and their due dates {{{#!box warning **Notice:** This plugin is not maintained (#11011) and suggest to use UpcomingMilestonesChartMacro. }}} == Description This macro displays a bulleted list of milestones ordered by their due dates. You can put it on your WikiStart page so everyone can see at a glance what's in store for the future. To get a meaningful list you need to enter descriptive text for the milestone names. == Bugs/Feature Requests Existing bugs and feature requests for PlannedMilestonesMacro are [report:9?COMPONENT=PlannedMilestonesMacro here]. If you have any issues, create a [/newticket?component=PlannedMilestonesMacro new ticket]. [[TicketQuery(component=PlannedMilestonesMacro&group=type,format=progress)]] == Download Download the zipped source from [export:plannedmilestonesmacro here]. == Source You can check out PlannedMilestonesMacro from [/svn/plannedmilestonesmacro here] using Subversion, or [source:plannedmilestonesmacro browse the source] with Trac. == Example If you insert {{{ [[PlannedMilestones]] }}} You will get something like this: * 26-01-2006 - [wiki:WikiStart 0.9.4 Bugfix Release] * ''(later)'' - [wiki:WikiStart 0.10 Plugable Backends] * ''(later)'' - [wiki:WikiStart 0.11 Integration of WebAdmin into core] The milestone names will be links to the actual milestone descriptions. In the example above, the links point to WikiStart for the lack of anything better. There are several parameters that can be specified. || '''Parameter''' || '''Description''' || '''Valid Values''' || '''Status''' || || exclude || Names matching the regular expression are excluded || Regular expression || Not yet implemented, see #5449 || || ignore || Milestones matching the specified conditions are ignore || noduedate, overdue || Implemented in [7504] || || include || Names matching the regular expression are exclusively included || Regular expression || Implemented in [7504], but does not yet take a comma separated list || || max || Maximum number of upcoming milestones to list || Positive integer || Implemented in [7504] || Example: {{{ [[PlannedMilestones(max=5, include=next-major, ignore=noduedate)]] }}} The `next-major` pattern in the example was taken from the roadmap on the [http://trac.edgewall.org/roadmap Edgewall Trac site]. == Recent Changes [[ChangeLog(plannedmilestonesmacro, 3)]] == Author/Contributors '''Author:''' jornh [[BR]] '''Maintainer:''' [[Maintainer]][[BR]] '''Contributors:''' mgood, andyhan