Changes between Version 14 and Version 15 of TracJsGanttPlugin


Ignore:
Timestamp:
Jun 1, 2011, 4:44:41 PM (13 years ago)
Author:
Chris Nelson
Comment:

Added showdep to option list.

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v14 v15  
    3333|| `root`|| ||When using something like Subtickets plugin to maintain a tree of tickets and subtickets, you may create a Gantt showing a ticket and all of its descendants with `root=<ticket#>`.  The macro uses the configured `parent` field to find all descendant tasks and build an `id=` argument for Trac's native query handler.  (Note multiple roots may be provided like `root=1|12|32`.) || ||
    3434|| `lwidth`|| ||The width, in pixels, of the table of task names, etc. on the left of the Gantt. || ||
     35|| `showdep`||||Show dependencies (1) or not (0)||1||
    3536
    3637All other macro arguments are treated as TracQuery specification (e.g., milestone=MS1|MS2) to control which tickets are displayed.