[[PageOutline(2-5,Contents,pullout)]] = 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. [[Image(progress.png)]] == 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 [report:9?COMPONENT=CustomRoadmapPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CustomRoadmapPlugin&owner=davecole new ticket]. == Source == Download the zipped source from [download:customroadmapplugin here], check out CustomRoadmapPlugin from [http://trac-hacks.org/svn/customroadmapplugin here] using Subversion, or [source:customroadmapplugin browse the source] with Trac. == Example == New progress bar divisions are configured in your trac.ini {{{ #!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 == [[ChangeLog(customroadmapplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:davecole] [[BR]] '''Maintainer:''' [wiki:davecole] [[BR]] '''Contributors:'''