wiki:RoadmapPlugin

Version 4 (modified by Franz, 13 years ago) (diff)

typos

Sorts roadmap in descending order and adds an filter input field

Description

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.

Mainly copied from RoadmapFilterPlugin and modified a bit (made it translatable and translated it to German).

Thanks to daveappendix

Screenshot

Showing filter box

Screenshot showing additional checkboxes and filter input

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

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

18626 by jun66j5 on 2024-04-09 01:25:51
Adapt to Jinja2 template engine and make compatible with Python 3 (closes #14256)
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.

(more)

Author/Contributors

Author: framay
Maintainer: framay
Contributors:

Attachments (5)

Download all attachments as: .zip