Contents
Web interface for workflow administration of Trac
Description
This plugin provides an editor for workflow and a diagram of the workflow using the Graphviz program. It can be used to define and edit a ticket workflow:
See also: TracWorkflow, MultipleWorkflowPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for TracWorkflowAdminPlugin are here.
If you have any issues, create a new ticket.
Known issues:
new status tickets:
- #10291
- Integrate plugin with MultipleWorkflowPlugin
- #10663
- Support extra workflow operations
- #10770
- Add configuration option for image type of workflow diagram
- #12015
- Add graph view settings to the workflow admin panel
- #12025
- Allow advanced workflow editing
- #12678
- Error message when diagram image cannot be written
- #13745
- Refactor image path generation
defect |
20 / 20 |
||
---|---|---|---|
enhancement |
5 / 12 |
||
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TracWorkflowAdminPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install Graphviz:
- Debian, Ubuntu:
apt-get install graphviz
- RHEL, CentOS, Fedora:
yum install graphviz
- Debian, Ubuntu:
- Using pip or easy_install:
or
pip install 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
easy_install -Z 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
- If you use Python 2.4 or 2.5, requires simplejson:
easy_install simplejson
- Enable the plugin in your
trac.ini
file:[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: Jun Omae
Contributors: OpenGroove,Inc. and tracpath
Last modified 5 years ago
Last modified on Nov 29, 2019, 8:26:34 AM
Attachments (2)
- screenshot-1.png (36.2 KB) - added by 13 years ago.
- screenshot-1-t.png (43.2 KB) - added by 13 years ago.
Download all attachments as: .zip