Changes between Version 25 and Version 26 of TracJsGanttPlugin


Ignore:
Timestamp:
Nov 2, 2011, 1:35:41 PM (12 years ago)
Author:
Chris Nelson
Comment:

Remove start and finish requirement

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v25 v26  
    5656  tracjsgantt.* = enabled
    5757}}}
    58  1. '''Configure''' custom fields for the start date and finish date:
    59 {{{
    60 [ticket-custom]
    61 userfinish = text
    62 userfinish.label = Planned Finish
    63 userstart = text
    64 userstart.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.
    6758 1. '''Configure''' the plugin at its own configuration section, placed into 'trac.ini' file as follows:
    6859{{{