Contents
Web interface for workflow administration of Trac
Description
The plugin provides the editor for workflow and the diagram of workflow using the Graphviz programs.
Bugs/Feature Requests
Existing bugs and feature requests for TracWorkflowAdminPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracWorkflowAdminPlugin from here using Subversion, or browse the source with Trac.
Example
Installation
- Install Graphviz
- Debian, Ubuntu: apt-get install graphviz
- RHEL, CentOS, Fedora: yum install graphviz
- Using easy_install
$ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
- If you use Python 2.4, requires simplejson.
$ easy_install simplejson
- Enable the plugin
# conf/trac.ini [components] tracworkflowadmin.* = enabled
Tickets
Recent Changes
[11594] by jun66j5 on 05/24/12 12:13:21
tracworkflowadmin: fixed #10040, error while interpolation
Uses ConfigParser() instead of SafeConfigParser(). The ConfigParser() is used in trac/config.py.
[11500] by jun66j5 on 04/17/12 17:28:15
tracworkflowadmin: fixed incorrect dirty checking
[11499] by jun66j5 on 04/17/12 04:28:57
tracworkflowadminplugin: Adds text edit mode
[10619] by jun66j5 on 08/26/11 13:41:30
Fixed KeyError: 'tracworkflowadmin\\locale' problem without Babel on Windows (refs #9122).
Author/Contributors
Author: jun66j5
Maintainer: jun66j5
Contributors: OpenGroove,Inc. and ciklone
Attachments
- screenshot-1.png (36.2 kB) - added by jun66j5 on 05/30/11 08:09:14.
- screenshot-1-t.png (43.2 kB) - added by jun66j5 on 05/30/11 08:11:32.


