wiki:PlannedMilestonesMacro

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

Documented upcoming changes associated with #5449 and #5634

Display upcoming 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 descriptive text for the milestone names. 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 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
exclude Names matching the regular expression are excluded Regular expression
ignore Milestones matching the specified conditions are ignore noduedate
include Names matching the regular expression are exclusively included Regular expression
max Maximum number of upcoming milestones to list Positive integer

Example:

[[PlannedMilestones(max=5, include=next-major, ignore=noduedate)]]

The next-major pattern for the milestone 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
Contributors: mgood, andyhan
Current Maintainer: rjollos