Modify ↓
#467 closed enhancement (fixed)
[Patch] Limit which milestones are listed via pattern match
| Reported by: | ged-trachacks@… | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | PlannedMilestonesMacro |
| Severity: | normal | Keywords: | planned milestones pattern match select |
| Cc: | Trac Release: | 0.9 |
Description
I love your milestones macro, but I wanted to list only those milestones which matched a given pattern, as I have multiple projects under a single Trac instance. The attached patch adds that functionality plus some documentation with examples that shows up on the WikiMacros page.
The code in the patch is yours to do with what you like.
Attachments (1)
Change History (5)
Changed 7 years ago by ged-trachacks@…
comment:1 Changed 4 years ago by anonymous
- Cc rjollos added
comment:2 Changed 4 years ago by rjollos
- Cc rjollos removed
- Owner changed from jornh to rjollos
- Summary changed from Patch for limiting which milestones are listed via pattern match to [Patch] Limit which milestones are listed via pattern match
comment:3 Changed 4 years ago by rjollos
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 4 years ago by rjollos
The functionality of this patch was incorporated into [6943].
Note: See
TracTickets for help on using
tickets.


Patch that adds selection-by-pattern to the PlannedMilestonesMacro