[[PageOutline(2-5,Contents,pullout)]] = 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. == Bugs/Feature Requests == Existing bugs and feature requests for TracReportInplaceEditPlugin are [report:9?COMPONENT=TracReportInplaceEditPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracReportInplaceEditPlugin&owner=richard new ticket]. == Download == Download the zipped source from [download:tracreportinplaceeditplugin here]. == Source == You can check out TracReportInplaceEditPlugin from [http://trac-hacks.org/svn/tracreportinplaceeditplugin here] using Subversion, or [source:tracreportinplaceeditplugin 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. [[Image(ripe.PNG)]] == Install == You can install this software as normal Trac plugin. 1. Uninstall TracReportInplaceEditPlugin if you have installed before. 2. Change to the directory containning setup.py. {{{ python setup.py compile_catalog -f }}} 3. If you want to install this plugin globally, that will install this plugin to the python path: * python setup.py install 4. 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 }}} 5. Config trac.ini: {{{ [components] ripe.* = enabled }}} 6. Grant users RIPE_EDIT privilege == Prerequisite == * simplejson == Recent Changes == [[ChangeLog(tracreportinplaceeditplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:richard] [[BR]] '''Maintainer:''' [wiki:richard] [[BR]] '''Contributors:'''