Changes between Version 19 and Version 20 of ProgressMeterMacro


Ignore:
Timestamp:
Feb 8, 2009, 5:58:31 PM (15 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v19 v20  
    55This macro plugin was created because of [http://code.google.com/p/google-highly-open-participation-psf/issues/detail?id=256 this task] for GHOP/Python Software Foundation.
    66
    7 It contains a macro to display progress meter similar to the meters visible in the Roadmap within a wiki page. The !ProgressMeter macro works with the same arguments as !TicketQuery macro -- except the {{{status}}} argument which is handled differently (see [#usage usage examples]). It can be used, for example, for building complete report of the progress on tickets owned by a particular person.
     7It contains a macro to display progress meter similar to the meters visible in the Roadmap within a wiki page. The !ProgressMeter macro works with the same arguments as !TicketQuery macro -- except the argument {{{status}}}, which is ignored. It can be used, for example, for building complete report of the progress on tickets owned by a particular person.
    88
    99For more complex progress statistics and metrics see TracMetrixPlugin.
     
    2929}}}
    3030
    31 Using the {{{status}}} argument you can define ticket statuses which will be considered as closed, separated by '|'. The 'closed' status is not default -- you have to specify it explicitly if you want it to be inclosed with the other statuses. Also, this arg cannot be passed as the only one.
    32 {{{
    33 [[ProgressMeter(status=closed|ready for QA, owner=$USER)]]
    34 }}}
    35 
    3631== Bugs/Feature Requests ==
    3732