[[PageOutline(2-5,Contents,pullout)]] = Include or exclude milestones from the roadmap == Description This is a plugin that allows you to include or exclude milestones from the roadmap. Two new fields appear in the box at the top right of the roadmap page: "Include" and "Exclude". In each box, you can enter milestone names to filter in or out. Seperate multiple names with | (pipe). Some standard Trac prefixes are allowed at the start of each milestone name: * '{{{^}}}' on the front means milestones starting with the following string will be included in the filter. * '{{{$}}}' on the front means milestones ending with the following string will be included in the filter. * '{{{~}}}' on the front means milestones containing the following string will be included in the filter. Anything else is an exact match. See also: RoadmapPlugin == Bugs/Feature Requests Existing bugs and feature requests for RoadmapFilterPlugin are [report:9?COMPONENT=RoadmapFilterPlugin here]. If you have any issues, create a [/newticket?component=RoadmapFilterPlugin new ticket]. [[TicketQuery(component=RoadmapFilterPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:roadmapfilterplugin here]. == Source You can check out RoadmapFilterPlugin from [/svn/roadmapfilterplugin here] using Subversion, or [source:roadmapfilterplugin browse the source] with Trac. == Installation To install this plugin copy {{{RoadmapFilter.py}}} to {{{[trac-env-path]/plugins}}} directory of your Trac instance. To enable this component, put the following in the {{{[Components]}}} section of your `trac.ini`: {{{#!ini [components] roadmapfilter.* = enabled }}} == Recent Changes [[ChangeLog(roadmapfilterplugin, 3)]] == Author/Contributors '''Author:''' [wiki:daveappendix] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''