Contents
Edit tickets in reports by inplace editor
Notice: This plugin is deprecated. Please use GridModifyPlugin instead.
Description
This plugin enables authorized users to edit tickets right within the report, to ease the pain of modifying large amounts of tickets.
The plugin's usage is very intuitive: clicking any item in a report will bring up an editable control, if you have the appropriate privilege:
See also: GridModifyPlugin
Bugs/Feature Requests
Existing bugs and feature requests for TracReportInplaceEditPlugin are here.
If you have any issues, create a new ticket.
defect |
6 / 6 |
|
---|---|---|
enhancement |
2 / 2 |
Download
Download the zipped source from here.
Source
You can check out TracReportInplaceEditPlugin from here using Subversion, or browse the source with Trac.
Installation
You can install this software as any Trac plugin.
- Uninstall TracReportInplaceEditPlugin if you have installed it before.
- Change to the directory containing setup.py:
python setup.py compile_catalog -f
- 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 the Trac instance only:
- run setup.py:
python setup.py bdist_egg
- copy the generated egg file to the Trac instance's plugin directory:
cp dist/*.egg /srv/trac/env/plugins
- run setup.py:
- Add the following to the components section of
trac.ini
:[components] ripe.* = enabled
- Grant users the
RIPE_EDIT
privilege.
Recent Changes
Author/Contributors
Author: richard
Maintainer: Richard Liao
Contributors:
Attachments (1)
- ripe.PNG (6.3 KB) - added by 14 years ago.
Download all attachments as: .zip