Version 8 (modified by 11 years ago) (diff) | ,
---|
Contents
Edit tickets in reports by inplace editor
Description
This plugin enable authorized users to edit tickets right the report, to easy the pain of modifying massive tickets.
See also: GridModifyPlugin, BatchModifyPlugin
Bugs/Feature Requests
Existing bugs and feature requests for TracReportInplaceEditPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:tracreportinplaceeditplugin here].
Source
You can check out TracReportInplaceEditPlugin from here using Subversion, or browse the source with Trac.
Example
The usage is very intuitive, click any item in a report will bring up an editable control if you have appropriate privilege.
Prerequisite
- simplejson must be installed for the Plugin to be available (run "easy_install simplejson"; easy_install is located in the python/Scripts folder)
Install
You can install this software as normal Trac plugin.
- Uninstall TracReportInplaceEditPlugin if you have installed before.
- Change to the directory containning setup.py.
python setup.py compile_catalog -f
- If you want to install this plugin globally, that will install this plugin to the python path:
- python setup.py install
- If you want to install this plugin to 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
- Config trac.ini:
[components] ripe.* = enabled
- Grant users RIPE_EDIT privilege
Recent Changes
Author/Contributors
Attachments (1)
- ripe.PNG (6.3 KB) - added by 15 years ago.
Download all attachments as: .zip