= Display a list of milestones with due dates = == Description == A macro to display a bulleted list of ''upcoming'' milestones with 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 a descriptive text as part of the milestone name. A version number alone as the milestone name won't be very helpful to most people. == 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=jornh 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 {{{ == Planned milestones == [[PlannedMilestones]] }}} You will get something like this: ---- == Planned milestones == * 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 two optional arguments {{{ [[PlannedMilestones(Filter,N)]] }}} - `Filter` is a pattern that is matched to the start of the milestone name to limit the displayed milestones. It can be left empty. - `N` is the maximum number of displayed milestones matching the pattern in `Filter`. == Recent Changes == [[ChangeLog(plannedmilestonesmacro, 3)]] == Author/Contributors == '''Author:''' jornh [[BR]] '''Contributors:''' mgood, andyhan [[BR]] '''Current Maintainer:''' rjollos