Changes between Version 42 and Version 43 of TracJsGanttPlugin


Ignore:
Timestamp:
Jun 21, 2013, 7:16:13 PM (11 years ago)
Author:
Genie
Comment:

improve readability

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v42 v43  
    131131 1. '''Install''' globally with:
    132132{{{
     133#!sh
    133134  sudo easy_install https://trac-hacks.org/svn/tracjsganttplugin/0.11/
    134135}}}
    135136 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
    136137{{{
     138#!ini
    137139  [components]
    138140  tracjsgantt.* = enabled
     
    140142 1. '''Configure''' the project management support for the plugin in its own configuration section, placed into 'trac.ini' file as follows:
    141143{{{
     144#!ini
    142145  [TracPM]
    143146  # To work with TimingAndEstimationPlugin for percent complete, define ticket fields to use as the data source for:
     
    203206   * Additionally, site-wide defaults for macro arguments may be set at [trac-jsgantt] section. More details about them see [#Arguments #Arguments section].
    204207{{{
     208#!ini
    205209  [trac-jsgantt]
    206210  option.formats = day|week|month|quarter