Changes between Version 16 and Version 17 of TracJsGanttPlugin


Ignore:
Timestamp:
Jul 10, 2011, 5:52:13 PM (13 years ago)
Author:
Chris Nelson
Comment:

Document new features in 0.8.

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v16 v17  
    3131|| `openLevel`|| ||Number of levels of tasks to show.  1 = only top level task.  || 999 ||
    3232|| `colorBy`|| ||Field to use to choose task colors.  Each unique value of the field will have a different color task.  Other likely useful values are owner and milestone but any field can be used. || priority ||
    33 || `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`.) || ||
     33|| `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.[[br]][[br]]Multiple roots may be provided like `root=1|12|32`.[[br]][[br]]When used in a ticket description or comment, `root=self` will display the current ticket's descendants.|| ||
    3434|| `lwidth`|| ||The width, in pixels, of the table of task names, etc. on the left of the Gantt. || ||
    3535|| `showdep`||||Show dependencies (1) or not (0)||1||
     36|| `userMap`||0.8||Map user IDs to full names (1) or not (0).||1||
     37|| `omitMilestones`||0.8||Show milestones for displayed tickets (0) or only those specified by `milestone=` (1)||0||
     38
     39Site-wide defaults for macro arguments may be set in `trac.ini`.  `option.<opt>` overrides the built-in default for `<opt>` from the table above.
    3640
    3741All other macro arguments are treated as TracQuery specification (e.g., milestone=MS1|MS2) to control which tickets are displayed.