wiki:PlannedMilestonesMacro

Version 30 (modified by Ryan J Ollos, 12 years ago) (diff)

Needs a license.

Display milestones and their due dates

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.

License: This plugin currently has no license. Ticket #9811 has been opened to try and contact the author.

Bugs/Feature Requests

Existing bugs and feature requests for PlannedMilestonesMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:plannedmilestonesmacro 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:

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

17008 by rjollos on 2017-11-30 04:07:55
Conform to PEP8
16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
10967 by rjollos on 2011-12-01 09:52:21
Replaced source code URL with trac-hacks wiki page URL.
(more)

Author/Contributors

Author: jornh
Maintainer: rjollos
Contributors: mgood, andyhan