Changes between Version 9 and Version 10 of TracReportInplaceEditPlugin


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

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracReportInplaceEditPlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Edit tickets in reports by inplace editor =
     3= Edit tickets in reports by inplace editor
    44
    5 == Description ==
     5== Description
    66
    7 This plugin enable authorized users to edit tickets right the report, to easy the pain of modifying massive tickets.
     7This plugin enables authorized users to edit tickets right within the report, to ease the pain of modifying large amounts of tickets.
    88
    99See also: GridModifyPlugin, BatchModifyPlugin
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for TracReportInplaceEditPlugin are
     
    1717[http://trac-hacks.org/newticket?component=TracReportInplaceEditPlugin&owner=richard new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=TracReportInplaceEditPlugin&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:tracreportinplaceeditplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out TracReportInplaceEditPlugin from [http://trac-hacks.org/svn/tracreportinplaceeditplugin here] using Subversion, or [source:tracreportinplaceeditplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Example
    2830
    29 The usage is very intuitive, click any item in a report will bring up an editable control if you have appropriate privilege.
     31The usage is very intuitive, click any item in a report will bring up an editable control if you have appropriate privilege:
    3032
    3133[[Image(ripe.PNG)]]
    3234
    33 == Install ==
    34  You can install this software as normal Trac plugin.
     35== Installation
    3536
    36  1. Uninstall TracReportInplaceEditPlugin if you have installed before.
     37You can install this software as any Trac plugin.
    3738
    38  2. Change to the directory containning setup.py.
    39  {{{#!sh
     39 1. Uninstall TracReportInplaceEditPlugin if you have installed it before.
     40 1. Change to the directory containing setup.py:
     41{{{#!sh
    4042python setup.py compile_catalog -f
    4143}}}
    42 
    43  3. If you want to install this plugin globally, that will install this plugin to the python path:
    44   * python setup.py install
    45 
    46  4. If you want to install this plugin to trac instance only:
     44 1. If you want to install this plugin globally, this will install this plugin to the python path:
     45{{{#!sh
     46python setup.py install
     47}}}
     48 1. If you want to install this plugin to the Trac instance only:
    4749  * python setup.py bdist_egg
    48   * copy the generated egg file to the trac instance's plugin directory
    49   {{{#!sh
     50  * copy the generated egg file to the trac instance's plugin directory:
     51{{{#!sh
    5052cp dist/*.egg /srv/trac/env/plugins
    5153}}}
    52 
    53  5. Config trac.ini:
    54   {{{#!ini
     54 1. Add the following to the components section of `trac.ini`:
     55{{{#!ini
    5556[components]
    5657ripe.* = enabled
    5758}}}
     59 1. Grant users the `RIPE_EDIT` privilege.
    5860
    59  6. Grant users RIPE_EDIT privilege
    60 
    61 == Recent Changes ==
     61== Recent Changes
    6262
    6363[[ChangeLog(tracreportinplaceeditplugin, 3)]]
    6464
    65 == Author/Contributors ==
     65== Author/Contributors
    6666
    6767'''Author:''' [wiki:richard] [[BR]]
    68 '''Maintainer:''' [wiki:richard] [[BR]]
     68'''Maintainer:''' [[Maintainer]] [[BR]]
    6969'''Contributors:'''