wiki:RoadmapPlugin

Version 17 (modified by figaro, 3 years ago) (diff)

Moved example to functional description

Sorts roadmap in descending order and adds a filter input field

Description

This is a plugin that allows you to sort the roadmap as well as search for certain milestones using a filter input field. Sorting milestones can be done by name and due date in either ascending or descending order. Filter functionality is copied from RoadmapFilterPlugin and modified a bit: made it translatable and translated it to German.

Thanks to daveappendix.

Component SortRoadMap

Shows another checkbox in roadmap view, which allows you to sort milestones in descending order of due date.

Component FilterRoadmap

Filters roadmap milestones.

Screenshot

Additional checkboxes and filter input (RoadmapPlugin version <= 0.4.0):

Showing filter box

Changed Filterbox with possibility to choose between name (version number) and due date as sort criteria and ascending or descending order (RoadmapPlugin version >= 0.4.1):

Added English screenshot of new Roadmap-Filter

Usage of filter field

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. Separate multiple names with a pipe symbol: |.

Bugs/Feature Requests

Existing bugs and feature requests for RoadmapPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

task

1 / 2

Download

Download the zipped source from here.

Or download the pre-compiled python egg.

Source

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

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Recent Changes

18420 by rjollos on 2021-06-01 16:47:19
Remove empty directories
17953 by rjollos on 2021-01-12 05:35:56
Fix index error when handler is not RoadmapModule

Fixes #13934.

17949 by rjollos on 2021-01-05 01:38:50
Fix UnicodeError when generating HTML

Refs #13931.

(more)

Author/Contributors

Author: framay
Maintainer: Franz
Contributors: aleuhe

Attachments (5)

Download all attachments as: .zip