[[PageOutline(2-5,Contents,pullout)]] = 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 [wiki: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):''' [[Image(filterbox.png)]] '''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):''' [[Image(filterbox3.png)]] == Bugs/Feature Requests Existing bugs and feature requests for RoadmapPlugin are [report:9?COMPONENT=RoadmapPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RoadmapPlugin&owner=framay new ticket]. [[TicketQuery(component=RoadmapPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:roadmapplugin here]. Or download the pre-compiled [raw-attachment:Roadmap_Plugin-0.4.0-py2.6.egg python egg]. == Source You can check out RoadmapPlugin from [http://trac-hacks.org/svn/roadmapplugin here] using Subversion, or [source:roadmapplugin 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 a pipe symbol: `|`. == Recent Changes [[ChangeLog(roadmapplugin, 3)]] == Author/Contributors '''Author:''' [wiki:framay] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' aleuhe