| | 1 | [[PageOutline(2-5,Contents,pullout)]] |
|---|
| | 2 | |
|---|
| | 3 | = Milestone Query = |
|---|
| | 4 | |
|---|
| | 5 | == Description == |
|---|
| | 6 | |
|---|
| | 7 | A macro to display a list of matching milestones. Very useful for reporting on releases. |
|---|
| | 8 | |
|---|
| | 9 | == Bugs/Feature Requests == |
|---|
| | 10 | |
|---|
| | 11 | Existing bugs and feature requests for MilestoneQueryMacro are |
|---|
| | 12 | [report:9?COMPONENT=MilestoneQueryMacro here]. |
|---|
| | 13 | |
|---|
| | 14 | If you have any issues, create a |
|---|
| | 15 | [http://trac-hacks.org/newticket?component=MilestoneQueryMacro&owner=nicferrier new ticket]. |
|---|
| | 16 | |
|---|
| | 17 | == Download == |
|---|
| | 18 | |
|---|
| | 19 | Download the zipped source from [download:milestonequerymacro here]. |
|---|
| | 20 | |
|---|
| | 21 | == Source == |
|---|
| | 22 | |
|---|
| | 23 | You 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 | |
|---|
| | 27 | Here'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 | |
|---|
| | 35 | This 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:''' |