Contents
Display a list of matching milestones
Notice: This plugin is unmaintained and available for adoption.
Description
This is a macro to display a list of milestones that have matching names. This can be used for reporting on releases which are close together.
The macro supports wildcard-matching, whether the milestone has been released or not and whether the list should be displayed in alphabetical order or not. Here is an example of how to display upcoming (and just released) releases, matching two types of names but not completed and in ascending order:
[[MilestoneQuery(%release_%,,)]] [[MilestoneQuery(%rc_%,,)]]
This is how we display our previous releases, particularly named releases in descending order:
[[MilestoneQuery(release_%, completed, DESC)]]
Bugs/Feature Requests
Existing bugs and feature requests for MilestoneQueryMacro are here.
If you have any issues, create a new ticket.
enhancement |
1 / 2 |
||
---|---|---|---|
task |
1 / 2 |
Download
Download the zipped source from here.
Source
You can check out MilestoneQueryMacro from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Recent Changes
- 18189 by Cinc-th on 2021-04-11 07:25:00
-
MilestoneQueryMacro: simplify imports by unifying different codepath for Python 2/3 for !StringIO.
- 18158 by Cinc-th on 2021-04-07 18:53:47
-
MilestoneQueryMacro: Fixed issue where spaces in milestone names broke the header line.
- Fixed minor issue with Python 3.
- Added classifiers to setup.py.
- Bumped version to 1.1.0.
- 16227 by rjollos on 2017-02-09 23:38:20
-
1.0.2: Support Trac >= 1.2
Fixes #13050.
(more)
Author/Contributors
Author: nicferrier
Maintainer: none (needsadoption)
Contributors: