Changes between Version 20 and Version 21 of GridModifyPlugin


Ignore:
Timestamp:
Oct 20, 2012, 1:49:30 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added contributor. Updated to account for deletion of 0.11 branch and logging to the console in all browsers (presumably, but not tested).

Legend:

Unmodified
Added
Removed
Modified
  • GridModifyPlugin

    v20 v21  
    66For any ticket field this plugin modifies the `query` and `report` views of tickets to include a widget for editing those values. This works for all field types except for textareas.
    77
    8 Changes to any of the widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any save or submit button. A small icon will show the progress of each ajax request (in progress, succeeded, failed) once it is fired off.
    9 
    10 The status of the updates is logged to [http://getfirebug.com/ Firebug's] console if you have that installed.
     8Changes to any of the widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any save or submit button. A small icon will show the progress of each ajax request (in progress, succeeded, failed) once it is fired off. The status of the updates is logged to browser console.
    119
    1210This plugin uses Genshi and therefore only works with Trac 0.11 and later.
     
    1614== Configuration ==
    1715
    18 Note that the feature is only enabled for users who have been granted the `TICKET_GRID_MODIFY` or `TICKET_ADMIN` [TracPermissions permission].
     16Note that the feature is only enabled for users who have been granted the `TICKET_GRID_MODIFY` or `TICKET_ADMIN` (See [t:TracPermissions]).
    1917
    2018You can limit the fields to which gridmodify applies by specifying them in trac.ini.
     
    4543You can check out GridModifyPlugin from [http://trac-hacks.org/svn/gridmodifyplugin here] using Subversion, or [source:gridmodifyplugin browse the source] with Trac.
    4644
    47 The current trunk is tested only with Trac 0.12. If it fails with 0.11 the old version is available in branches/0.11, but you are also welcome to create a ticket for any 0.11 problems with the trunk version.
    48 
    4945== Example ==
    5046
     
    6763'''Author:''' [wiki:abbywinterscom] [[BR]]
    6864'''Maintainer:''' [wiki:bjornharrtell] [[BR]]
    69 '''Contributors:''' Zach Miller, Björn Harrtell
     65'''Contributors:''' Zach Miller, [wiki:rjollos]