wiki:PlannedMilestonesMacro

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

--

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 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

== Planned milestones ==
[[PlannedMilestones]]

You will get something like this:


Planned milestones


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

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