Changes between Version 5 and Version 6 of RoadmapFilterPlugin


Ignore:
Timestamp:
Sep 11, 2015, 6:06:01 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapFilterPlugin

    v5 v6  
    55== Description
    66
    7 Include or exclude milestones from the roadmap.
     7This is a plugin that allows you to include or exclude milestones from the roadmap.
    88
    99See also: RoadmapPlugin
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=RoadmapFilterPlugin&owner=daveappendix new ticket].
     17[/newticket?component=RoadmapFilterPlugin new ticket].
    1818
    1919[[TicketQuery(component=RoadmapFilterPlugin&group=type,format=progress)]]
     
    2929== Installation
    3030
    31 It's simple enough to not need the usual install procedure. Just copy {{{RoadmapFilter.py}}} to {{{[trac-env-path]/plugins}}} directory of your trac instance.
     31It's simple enough to not need the usual install procedure. Just copy {{{RoadmapFilter.py}}} to {{{[trac-env-path]/plugins}}} directory of your Trac instance.
    3232
    3333== Configuration
     
    3535To enable this component, put the following in the {{{[Components]}}} section of your `trac.ini`:
    3636
    37 {{{
    38 [Components]
     37{{{#!ini
     38[components]
    3939roadmapfilter.* = enabled
    4040}}}
     
    4242== Example
    4343
    44 Two new fields appear in the box at the top right of the roadmap page, "Include" and "Exclude".
     44Two new fields appear in the box at the top right of the roadmap page: "Include" and "Exclude".
    4545
    4646In each box, you can enter milestone names to filter in or out. Seperate multiple names with | (pipe).