wiki:RoadmapFilterPlugin

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 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.

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:

[components]
roadmapfilter.* = enabled

Recent Changes

7961 by daveappendix on 2010-05-18 09:51:47
It wasn't filtering out the stats data, so it showed the wrong progress bar.
7949 by daveappendix on 2010-05-14 16:30:13
Removed debug fiddlings.
7948 by daveappendix on 2010-05-14 16:28:52
Added 'show milestone descriptions' toggle.
(more)

Author/Contributors

Author: daveappendix
Maintainer: Dave
Contributors:

Last modified 7 years ago Last modified on Apr 1, 2017, 6:23:23 AM