Changes between Version 12 and Version 13 of RoadmapPlugin


Ignore:
Timestamp:
Mar 18, 2015, 4:09:27 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tag changes

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Sorts roadmap in descending order and adds an filter input field =
     3= Sorts roadmap in descending order and adds an filter input field
    44
    5 == Description ==
     5== Description
    66
    77Filter 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.
    88
    9 Thanks to [wiki:daveappendix daveappendix]
     9Thanks to [wiki:daveappendix].
    1010
    11 === Component `SortRoadMap` ===
     11=== Component `SortRoadMap`
    1212
    1313Shows another checkbox in roadmap view, which allows you to sort milestones in descending order of due date.
    1414
    15 === Component `FilterRoadmap` ===
     15=== Component `FilterRoadmap`
    1616
    1717Filters roadmap milestones.
    1818
    19 === Screenshot ===
     19=== Screenshot
     20
     21'''Additional checkboxes and filter input (`RoadmapPlugin` version <= 0.4.0):'''
    2022
    2123[[Image(filterbox.png)]]
    2224
    23 ''Screenshot showing additional checkboxes and filter input (`RoadmapPlugin` version <= 0.4.0)''
     25'''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):'''
    2426
    2527[[Image(filterbox3.png)]]
    2628
    27 ''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)''
    28 
    29 == Bugs/Feature Requests ==
     29== Bugs/Feature Requests
    3030
    3131Existing bugs and feature requests for RoadmapPlugin are
     
    3535[http://trac-hacks.org/newticket?component=RoadmapPlugin&owner=framay new ticket].
    3636
    37 == Download ==
     37[[TicketQuery(component=RoadmapPlugin&group=type,format=progress)]]
     38
     39== Download
    3840
    3941Download the zipped source from [download:roadmapplugin here].
     
    4143Or download the pre-compiled [raw-attachment:Roadmap_Plugin-0.4.0-py2.6.egg python egg].
    4244
    43 == Source ==
     45== Source
    4446
    4547You can check out RoadmapPlugin from [http://trac-hacks.org/svn/roadmapplugin here] using Subversion, or [source:roadmapplugin browse the source] with Trac.
    4648
    47 == Example ==
     49== Example
    4850
    4951Some standard Trac prefixes are allowed at the start of each milestone name:
     
    5355 * '{{{~}}}' on the front means milestones containing the following string will be included in the filter.
    5456
    55 Anything else is an exact match. Seperate multiple names with | (pipe).
     57Anything else is an exact match. Seperate multiple names with a pipe symbol: `|`.
    5658
    57 
    58 == Recent Changes ==
     59== Recent Changes
    5960
    6061[[ChangeLog(roadmapplugin, 3)]]
    6162
    62 == Author/Contributors ==
     63== Author/Contributors
    6364
    6465'''Author:''' [wiki:framay] [[BR]]
    65 '''Maintainer:''' [wiki:framay] [[BR]]
     66'''Maintainer:''' [[Maintainer]] [[BR]]
    6667'''Contributors:''' aleuhe