source: peerreviewplugin/tags/0.12/3.1/codereview/tracgenericworkflow/README.txt

Last change on this file was 15270, checked in by Cinc-th, 8 years ago
  • Generic classes for workflow support added. Taken from TestManagerForTracPlugin with minor changes.
  • Upgrade of database schema
  • Property svn:eol-style set to native
  • Property svn:keywords set to Revision Id
File size: 2.1 KB
Line 
1Check the tutorial on YouTube: http://www.youtube.com/watch?v=BIi3QMT0rT4
2
3Test Manager plugin for Trac
4
5Copyright (C) 2010-2015 Roberto Longobardi
6 
7This file is part of the Test Manager plugin for Trac.
8 
9This software is licensed as described in the file COPYING, which
10you should have received as part of this distribution. The terms
11are also available at:
12
13https://trac-hacks.org/wiki/TestManagerForTracPluginLicense
14
15Author: Roberto Longobardi <otrebor.dev@gmail.com>
16
17
18Project web page on TracHacks: http://trac-hacks.org/wiki/TestManagerForTracPlugin
19 
20Project web page on SourceForge.net: http://sourceforge.net/projects/testman4trac/
21 
22Project web page on Pypi: http://pypi.python.org/pypi/TestManager
23
24 
25A Trac plugin to create Test Cases, organize them in catalogs, generate test plans and track their execution status and outcome.
26
27This module provides a framework to help creating workflows around any Trac Resource.
28
29Features:
30    * Declarative definition of the workflow, specified in trac.ini.
31    * Same syntax as the basic Ticket workflow (I may have derived
32      some line of code from Trac itself... ;-))
33    * Easy GUI integration support. You can expose the workflow
34      operation widgets anywhere in your application pages.
35    * Fine-grained authorization control. You can specify which role
36      is required to perform each state transition, and to execute
37      each corresponding action.
38    * Custom actions. An open API allows you to program your own
39      custom actions to be executed at any workflow state transition.
40    * Out-of-the-box built-in actions are provided.
41
42================================================================================================= 
43Change History:
44
45(Refer to the tickets on trac-hacks for complete descriptions.)
46
47Release 1.0.4 (2012-10-14):
48  This release makes the plugins compatible with Trac 1.0.
49  o Fixed Ticket #10293 (Track-Hacks): New install impossible on Trac 1.0beta1
50
51Release 1.0.2 (2010-11-30):
52  o Added out of the box operation to workflow engine: set_owner and set_owner_to_self
53
54Release 1.0.0 (2010-10-01):
55  o First release publicly available apart from the core Test Manager plugin
56 
Note: See TracBrowser for help on using the repository browser.