Changes between Version 33 and Version 34 of TracJsGanttPlugin


Ignore:
Timestamp:
Mar 23, 2012, 6:47:39 PM (12 years ago)
Author:
Chris Nelson
Comment:

Missed version for new options

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v33 v34  
    2424|| `colorBy`|| ||Field to use to color tasks. Useful fields are `priority`, `owner` and `milestone` but any field can be used. When colored by `priority` colors  are consistent with the colors used in Trac reports. Other coloring choices (e.g., by `milestone` or `owner`) use arbitrary, unique colors. || `priority` ||
    2525|| `dateDisplay`|| ||Format to display dates: `mm/dd/yyyy`, `dd/mm/yyyy`, or `yyyy-mm-dd` ||  `mm/dd/yyyy`  ||
    26 || `display`||Filter for limiting display of tickets.  `owner:fred` shows only tickets owned by fred. `status:closed` shows only closed tickets.||None||
    27 || `doResourceLeveling`||Resolve resource conflicts (1) or not (0) when scheduling tickets.||0||
     26|| `display`||0.10||Filter for limiting display of tickets.  `owner:fred` shows only tickets owned by fred. `status:closed` shows only closed tickets.||None||
     27|| `doResourceLeveling`||0.10||Resolve resource conflicts (1) or not (0) when scheduling tickets.||0||
    2828|| `dur`|| ||Show (`1`) duration colunn, or do not (`0`). ||  `1`  ||
    2929|| `endDate`|| ||Show (`1`) end date column, or do not (`0`). ||  `1`  ||