Changes between Version 11 and Version 12 of MultipleWorkflowPlugin


Ignore:
Timestamp:
Dec 9, 2013, 1:20:13 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting. Added link to download from repository.

Legend:

Unmodified
Added
Removed
Modified
  • MultipleWorkflowPlugin

    v11 v12  
    44== Description ==
    55
    6 The MultipleWorkflowPlugin replaces the !ConfigurableTicketPlugin used by trac to control what actions a ticket can do reading [ticket-workflow] session.
     6The MultipleWorkflowPlugin replaces the !ConfigurableTicketPlugin used by trac to control what actions a ticket can do reading `[ticket-workflow]` session.
    77
    88With MultipleWorkflowPlugin trac can read the workflow based on the type of ticket that is considering. If a section for that ticket type doesn't exist than it uses the default workflow.
     
    1818== Download ==
    1919
    20 Download the zipped source from Attachments session on the lower part of this page.
     20Download the zipped source from [download:multipleworkflowplugin here].
    2121
    2222== Source ==
     
    2727
    2828Enable the plugin with:                                                               
    29 {{{
     29{{{#!ini
    3030[components]
    3131multipleworkflowplugin.* = enabled
    32 multipleworkflowplugin.multipleworkflowplugin.multipleworkflowplugin = enabled
    3332}}}
    3433
    3534Add the  controller to the workflow controller list:
    36 {{{
     35{{{#!ini
    3736workflow=MultipleWorkflowPlugin
    3837}}}