Changes between Version 28 and Version 29 of TicketModifiedFilesPlugin


Ignore:
Timestamp:
Sep 8, 2012, 9:42:14 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TicketModifiedFilesPlugin

    v28 v29  
    1919If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    2020{{{
     21#!sh
    2122easy_install http://trac-hacks.org/svn/ticketmodifiedfilesplugin
    2223}}}
     
    3233You have to explicitly enable the plugin. This is done in the [components] section of the configuration file [http://trac.edgewall.org/wiki/TracIni conf/trac.ini], where you need to add:
    3334{{{
     35#!ini
    3436ticketmodifiedfiles.* = enabled
    3537}}}
     
    4244By default, tickets that are in the "closed" state are ignored when looking for conflicting tickets. You can change this behavior in the '`conf/trac.ini`' file by creating a new section:
    4345{{{
     46#!ini
    4447[modifiedfiles]
    4548ignored_statuses = closed, documentation