[[PageOutline(2-5,Contents,pullout)]] = RoadmapFilterPlugin = == Description == Include or exclude milestones from the roadmap. == Bugs/Feature Requests == Existing bugs and feature requests for RoadmapFilterPlugin are [report:9?COMPONENT=RoadmapFilterPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RoadmapFilterPlugin&owner=daveappendix new ticket]. == Download == Download the zipped source from [download:roadmapfilterplugin here]. == Source == You can check out RoadmapFilterPlugin from [http://trac-hacks.org/svn/roadmapfilterplugin here] using Subversion, or [source:roadmapfilterplugin browse the source] with Trac. == Example == 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. == Recent Changes == [[ChangeLog(roadmapfilterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:daveappendix] [[BR]] '''Maintainer:''' [wiki:daveappendix] [[BR]] '''Contributors:'''