Changes between Version 27 and Version 28 of TracTicketChangesetsPlugin


Ignore:
Timestamp:
May 2, 2018, 7:06:19 PM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangesetsPlugin

    v27 v28  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Ticket Changesets Plugin
     3= Update tickets with changeset commit messages
    44
    55== Description
     
    77This plugin hooks into changeset notifications and searches commit messages for ticket references. Referenced tickets are updated with the commit message, and all concerning changesets for a ticket are presented in a separate section on ticket pages, just above the change history section.
    88
    9 The source of this plugin is based on code distributed with Trac 0.12: `tracopt/ticket/commit_updater.py`. The plugin works with multiple repositories. Language is translated if Babel is installed.
     9The source of this plugin is based on code distributed with Trac 0.12: `tracopt/ticket/commit_updater.py`. The plugin works with multiple repositories. Language is translated to a different locale, provided Babel is installed.
    1010
    1111'''Note:''' This plugin is not compatible with Trac 0.11 or older versions. If you have ChildTicketsPlugin installed, you should upgrade to 2.4.2 or later (#8755, #8756).
     
    4545ticketchangesets.* = enabled
    4646}}}
     47
     48== Configuration
     49
    4750 1. Add the section `[ticket-changesets]` to configure the behaviour ''(default values are shown below)'':
    4851 {{{#!ini
     
    116119The related changesets are presented just above the ordinary change history:
    117120
    118 [[Image(ticket_changesets_box.gif)]]
     121[[Image(ticket_changesets_box.gif, border=2)]]
    119122
    120123When several repositories contains changesets relating to a ticket, the content will gracefully be split into one sub-section for each repository.
     
    148151 All tickets related to changesets are listed if ticketid is omitted, one ticket on each line. If no ticket-changesets relations exists in the database, "None" is displayed.
    149152
    150 
    151153 `trac-admin /path/to/env ticket_changesets reformat` '''(DANGEROUS!)'''::
    152154 Reformat ticket commit messages.