Changes between Version 28 and Version 29 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Nov 25, 2015, 9:35:26 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v28 v29  
    2020== Bugs/Feature Requests
    2121
    22 Existing bugs and feature requests for AdvancedTicketWorkflowPlugin are [query:status!=closed&component=AdvancedTicketWorkflowPlugin&order=priority here].
     22Existing bugs and feature requests for AdvancedTicketWorkflowPlugin are
     23[report:9?COMPONENT=AdvancedTicketWorkflowPlugin here].
    2324
    2425If you have any issues, create a
    25 [/newticket?component=AdvancedTicketWorkflowPlugin&owner=retracile new ticket]. File requests for additional operations as enhancement tickets.
     26[/newticket?component=AdvancedTicketWorkflowPlugin new ticket]. File requests for additional operations as enhancement tickets.
    2627
    2728[[TicketQuery(component=AdvancedTicketWorkflowPlugin&group=type,format=progress)]]
     
    2930== Download
    3031
    31 Download the [download:advancedticketworkflowplugin zipped source].
     32Download the zipped source from [export:advancedticketworkflowplugin here].
    3233
    3334== Source
    3435
    35 Check out [/svn/advancedticketworkflowplugin using Subversion], or [source:advancedticketworkflowplugin browse the source] with Trac.
     36Check out AdvancedTicketWorkflowPlugin from [/svn/advancedticketworkflowplugin here] using Subversion, or [source:advancedticketworkflowplugin browse the source] with Trac.
    3637
    3738== Installation
     
    4344and copy the `.egg` file from the `dist` directory to your Trac environment's `plugins` directory.
    4445
    45 Then enable the plugin in your `trac.ini` file with:
     46Then enable the plugin in your `trac.ini` file:
    4647{{{#!ini
    4748[components]
     
    4950}}}
    5051
    51 Add 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.
     52Add 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:
    5253{{{#!ini
    5354[ticket]