Changes between Version 11 and Version 12 of PlannedMilestonesMacro


Ignore:
Timestamp:
Oct 30, 2009, 6:49:41 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Documented upcoming changes associated with #5449 and #5634

Legend:

Unmodified
Added
Removed
Modified
  • PlannedMilestonesMacro

    v11 v12  
    55A 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.
    66
    7 '''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.
     7'''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.
    88
    99== Bugs/Feature Requests ==
     
    2727If you insert
    2828{{{
    29 == Planned milestones ==
    3029[[PlannedMilestones]]
    3130}}}
    3231You will get something like this:
    3332----
    34 == Planned milestones ==
    3533  * 26-01-2006 - [wiki:WikiStart 0.9.4 Bugfix Release]
    3634  * ''(later)'' - [wiki:WikiStart 0.10 Plugable Backends]
     
    3937The 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.
    4038
    41 There are two optional arguments
     39There are several parameters that can be specified.
     40
     41|| Parameter || Description                                                     || Valid Values       ||
     42|| exclude   || Names matching the regular expression are excluded              || Regular expression ||
     43|| ignore    || Milestones matching the specified conditions are ignore         || noduedate          ||
     44|| include   || Names matching the regular expression are exclusively included  || Regular expression ||
     45|| max       || Maximum number of upcoming milestones to list                   || Positive integer   ||
     46
     47Example:
    4248{{{
    43 [[PlannedMilestones(Filter,N)]]
     49[[PlannedMilestones(max=5, include=next-major, ignore=noduedate)]]
    4450}}}
    45  - `Filter` is a pattern that is matched to the start of the milestone name to limit the displayed milestones. It can be left empty.
    46  - `N` is the maximum number of displayed milestones matching the pattern in `Filter`.
     51
     52The `next-major` pattern for the milestone was taken from the roadmap on the [http://trac.edgewall.org/roadmap Edgewall Trac site].
    4753
    4854== Recent Changes ==