Changes between Version 37 and Version 38 of ProgressMeterMacro


Ignore:
Timestamp:
Jul 5, 2011, 11:46:11 PM (13 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v37 v38  
    77It contains a macro to display a progress meter similar to the meters visible in the Roadmap.  In a wiki page it can be used, for example, for building a complete report of the progress on tickets owned by a particular person. The !ProgressMeter macro works with the same comma-separated list of keyed parameters (named fields of a ticket) as the [http://trac.edgewall.org/wiki/TicketQuery TicketQuery macro], except the argument [#status-arg status] and {{{format}}}.
    88
    9 For more complex progress statistics and metrics see TracMetrixPlugin.
     9For more complex progress statistics and metrics, see TracMetrixPlugin.
    1010
    1111=== Usage examples === #usage