wiki:TracReportInplaceEditPlugin

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.

  1. Uninstall TracReportInplaceEditPlugin if you have installed it before.
  2. Change to the directory containing setup.py:
    python setup.py compile_catalog -f
    
  3. If you want to install this plugin globally, this will install this plugin to the python path:
    python setup.py install
    
  4. 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
      
  5. Add the following to the components section of trac.ini:
    [components]
    ripe.* = enabled
    
  6. Grant users the RIPE_EDIT privilege.

Recent Changes

17191 by rjollos on 2018-06-06 00:00:49
TracReportInplaceEditPlugin 0.3: Conform to PEP8
16846 by rjollos on 2017-10-04 11:06:18
Correct error message

Fixes #9695.

14057 by rjollos on 2014-07-31 00:25:26
0.2: Use json if available. Otherwise use simplejson.
(more)

Author/Contributors

Author: richard
Maintainer: Richard Liao
Contributors:

Last modified 6 years ago Last modified on Jun 6, 2018, 12:02:22 AM

Attachments (1)

Download all attachments as: .zip