Changes between Version 4 and Version 5 of PendingTicketPlugin

Show
Ignore:
Author:
datallah (IP: 0.0.0.0)
Timestamp:
12/04/12 01:09:14 (6 months ago)
Comment:

Tweak instructions for Trac 1.0

Legend:

Unmodified
Added
Removed
Modified
  • PendingTicketPlugin

    v4 v5  
    2525== Example == 
    2626 
    27 === For Trac 0.11 === 
     27=== For Trac 0.11 or 1.0 === 
    2828 
    2929If 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. 
    4444Install the !PendingStatusRemovePlugin to have the pending flag automatically removed when the reporter responds. 
    4545{{{ 
    46 <CHECKOUT THE SOURCE AND GO TO THE 0.11/removependingplugin DIRECTORY> 
     46<CHECKOUT THE SOURCE AND GO TO THE .../removependingplugin DIRECTORY> 
    4747setup.py bdist_egg 
    4848cp dist/RemovePendingStatusPlugin-x-y-z-py2.4.egg $TRAC_ENV/plugins