Changes between Version 21 and Version 22 of ProgressMeterMacro


Ignore:
Timestamp:
Feb 10, 2009, 5:22:28 PM (15 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v21 v22  
    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 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.
     7It contains a macro to display progress meter similar to the meters visible in the Roadmap within a wiki page what can be used, for example, for building complete report of the progress on tickets owned by a particular person. The !ProgressMeter macro works with the same arguments as !TicketQuery macro -- except the argument {{{status}}}, ''which is ignored'' ([#status-arg]).
    88
    99For more complex progress statistics and metrics see TracMetrixPlugin.
     
    1616}}}
    1717
    18 A progress meter on tickets associated with the component 'wiki':
     18A progress meter on tickets associated with the wiki component:
    1919{{{
    2020[[ProgressMeter(component=wiki)]]
     
    2525The macro supports the following configuration options:
    2626
    27  * {{{stats_provider}}}: Name of the component implementing {{{ITicketGroupStatsProvider}}}, which is used to collect statistics on groups of tickets for meters generated by the ProgressMeterMacro plugin. (You probably don't need to change this.)
     27 * {{{stats_provider}}} (since r5224): Name of the component implementing {{{ITicketGroupStatsProvider}}}, which is used to collect statistics on groups of tickets for meters generated by the ProgressMeterMacro plugin. (You probably don't need to change this.)
    2828
    29 All of these must be put into the {{{progressmeter}}} section of {{{trac.ini}}}.
     29All of these must be put into the {{{progressmeter}}} section of {{{trac.ini}}}. The progress bars themselves can be modified using [trac:wiki:TracIni#milestone-groups-section].
     30
     31=== The {{{status}}} argument === #status-arg
     32
     33The {{{status}}} argument is ignored since r5224. If you want to define which ticket states are considered closed use [trac:wiki:TracIni#milestone-groups-section the appropriate configuration section] instead.
    3034
    3135== Download ==