Contents
Display milestones and their due dates
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 here.
If you have any issues, create a new ticket.
defect |
6 / 6 |
|
---|---|---|
enhancement |
8 / 8 |
|
task |
2 / 2 |
Download
Download the zipped source from here.
Source
You can check out PlannedMilestonesMacro from here using Subversion, or browse the source with Trac.
Example
If you insert
[[PlannedMilestones]]
You will get something like this:
- 26-01-2006 - 0.9.4 Bugfix Release
- (later) - 0.10 Plugable Backends
- (later) - 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 Edgewall Trac site.
Recent Changes
Author/Contributors
Author: jornh
Maintainer: Ryan J Ollos
Contributors: mgood, andyhan