Edgewall Software

Changes between Version 12 and Version 13 of TracWorkflow


Ignore:
Timestamp:
Jan 9, 2008, 4:50:09 PM (16 years ago)
Author:
Noah Kantrowitz
Comment:

Linkify sample-plugins.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v12 v13  
    9494== Advanced Ticket Workflow Customization ==
    9595
    96 If the customization above is not extensive enough for your needs, you can extend the workflow using plugins.  These plugins can provide additional operations for the workflow (like code_review), or implement side-effects for an action (such as triggering a build) that may not be merely simple state changes.  Look at `sample-plugins/workflow` for a few simple examples to get started.
     96If the customization above is not extensive enough for your needs, you can extend the workflow using plugins.  These plugins can provide additional operations for the workflow (like code_review), or implement side-effects for an action (such as triggering a build) that may not be merely simple state changes.  Look at [source:trunk/sample-plugins/workflow sample-plugins/workflow] for a few simple examples to get started.
    9797
    9898But if even that is not enough, you can disable the !ConfigurableTicketWorkflow component and create a plugin that completely replaces it.