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


Enlarge image

Installation

  1. Install Graphviz
    • Debian, Ubuntu: apt-get install graphviz
    • RHEL, CentOS, Fedora: yum install graphviz
  2. Using easy_install
    $ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    
  3. If you use Python 2.4 or 2.5, requires simplejson.
    $ easy_install simplejson
    
  4. Enable the plugin in trac.ini.
    [components]
    tracworkflowadmin.* = enabled
    

Tickets

#10291
Integrate plugin with MultipleWorkflowPlugin
#10663
Support extra workflow operations
#10770
Add configuration option for image type of workflow diagram
#11102
"There was an error" on save, with no information

Recent Changes

[12328] by jun66j5 on 11/09/12 14:32:22

tracworkflowadmin: translates the document of each option on Trac 0.12.x and 1.0.x

[12327] by jun66j5 on 11/09/12 12:43:48

tracworkflowadmin: added spaces to the default value for options in order to wrap in TracIni page on Trac 1.0

[12237] by jun66j5 on 10/22/12 15:35:32

tracworkflowadmin: fixed blank display for the action in ticket page if action.name is blank

Report and initial patch by Gary Martin, Thanks. Closes #10523.

[12214] by jun66j5 on 10/19/12 04:09:58

tracworkflowadmin: fixed wrong colspan on Trac 1.0 and jQuery 1.7.2 (fixed #10496)

Report and initial patch by Gary Martin. Thanks.

Author/Contributors

Author: jun66j5
Maintainer: jun66j5
Contributors: OpenGroove,Inc. and ciklone

Attachments