Modify

Opened 18 years ago

Closed 14 years ago

Last modified 14 years ago

#467 closed enhancement (fixed)

[Patch] Limit which milestones are listed via pattern match

Reported by: Michael Granger Owned by: Ryan J Ollos
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)

PlannedMilestones.py.diff (2.8 KB) - added by Michael Granger 18 years ago.
Patch that adds selection-by-pattern to the PlannedMilestonesMacro

Download all attachments as: .zip

Change History (5)

Changed 18 years ago by Michael Granger

Attachment: PlannedMilestones.py.diff added

Patch that adds selection-by-pattern to the PlannedMilestonesMacro

comment:1 Changed 15 years ago by anonymous

Cc: Ryan J Ollos added; anonymous removed

comment:2 Changed 14 years ago by Ryan J Ollos

Cc: anonymous added; Ryan J Ollos removed
Owner: changed from jornh to Ryan J Ollos
Summary: Patch for limiting which milestones are listed via pattern match[Patch] Limit which milestones are listed via pattern match

comment:3 Changed 14 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [6943]) Pattern can be specified to filter list of displayed milestones. [[PlannedMilestones(filter)]], [[PlannedMilestones(filter,N)]], and [[PlannedMilestones(,N)]] are valid. Fixes #467

comment:4 Changed 14 years ago by Ryan J Ollos

The functionality of this patch was incorporated into [6943].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.