RoadmapFilterPlugin

Description

Include or exclude milestones from the roadmap.

This plugin might interest you as well: RoadmapPlugin

Bugs/Feature Requests

Existing bugs and feature requests for RoadmapFilterPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out RoadmapFilterPlugin from here using Subversion, or browse the source with Trac.

Install

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.

Configuration

To enable this component, put the following in the [Components] section of your trac.ini:

[Components]
roadmapfilter.* = enabled

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

[7961] by daveappendix on 05/18/10 11:51:47

It wasn't filtering out the stats data, so it showed the wrong progress bar.

[7949] by daveappendix on 05/14/10 18:30:13

Removed debug fiddlings.

[7948] by daveappendix on 05/14/10 18:28:52

Added 'show milestone descriptions' toggle.

[7946] by daveappendix on 05/14/10 13:57:09

Initial import

Author/Contributors

Author: daveappendix
Maintainer: daveappendix
Contributors: