Changes between Version 19 and Version 20 of TracTicketChangesetsPlugin


Ignore:
Timestamp:
Mar 31, 2011, 7:35:01 PM (13 years ago)
Author:
Mikael Relbe
Comment:

New option "ticket_comments" (#7529). Show default option values.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangesetsPlugin

    v19 v20  
    113113ticketchangesets.* = enabled
    114114}}}
    115  1. Add the section `[ticket-changesets]` to configure the behaviour:
     115 1. Add the section `[ticket-changesets]` to configure the behaviour ''(default values are shown below)'':
    116116{{{
    117117[ticket-changesets]
     
    119119collapsed = false
    120120commands.close = close closed closes fix fixed fixes
    121 commands.refs = addresses re refs references see ticket tickets
     121commands.refs = addresses re references refs see
    122122compact = true
     123envelope =
    123124hide_when_none = false
    124 notify = false
     125notify = true
    125126resolution = fixed
     127ticket_comments = true
    126128}}}
    127129    where:
     
    135137    * '''notify''': Send ticket change notification when updating a ticket.
    136138    * '''resolution''': The resolution to set to a ticket closed by a commit message.
     139    * '''ticket_comments''': Add a ticket comment based on changeset info, for each referenced ticket. Set to `false` to suppress ticket comments when this plugin is used along with e.g. the commit-ticket-updater plugin offered by Trac (tracopt/ticket/commit_updater.py). (#7529)
    137140 1. The Trac environment needs to be upgraded:
    138141{{{