Changes between Version 23 and Version 24 of TracJsGanttPlugin


Ignore:
Timestamp:
Nov 1, 2011, 5:47:24 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Updates in response to #9508.

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v23 v24  
    5151  sudo easy_install http://trac-hacks.org/svn/tracjsganttplugin/0.11/
    5252}}}
    53  2. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
     53 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
    5454{{{
    5555  [components]
    5656  tracjsgantt.* = enabled
    5757}}}
    58  3. '''Configure''' the plugin at its own configuration section, placed into 'trac.ini' file as follows:
     58 1. '''Configure''' custom fields for the start date and finish date. Additional custom fields will be necessary (or may be provided by the associated plugins) if you wish to use additional features such as parent/child and predecessor/successor ticket relationships, and work estimates. See TracTicketsCustomFields for more details.
     59 1. '''Configure''' the plugin at its own configuration section, placed into 'trac.ini' file as follows:
    5960{{{
    6061  [trac-jsgantt]