wiki:TracWorkflowAdminPlugin

Version 1 (modified by Jun Omae, 13 years ago) (diff)

New hack TracWorkflowAdminPlugin, created by jun66j5

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 [download:tracworkflowadminplugin here].

Source

You can check out TracWorkflowAdminPlugin from here using Subversion, or browse the source with Trac.

Example

Installation

  1. Using easy_install
    $ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    
  2. If you use Python 2.4, requires simplejson.
    $ easy_install simplejson
    
  3. Enable the plugin
    # conf/trac.ini
    [components]
    tracworkflowadmin.* = enabled
    

Recent Changes

18545 by jun66j5 on 2023-06-06 08:24:50
tracworkflowadmin: make compatible with Trac 1.5.4 and Python 3
17675 by jun66j5 on 2020-02-04 09:36:14
tracworkflowadmin: refactor main.js
17674 by jun66j5 on 2020-02-04 09:09:56
tracworkflowadmin: fix close button in titlebar of dialog and escape button with jquery ui 1.11 in Trac 1.2 (refs #13744)
(more)

Author/Contributors

Author: jun66j5
Maintainer: jun66j5
Contributors:

Attachments (2)

Download all attachments as: .zip