Contents
Create new divisions in roadmap and milestone progress bars
Note: The functionality of this plugin is available in the Trac core as of 0.11 (t:#5572.). See TracIni#milestone-groups-section.
Description
Useful when used with the new ticket workflow provided by 0.11. You can define divisions in your milestone progress bars in addition to, or instead of the standard closed/open divisions. My colour sense is terrible, but you get the idea.
Requirements
The plugin relies on the ability to serve up css using a Genshi TextTemplate?. This requires the trac-0.11dev.patch be applied to Trac (the patch is included with the sources). I am hoping there will be a way to avoid this very soon.
Bugs/Feature Requests
Existing bugs and feature requests for CustomRoadmapPlugin are here.
If you have any issues, create a new ticket.
Source
Download the zipped source from here, check out CustomRoadmapPlugin from here using Subversion, or browse the source with Trac.
Example
New progress bar divisions are configured in your trac.ini
[components] customroadmap.* = enabled [roadmap] stats_provider = CustomRoadmapTicketGroupStatsProvider [milestone] stats_provider = CustomRoadmapTicketGroupStatsProvider [roadmap-groups] groups = closed,open,new closed.status = closed closed.color = #bae0ba closed.counts = true open.status = assigned,reopened open.color = #ffff00 new.status = new new.color = #ffffff
Recent Changes
[2348] by davecole on 06/28/07 14:59:29
First public version.
[2347] by davecole on 06/28/07 14:53:48
New hack CustomRoadmapPlugin, created by davecole
Author/Contributors
Attachments
- progress.png (8.0 kB) -
My colour sense is terrible, but you get the idea.
, added by davecole on 06/28/07 15:01:14.


