Changes between Version 51 and Version 52 of ProgressMeterMacro


Ignore:
Timestamp:
Feb 3, 2016, 5:39:04 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Use local documentation.

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v51 v52  
    66
    77{{{#!box warn
    8 **Notice:** As of Trac 1.0, the same functionality is built directly in Trac's standard [trac:wiki:TicketQuery TicketQuery macro] using the `format=progress` option.
     8**Notice:** As of Trac 1.0, the same functionality is built directly in Trac's standard [TicketQuery TicketQuery macro] using the `format=progress` option.
    99}}}
    1010
    11 This macro plugin 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, to build a complete report of the progress on tickets owned by a particular person. The !ProgressMeter macro takes queries entered as a comma-separated list keyed by ticket fields, in the same manner as the [trac:wiki:TicketQuery TicketQuery macro].  The plugin can be configured to take custom ticket workflows into account.
     11This macro plugin 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, to build a complete report of the progress on tickets owned by a particular person. The !ProgressMeter macro takes queries entered as a comma-separated list keyed by ticket fields, in the same manner as the [TicketQuery TicketQuery macro].  The plugin can be configured to take custom ticket workflows into account.
    1212
    1313ProgressMeterMacro 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.
     
    4545== Installation
    4646
    47 See [trac:wiki:TracPlugins#InstallingaTracPlugin] for the installation instructions. Please note that Trac 0.11.5 is a minimum requirement in order for the plugin to work.
     47See [TracPlugins#InstallingaTracPlugin] for the installation instructions. Please note that Trac 0.11.5 is a minimum requirement in order for the plugin to work.
    4848
    4949== Configuration
     
    5353 * {{{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}}}.
    5454
    55 All 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].
     55All of these must be put into the {{{progressmeter}}} section of {{{trac.ini}}}. The progress bars themselves can be modified using [TracIni#milestone-groups-section].
    5656
    5757== Recent Changes