Changes between Version 30 and Version 31 of TicketModifiedFilesPlugin


Ignore:
Timestamp:
Jul 23, 2015, 1:53:34 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TicketModifiedFilesPlugin

    v30 v31  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Listing modified files per ticket in Trac =
    32
    4 == Description ==
     3= Listing modified files per ticket in Trac
    54
    6 `TicketModifiedFiles` is a plugin that lists the files that have been modified during the resolution of a ticket (i.e. ticket-related modified files).[[BR]]
    7 It also checks if those files have been modified to resolve other tickets, in order to warn the developer about possible conflicting tickets.[[BR]]
     5== Description
    86
    9 == Bugs/Feature Requests ==
     7This is a plugin that lists the files that have been modified during the resolution of a ticket, ie ticket-related modified files. It also checks if those files have been modified to resolve other tickets, to warn the developer about possible conflicting tickets.
     8
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for `TicketModifiedFilesPlugin` are
    12 [report:9?COMPONENT=TicketModifiedFilesPlugin here] (all tickets ever created: [/query?component=TicketModifiedFilesPlugin here]). If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=TicketModifiedFilesPlugin&owner=e2jk new ticket].
     12[report:9?COMPONENT=TicketModifiedFilesPlugin here]. All tickets ever created are [/query?component=TicketModifiedFilesPlugin here].
    1413
    15 == Defects and Enhancements ==
     14If you have any issues, create a
     15[/newticket?component=TicketModifiedFilesPlugin new ticket].
    1616
    17 You can [source:ticketmodifiedfilesplugin browse the source] with Trac, or visit `TicketModifiedFiles`'s [http://www.ohloh.net/projects/TicketModifiedFilesPlugin Ohloh page].
     17[[TicketQuery(component=TicketModifiedFilesPlugin&group=type,format=progress)]]
    1818
    19 === Easy way ===
     19== Download / Source
     20
     21You can [source:ticketmodifiedfilesplugin browse the source] with Trac, or visit the plugin's[http://www.ohloh.net/projects/TicketModifiedFilesPlugin Ohloh page].
     22
     23== Installation
     24
     25=== Easy way
     26
    2027If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    21 {{{
    22 #!sh
     28{{{#!sh
    2329easy_install http://trac-hacks.org/svn/ticketmodifiedfilesplugin
    2430}}}
    2531
    26 === Alternative ===
    27   1. Download `TicketModifiedFiles` as a [download:ticketmodifiedfilesplugin zip file] or grab
    28      [http://trac-hacks.org/svn/ticketmodifiedfilesplugin the source] from SVN.
    29   2. [trac:wiki:TracPlugins Build and install an egg] from this source.
     32=== Alternative
    3033
    31 (Note: Requires `Genshi >=0.5`. If you have an earlier version, the latest development version should be installed automatically. If not, please [http://genshi.edgewall.org/wiki/Download install the latest version of Genshi].)
     34 1. Download `TicketModifiedFiles` as a [download:ticketmodifiedfilesplugin zip file] or grab [http://trac-hacks.org/svn/ticketmodifiedfilesplugin the source] from SVN.
     35 1. [trac:wiki:TracPlugins Build and install an egg] from this source.
    3236
    33 == Enabling TicketModifiedFilesPlugin ==
     37'''Note''': Requires Genshi >= 0.5. If you have an earlier version, the latest development version should be installed automatically. If not, please [http://genshi.edgewall.org/wiki/Download install the latest version of Genshi].
     38
     39=== Enabling the plugin
     40
    3441You 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:
    35 {{{
    36 #!ini
     42{{{#!ini
     43[components]
    3744ticketmodifiedfiles.* = enabled
    3845}}}
    39 (Note: You might need to have to create the [components] section if this is the first plugin you're installing)
    4046
    41 Then reload/restart your webserver/tracd. That's it.
     47'''Note''': You might need to have to create the [components] section if this is the first plugin you are installing.
    4248
    43 == Extra configuration ==
    44 This step is optional.[[BR]]
    45 By 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:
    46 {{{
    47 #!ini
     49Then reload/restart your webserver/tracd.
     50
     51== Configuration
     52
     53This step is optional.
     54
     55By 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:
     56{{{#!ini
    4857[modifiedfiles]
    4958ignored_statuses = closed, documentation
    5059}}}
    51 (Note: if you leave the `ignored_statuses` parameter empty, there will be no ignored status)
    5260
    53 == Recent Changes ==
     61'''Note''': If you leave the `ignored_statuses` parameter empty, there will be no ignored status.
     62
     63== Recent Changes
    5464
    5565[[ChangeLog(ticketmodifiedfilesplugin, 3)]]
    5666
    57 == Author/Contributors ==
     67== Author/Contributors
    5868
    5969'''Author:''' [wiki:e2jk Emilien Klein] [http://www.rentalia.com Rentalia.com] [[BR]]
    60 '''Maintainer:''' [wiki:e2jk Emilien Klein] [[BR]]
     70'''Maintainer:''' [[Maintainer]] [[BR]]
    6171'''Contributors:'''