[[PageOutline(2-5,Contents,pullout)]] = Edit tickets in reports by inplace editor {{{#!box warn **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: [[Image(ripe.PNG, border=2)]] See also: GridModifyPlugin == Bugs/Feature Requests Existing bugs and feature requests for TracReportInplaceEditPlugin are [report:9?COMPONENT=TracReportInplaceEditPlugin here]. If you have any issues, create a [/newticket?component=TracReportInplaceEditPlugin new ticket]. [[TicketQuery(component=TracReportInplaceEditPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracreportinplaceeditplugin here]. == Source You can check out TracReportInplaceEditPlugin from [/svn/tracreportinplaceeditplugin here] using Subversion, or [source:tracreportinplaceeditplugin browse the source] with Trac. == Installation You can install this software as any Trac plugin. 1. Uninstall TracReportInplaceEditPlugin if you have installed it before. 1. Change to the directory containing setup.py: {{{#!sh python setup.py compile_catalog -f }}} 1. If you want to install this plugin globally, this will install this plugin to the python path: {{{#!sh python setup.py install }}} 1. If you want to install this plugin to the Trac instance only: * run setup.py: {{{#!sh python setup.py bdist_egg }}} * copy the generated egg file to the Trac instance's plugin directory: {{{#!sh cp dist/*.egg /srv/trac/env/plugins }}} 1. Add the following to the components section of `trac.ini`: {{{#!ini [components] ripe.* = enabled }}} 1. Grant users the `RIPE_EDIT` privilege. == Recent Changes [[ChangeLog(tracreportinplaceeditplugin, 3)]] == Author/Contributors '''Author:''' [wiki:richard] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''