Changes between Version 7 and Version 8 of PendingTicketPlugin


Ignore:
Timestamp:
Mar 11, 2015, 1:49:55 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • PendingTicketPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Support for Pending Tickets =
    32
    4 == Description ==
     3= Support for Pending Tickets
    54
    6 The intent of this is to allow an administrator to mark a Ticket as "Pending" to indicate that information has been requested from the reporter.  If the reporter doesn't reply with in the allotted timeframe, the ticket will automatically be closed.
     5== Description
     6
     7This plugin allows an administrator to mark a Ticket as "Pending" to indicate that information has been requested from the reporter. If the reporter doesn't reply within the allotted timeframe, the ticket will be closed automatically.
    78
    89This works well when combined with the SimpleTicketPlugin.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for PendingTicketPlugin are
     
    1617[http://trac-hacks.org/newticket?component=PendingTicketPlugin&owner=datallah new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=PendingTicketPlugin&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:pendingticketplugin here].
    2124
    22 == Source ==
     25== Source
    2326
    2427You can check out PendingTicketPlugin from [http://trac-hacks.org/svn/pendingticketplugin here] using Subversion, or [source:pendingticketplugin browse the source] with Trac.
    2528
    26 == Example ==
     29== Installation
    2730
    28 === For Trac 0.11 or 1.0 ===
     31=== For Trac 0.11 or 1.0
    2932
    30 If upgrading from 0.10, you'll need to convert the data using the `migrate_pending_attrib_to_status.py /path/to/tracenv` script which is included.
     33If upgrading from Trac 0.10, you will need to convert the data using the `migrate_pending_attrib_to_status.py /path/to/tracenv` script which is included.
    3134
    32 Set up your ticket workflow to include a 'pending' status (see the following example):
     35Set up your ticket workflow to include a 'pending' status, for example:
    3336{{{
    3437#!ini
     
    3841}}}
    3942
    40 Specify a status for tickets to be moved to
     43Specify a status for tickets that it needs to be moved to:
    4144{{{
    4245#!ini
     
    4548}}}
    4649
    47 Install the !PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds.
     50Install the !PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds:
    4851{{{
    4952#!sh
     
    5356}}}
    5457
    55 You'll also need to enable the Plugin in your `trac.ini` file:
     58You will also need to enable the Plugin in your `trac.ini` file:
    5659{{{
    5760#!ini
     
    7477}}}
    7578
    76 === For Trac 0.10 ===
     79=== For Trac 0.10
    7780
    7881Add a custom ticket field to your `trac.ini` file:
     
    9295}}}
    9396
    94 Install the !PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds.
     97Install the !PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds:
    9598{{{
    9699#!sh
     
    99102cp dist/RemovePendingStatusPlugin-x-y-z-py2.4.egg $TRAC_ENV/plugins
    100103}}}
    101 You'll also need to enable the Plugin in your `trac.ini` file:
     104
     105You will also need to enable the Plugin in your `trac.ini` file:
     106
    102107{{{
    103108#!ini
     
    106111}}}
    107112
    108 To enable the automatic closing of tickets, you'll need to set up a script to be run by cron.  Mine looks like this:[[BR]]
     113To enable the automatic closing of tickets, you will need to set up a script to be run by cron. Example:
     114
    109115{{{
    110116#!sh
     
    121127}}}
    122128
    123 
    124 == Recent Changes ==
     129== Recent Changes
    125130
    126131[[ChangeLog(pendingticketplugin, 3)]]
    127132
    128 == Author/Contributors ==
     133== Author/Contributors
    129134
    130135'''Author:''' [wiki:datallah] [[BR]]
    131 '''Maintainer:''' [wiki:datallah] [[BR]]
     136'''Maintainer:''' [[Maintainer]] [[BR]]
    132137'''Contributors:'''