Changes between Initial Version and Version 1 of MilestoneQueryMacro


Ignore:
Timestamp:
Nov 26, 2010, 11:46:35 PM (13 years ago)
Author:
Nic Ferrier
Comment:

New hack MilestoneQueryMacro, created by nicferrier

Legend:

Unmodified
Added
Removed
Modified
  • MilestoneQueryMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Milestone Query =
     4
     5== Description ==
     6
     7A macro to display a list of matching milestones. Very useful for reporting on releases.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for MilestoneQueryMacro are
     12[report:9?COMPONENT=MilestoneQueryMacro here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=MilestoneQueryMacro&owner=nicferrier new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:milestonequerymacro here].
     20
     21== Source ==
     22
     23You can check out MilestoneQueryMacro from [http://trac-hacks.org/svn/milestonequerymacro here] using Subversion, or [source:milestonequerymacro browse the source] with Trac.
     24
     25== Example ==
     26
     27Here's how we display our upcoming (and just released) releases, matching two types of names but not completed and in ascending order:
     28
     29{{{
     30[[MilestoneQuery(%release_%,,)]]
     31
     32[[MilestoneQuery(%rc_%,,)]]
     33}}}
     34
     35This is how we display our previous releases, particularly named releases in descending order:
     36
     37{{{
     38[[MilestoneQuery(release_%, completed, DESC)]]
     39}}}
     40
     41
     42== Recent Changes ==
     43
     44[[ChangeLog(milestonequerymacro, 3)]]
     45
     46== Author/Contributors ==
     47
     48'''Author:''' [wiki:nicferrier] [[BR]]
     49'''Maintainer:''' [wiki:nicferrier] [[BR]]
     50'''Contributors:'''