= Display milestones with due dates = {{{ #!html
This macro is under development and the wiki page does not currently reflect the functionality of the code in the repository. It should be finished in a few weeks.
}}} == Description == The PlannedMilestonesMacro 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. '''Note:''' 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 [http://trac-hacks.org/newticket?component=PlannedMilestonesMacro&owner=rjollos new ticket]. == Download == Download the zipped source from [download:plannedmilestonesmacro here]. == Source == You can check out PlannedMilestonesMacro from [http://trac-hacks.org/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:''' rjollos [[BR]] '''Contributors:''' mgood, andyhan {{{ #!html }}}