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

Recent Changes

[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.

[12193] by jun66j5 on 10/18/12 05:57:30

tracworkflowadmin: fixed errors caused by actions without .operations in text mode (fixed #10493)

Report and initial patch by Gary Martin. Thanks.

[11973] by jun66j5 on 09/12/12 05:09:09

tracworkflowadmin: fixed gap between fieldsets and actions table (refs #10305)

Author/Contributors

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

Attachments