Changes between Version 36 and Version 37 of TestManagerForTracPlugin


Ignore:
Timestamp:
Oct 11, 2010, 2:24:48 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v36 v37  
    2020 * Change history
    2121 * Listener interface to be notified of object creation, modification and deletion
    22  * '''Customizable Workflow''' state machine, declared in the trac.ini file, with the same syntax as for Ticket workflows (I may have reused some existing code here :-)
    23  * '''Customizable Workflow Operations''', via a plugin api so that any component can provide its custom operations to be performed upon any workflow action, as defined in the trac.ini file.
     22 * '''[http://trac-hacks.org/wiki/TestManagerForTracPluginWorkflow Customizable Workflow]''' state machine, declared in the trac.ini file, with the same syntax as for Ticket workflows (I may have reused some existing code here :-)
     23 * '''[http://trac-hacks.org/wiki/TestManagerForTracPluginWorkflow#Howtoprovidecustomoperations Customizable Workflow Operations]''', via a plugin api so that any component can provide its custom operations to be performed upon any workflow action, as defined in the trac.ini file.
    2424 * Workflow also supports a listener API for components interested in state transitions and actions performed
    2525 * Workflow states also support custom properties, so to be able to convey additional context information on a workflow state and use it in listeners or directly from the database.