Changes between Version 10 and Version 11 of TracReportInplaceEditPlugin


Ignore:
Timestamp:
Mar 17, 2015, 9:10:49 AM (9 years ago)
Author:
figaro
Comment:

Removed link to deprecated plugin

Legend:

Unmodified
Added
Removed
Modified
  • TracReportInplaceEditPlugin

    v10 v11  
    77This plugin enables authorized users to edit tickets right within the report, to ease the pain of modifying large amounts of tickets.
    88
    9 See also: GridModifyPlugin, BatchModifyPlugin
     9See also: GridModifyPlugin
    1010
    1111== Bugs/Feature Requests
     
    2929== Example
    3030
    31 The usage is very intuitive, click any item in a report will bring up an editable control if you have appropriate privilege:
     31The plugin's usage is very intuitive: clicking any item in a report will bring up an editable control, if you have the appropriate privilege:
    3232
    3333[[Image(ripe.PNG)]]
     
    4747}}}
    4848 1. If you want to install this plugin to the Trac instance only:
    49   * python setup.py bdist_egg
    50   * copy the generated egg file to the trac instance's plugin directory:
     49  * run setup.py:
     50{{{#!sh
     51python setup.py bdist_egg
     52}}}
     53  * copy the generated egg file to the Trac instance's plugin directory:
    5154{{{#!sh
    5255cp dist/*.egg /srv/trac/env/plugins