Changes between Initial Version and Version 1 of RoadmapFilterPlugin


Ignore:
Timestamp:
May 14, 2010, 11:26:57 AM (14 years ago)
Author:
Dave
Comment:

New hack RoadmapFilterPlugin, created by daveappendix

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapFilterPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= RoadmapFilterPlugin =
     4
     5== Description ==
     6
     7Include or exclude milestones from the roadmap.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for RoadmapFilterPlugin are
     12[report:9?COMPONENT=RoadmapFilterPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=RoadmapFilterPlugin&owner=daveappendix new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:roadmapfilterplugin here].
     20
     21== Source ==
     22
     23You can check out RoadmapFilterPlugin from [http://trac-hacks.org/svn/roadmapfilterplugin here] using Subversion, or [source:roadmapfilterplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Two new fields appear in the box at the top right of the roadmap page, "Include" and "Exclude".
     28
     29In each box, you can enter milestone names to filter in or out. Seperate multiple names with | (pipe).
     30
     31Some standard Trac prefixes are allowed at the start of each milestone name:
     32 * '^' on the front means milestones starting with the following string will be included in the filter.
     33 * '$' on the front means milestones ending with the following string will be included in the filter.
     34 * '~' on the front means milestones containing the following string will be included in the filter.
     35
     36Anything else is an exact match.
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(roadmapfilterplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:daveappendix] [[BR]]
     45'''Maintainer:''' [wiki:daveappendix] [[BR]]
     46'''Contributors:'''