Changes between Version 6 and Version 7 of ScheduledWorkflowPlugin


Ignore:
Timestamp:
Nov 17, 2015, 1:36:21 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, changed from plugin to script

Legend:

Unmodified
Added
Removed
Modified
  • ScheduledWorkflowPlugin

    v6 v7  
    55== Description
    66
    7 This plugin provides a new subcommand for `trac-admin` that makes it easy to automatically transition tickets after a certain period of time.
     7This script provides a new subcommand for `trac-admin` that makes it easy to automatically transition tickets after a certain period of time.
    88
    99The new `trac-admin` subcommand is `transition`, and you can run it with either `check` (to see what's affected) or `do` (to carry out a transition).
     
    3030== Download
    3131
    32 Download the zipped source from [download:scheduledworkflowplugin here].
     32Download the zipped source from [export:scheduledworkflowplugin here].
    3333
    3434== Source
    3535
    36 You can check out ScheduledWorkflowPlugin from [http://trac-hacks.org/svn/scheduledworkflowplugin here] using Subversion, or [source:scheduledworkflowplugin browse the source] with Trac.
     36You can check out ScheduledWorkflowPlugin from [/svn/scheduledworkflowplugin here] using Subversion, or [source:scheduledworkflowplugin browse the source] with Trac.
     37
     38== Installation
     39
     40Add the file `scheduledworkflow.py` to your `plugins` directory.
    3741
    3842== Example