Changes between Version 8 and Version 9 of TracTicketChangesetsPlugin


Ignore:
Timestamp:
Jun 17, 2010, 3:22:18 AM (14 years ago)
Author:
Mikael Relbe
Comment:

Added details on trac.ini settings

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangesetsPlugin

    v8 v9  
    6868resolution = fixed
    6969}}}
     70    where:
     71    * '''check_perms''': Check that the committer has permission to perform the requested operations on the referenced tickets. This requires that the user names be the same for Trac and repository operations.
     72    * '''collapsed''': Show section on ticket page as initially collapsed.
     73    * '''commands.close''': Commands that close tickets, as a space-separated list.
     74    * '''commands.refs''': Commands that add a reference, as a space-separated list. If set to the special value <ALL>, all tickets referenced by the message will get a reference to the changeset.
     75    * '''compact''': Make compact presentation of revision ranges, for example [1-3] instead of [1] [2] [3].
     76    * '''envelope''': Require commands to be enclosed in an envelope. Must be empty or contain two characters. For example, if set to "[]", then commands must be in the form of [closes #4].
     77    * '''hide_when_none''': Hide section on ticket page when no changesets relates to the ticket.
     78    * '''notify''': Send ticket change notification when updating a ticket.
     79    * '''resolution''': The resolution to set to a ticket closed by a commit message.
    7080 1. The Trac environment needs to be upgraded:
    7181{{{