[[PageOutline(2-5,Contents,pullout)]] = Web interface for workflow administration of Trac == Description This plugin provides an editor for workflow and a diagram of the workflow using the [http://www.graphviz.org/ Graphviz] program. It can be used to define and edit a ticket workflow: [[Image(screenshot-1.png, border=2)]] See also: TracWorkflow, MultipleWorkflowPlugin. == Bugs/Feature Requests Existing bugs and feature requests for TracWorkflowAdminPlugin are [report:9?COMPONENT=TracWorkflowAdminPlugin here]. If you have any issues, create a [/newticket?component=TracWorkflowAdminPlugin new ticket]. '''Known issues''': [[TicketQuery(component=TracWorkflowAdminPlugin&status!=closed,group=status)]] [[TicketQuery(component=TracWorkflowAdminPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:tracworkflowadminplugin here]. == Source You can check out TracWorkflowAdminPlugin from [/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac. == Installation 1. Install [http://www.graphviz.org/ Graphviz]: * Debian, Ubuntu: `apt-get install graphviz` * RHEL, CentOS, Fedora: `yum install graphviz` 1. Using pip or easy_install: {{{#!sh pip install 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip' }}} or {{{#!sh easy_install -Z 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip' }}} 1. If you use Python 2.4 or 2.5, requires [pypi:simplejson]: {{{#!sh easy_install simplejson }}} 1. Enable the plugin in your `trac.ini` file: {{{#!ini [components] tracworkflowadmin.* = enabled }}} == Recent Changes [[ChangeLog(tracworkflowadminplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [https://www.opengroove.com/ OpenGroove,Inc.] and [https://tracpath.com/ tracpath]