Changes between Version 16 and Version 17 of ProgressMeterMacro


Ignore:
Timestamp:
Jan 30, 2009, 10:38:24 AM (15 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v16 v17  
    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 'status' argument logically (which is handled differently, see [#usage usage]). It can be used for example for building complete report of the progress on tickets owned by a particular person. Actually the macro just counts the tickets matching given criteria and shows the meter (closed-to-active-tickets ratio).
    8 
    9 A longer description is available at the mentioned web page of GHOP task.
     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 {{{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.
    108
    119== Download ==
    1210
    13 Download the zipped source from [download:progressmetermacro here]. (Please note that attachments are obsolete and so they don't provide full functionality.)
     11Download the zipped source from [download:progressmetermacro here]. (Please note that the attachments are obsolete.)
    1412
    1513== Source ==
     
    1917== Usage examples == #usage
    2018
    21 Displays progress meter on tickets owned by 'qwp0' within milestone '0.1a':
     19Display a progress meter on tickets owned by 'qwp0' in the milestone '0.1a':
    2220{{{
    2321[[ProgressMeter(owner=qwp0, milestone=0.1a)]]
    2422}}}
    2523
    26 Progress meter on tickets associated with component 'wiki':
     24A progress meter on tickets associated with the component 'wiki':
    2725{{{
    2826[[ProgressMeter(component=wiki)]]
    2927}}}
    3028
    31 Using the {{{status}}} arg you can define 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, at the moment you can't use this arg as the only one.
     29Using 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.
    3230{{{
    3331[[ProgressMeter(status=closed|ready for QA, owner=$USER)]]
     
    4442== Author/Contributors ==
    4543
    46 '''Author:''' [wiki:qwp0][[br]]
    47 '''Thanks to:''' [http://www.doughellmann.com/ Doug Hellmann], [http://trac.edgewall.org/wiki/OddSimonSimonsen Odd Simon Simonsen], Russell Sim
     44 * '''Author:''' [wiki:qwp0]
     45 * '''Thanks to:''' [http://www.doughellmann.com/ Doug Hellmann], [http://trac.edgewall.org/wiki/OddSimonSimonsen Odd Simon Simonsen], Russell Sim