Changes between Version 42 and Version 43 of ProgressMeterMacro


Ignore:
Timestamp:
Aug 9, 2011, 1:35:11 AM (13 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v42 v43  
    2121}}}
    2222
     23Since [10572], it's possible to customize the used stats provider in a macro call itself using the `stats_provider` argument:
     24{{{
     25[[ProgressMeter(keywords~=needinfo, stats_provider=CustomStatsProvider)]]
     26}}}
     27
    2328=== Configuration ===
    2429
    2530The macro supports the following configuration options:
    2631
    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.)
     32 * {{{stats_provider}}} (since [5224]): Name of the component implementing {{{ITicketGroupStatsProvider}}}, which is used to collect statistics on groups of tickets for meters generated by the ProgressMeterMacro plugin. Defaults to {{{DefaultTicketGroupStatsProvider}}}.
    2833
    2934All 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].
     
    3136=== The {{{status}}} argument === #status-arg
    3237
    33 The `status` argument ~~is ignored since r5224~~ triggers an error since r8558. If you want to define which ticket states are considered closed have a look at [trac:wiki:TracIni#milestone-groups-section the appropriate section of trac.ini] instead.
     38The `status` argument ~~is ignored since [5224]~~ triggers an error since [8558]. If you want to define which ticket states are considered closed have a look at [trac:wiki:TracIni#milestone-groups-section the appropriate section of trac.ini] instead.
    3439
    3540== Download ==