Changes between Version 8 and Version 9 of RoadmapBoxMacro


Ignore:
Timestamp:
Sep 22, 2016, 6:23:27 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapBoxMacro

    v8 v9  
    66
    77This plugin allows you to display a box with tickets concerning a certain Milestone AND Keyword. It uses tagging to group certain keywords based on featureset, since they might fall in different components. This is ideal in the Roadmap display, since it shows a nice summary boxes of all open/closed tickets by keyword.
     8
     9Syntax:
     10
     11{{{
     12[[RoadmapBox(keyword:Quickies;milestone:02-corecleanup)]]
     13[[RoadmapBox(keyword:Bugfixes;milestone:02-corecleanup)]]
     14[[RoadmapBox(keyword:Other;milestone:02-corecleanup)]]
     15}}}
    816
    917== Bugs/Feature Requests
     
    2937General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3038
    31 == Example
    32 
    33 Syntax:
    34 
    35 {{{
    36 [[RoadmapBox(keyword:Quickies;milestone:02-corecleanup)]]
    37 [[RoadmapBox(keyword:Bugfixes;milestone:02-corecleanup)]]
    38 [[RoadmapBox(keyword:Other;milestone:02-corecleanup)]]
    39 }}}
    40 
    4139== Recent Changes
    4240