Changes between Version 24 and Version 25 of TracJsGanttPlugin


Ignore:
Timestamp:
Nov 1, 2011, 8:05:05 PM (12 years ago)
Author:
falkb
Comment:

config example for userstart and userfinish

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v24 v25  
    5656  tracjsgantt.* = enabled
    5757}}}
    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.
     58 1. '''Configure''' custom fields for the start date and finish date:
     59{{{
     60[ticket-custom]
     61userfinish = text
     62userfinish.label = Planned Finish
     63userstart = text
     64userstart.label = Planned Start
     65}}}
     66    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. Look [http://trac.edgewall.org/wiki/PluginList#ProjectTimeManagementTicketSystemExtensions here] for the necessary plugins. See also TracTicketsCustomFields for more details.
    5967 1. '''Configure''' the plugin at its own configuration section, placed into 'trac.ini' file as follows:
    6068{{{
     
    8290}}}
    8391   * See [#Configuration configuration details] below for explanations and more options.
    84  4. Restart web server on command line:
     92 1. Restart web server on command line:
    8593{{{
    8694#!sh