wiki:RoadmapPlugin

Version 11 (modified by Ryan J Ollos, 11 years ago) (diff)

Fix attachment link after upgrade to Trac 1.0

Sorts roadmap in descending order and adds an filter input field

Description

Filter functionality copied from RoadmapFilterPlugin and modified a bit (made it translatable and translated it to German). Added functionality of sorting milestones by name and due date in ascending or descending order.

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

Showing filter box

Screenshot showing additional checkboxes and filter input (RoadmapPlugin version <= 0.4.0)

Added English screenshot of new Roadmap-Filter

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

Bugs/Feature Requests

Existing bugs and feature requests for RoadmapPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:roadmapplugin here].

Or download precompiled python egg .

Source

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

Example

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. Seperate multiple names with | (pipe).

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: framay
Contributors: aleuhe

Attachments (5)

Download all attachments as: .zip