Changes between Version 38 and Version 39 of TracJsGanttPlugin


Ignore:
Timestamp:
Nov 8, 2012, 9:31:52 PM (11 years ago)
Author:
Chris Nelson
Comment:

Note about goal_ticket_type replacing milestone_type

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v38 v39  
    183183 
    184184  # Ticket type for milestone-like tickets (default: 'milestone')
    185   #milestone_type = milestone
     185  # Used to be milestone_type, that setting is now deprecated.
     186  goal_ticket_type = milestone
    186187 
    187188  # Ticket field to use as the data source for the percent complete column (default: None).
     
    244245 * When `fields.estimate` and `fields.finish` are both configured (and `fields.start` is not configured or not on the ticket), the plugin attempts to determine the start of the task from  `fields.finish` and `fields.estimate` as `start = fields.finish - fields.estimate` with consideration for weekends and hours per day.
    245246
    246  * The `milestone_type` may be used to have a custom ticket type show up as milestones on the chart.  If this field is not specified, only Trac milestones are displayed as milestones.
     247 * The `goal_ticket_type` may be used to have a custom ticket type show up as milestones on the chart.  If this field is not specified, only Trac milestones are displayed as milestones.
    247248
    248249== Bugs/Feature Requests ==