Changes between Version 26 and Version 27 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Mar 13, 2015, 2:35:52 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v26 v27  
    44== Description
    55
    6 AdvancedTicketWorkflowPlugin provides a number of advanced operations for customizable
    7 workflows that are similar to the operations provided in the customizeable workflow of the core system.
     6AdvancedTicketWorkflowPlugin provides a number of advanced operations for customizable workflows that are similar to the operations provided in the customizeable workflow of the core system.
    87
    98Currently provided operations are:
     
    1817 * xref
    1918
    20 (File requests for additional operations as enhancement tickets.)
     19File requests for additional operations as enhancement tickets.
    2120
    2221== Bugs/Feature Requests
     
    2726[/newticket?component=AdvancedTicketWorkflowPlugin&owner=retracile new ticket].
    2827
     28[[TicketQuery(component=AdvancedTicketWorkflowPlugin&group=type,format=progress)]]
     29
    2930== Download and Source
    3031
     
    3334== Installation
    3435
    35 The plugin can be installed in the same way as other plugins.  The simplest is generally to create an egg with
     36The plugin can be installed in the same way as other plugins. The simplest is to create an egg as follows:
    3637{{{#!sh
    37 $ python setup.py bdist_egg
     38python setup.py bdist_egg
    3839}}}
    3940and copy the `.egg` file from the `dist` directory to your Trac environment's `plugins` directory.
    4041
    41 == Example
    42 Enable the plugin with:
     42Then enable the plugin with:
    4343{{{#!ini
    4444[components]
    4545advancedworkflow.* = enabled
    4646}}}
    47 (or by copying the egg to the `plugins` directory)
    4847
    4948Add the individual controller to the workflow controller list. For example, when using `set_owner_to_reporter`, `TicketWorkflowOpOwnerReporter` must be appended to the workflow controller list.
     
    6362}}}
    6463
    65 == Documentation
     64== Configuration
    6665
    6766 * set_owner_to_reporter  (!TicketWorkflowOpOwnerReporter)
     
    154153
    155154'''Author:''' [wiki:retracile] [[BR]]
    156 '''Maintainer:''' [wiki:retracile] [[BR]]
     155'''Maintainer:''' [[Maintainer]] [[BR]]
    157156'''Contributors:'''