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

[11241] by aleuhe on 02/03/12 14:39:32

removed warnings

[11240] by aleuhe on 02/03/12 14:37:12

If no user modification ist given in the request arguments. The show attributes are set as saved in the session keys. So all needed milestones are given in data attribute to the post_process_request.

changed methods for reading/saving settings a little bit (not one in each class but global methods)

[11151] by framay on 01/17/12 11:08:46

added license information; clicking on label "Show milestone descriptions" is also checking check box

[11139] by aleuhe on 01/13/12 14:28:02

Selection of the Checkboxes "hidenoduedate" and "showcompleted" is saved in session keys to remember the users selection

Author/Contributors

Author: framay
Maintainer: framay
Contributors:

Attachments