Changes between Version 52 and Version 53 of ProgressMeterMacro


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

Fix markup.

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v52 v53  
    4545== Installation
    4646
    47 See [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 the [TracPlugins#InstallingaTracPlugin 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 [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 milestone groups].
    5656
    5757== Recent Changes