Changes between Version 32 and Version 33 of TracJsGanttPlugin


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

Add notes about doResourceLeveling and display filter

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v32 v33  
    2323|| `comp`|| ||Show (`1`) percent complete column, or do not (`0`). ||  `1`  ||
    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` ||
     25|| `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||
    2528|| `dur`|| ||Show (`1`) duration colunn, or do not (`0`). ||  `1`  ||
    26 || `dateDisplay`|| ||Format to display dates: `mm/dd/yyyy`, `dd/mm/yyyy`, or `yyyy-mm-dd` ||  `mm/dd/yyyy`  ||
    2729|| `endDate`|| ||Show (`1`) end date column, or do not (`0`). ||  `1`  ||
    2830|| `expandClosedTickets`||0.9||Show (`1`) children of closed tickets in the task hierarchy or collapse the subtree (`0`). ||  `1`  ||