Contents
Manage Trac reports
Description
This plugin offers the following functionality:
- Save reports to history.
- Restore reports from history.
- Reorder report.
The report manager will typically look as follows:
See ZoomQuiet ~ Collection KSPEG Trac hacking.
Bugs/Feature Requests
Existing bugs and feature requests for TracReportManagerPlugin are here.
If you have any issues, create a new ticket.
enhancement |
1 / 1 |
|
---|---|---|
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TracReportManagerPlugin from here using Subversion, or browse the source with Trac.
Installation
- Uninstall the plugin if you have installed it before.
- Change to the directory containing
setup.py
. - If you want to install this plugin globally, this will install this plugin to the Python path:
python setup.py install
- If you want to install this plugin to one Trac instance only:
python setup.py bdist_egg
- Copy the generated egg file to the Trac instance's plugin directory.
cp dist/*.egg /srv/trac/env/plugins
- Add the following to your
trac.ini
file:[components] reportmanager.* = enabled
Recent Changes
Author/Contributors
Author: richard
Maintainer: Richard Liao
Contributors:
Last modified 8 years ago
Last modified on Oct 15, 2016, 8:51:04 PM
Attachments (1)
- trac_reportmanager.png (18.5 KB) - added by 16 years ago.
Download all attachments as: .zip