Changes between Version 21 and Version 22 of GridModifyPlugin


Ignore:
Timestamp:
Mar 16, 2015, 3:54:02 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GridModifyPlugin

    v21 v22  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Grid Modify Plugin =
    32
    4 == Description ==
     3= Create grid of tickets to modify plugin
     4
     5== Description
    56
    67For 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.
    78
    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. The status of the updates is logged to browser console.
     9Changes 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 AJAZrequest (in progress, succeeded, failed) once it is fired off. The status of the updates is logged to browser console.
    910
    1011This plugin uses Genshi and therefore only works with Trac 0.11 and later.
     
    1213See also: TracReportInplaceEditPlugin, BatchModifyPlugin
    1314
    14 == Configuration ==
     15== Bugs/Feature Requests
    1516
    16 Note that the feature is only enabled for users who have been granted the `TICKET_GRID_MODIFY` or `TICKET_ADMIN` (See [t:TracPermissions]).
     17Existing bugs and feature requests for GridModifyPlugin are
     18[report:9?COMPONENT=GridModifyPlugin here].
    1719
    18 You can limit the fields to which gridmodify applies by specifying them in trac.ini.
     20If you have any issues, create a
     21[http://trac-hacks.org/newticket?component=GridModifyPlugin&owner=bjornharrtell new ticket].
     22
     23[[TicketQuery(component=GridModifyPlugin&group=type,format=progress)]]
     24
     25== Download
     26
     27Download the zipped source from [download:gridmodifyplugin here].
     28
     29== Source
     30
     31You can check out GridModifyPlugin from [http://trac-hacks.org/svn/gridmodifyplugin here] using Subversion, or [source:gridmodifyplugin browse the source] with Trac.
     32
     33== Configuration
     34
     35Note that the feature is only enabled for users who have been granted the `TICKET_GRID_MODIFY` or `TICKET_ADMIN`. See [t:TracPermissions] for the permissions that Trac recognises.
     36
     37You can limit the fields to which gridmodify applies by specifying them in `trac.ini`:
    1938
    2039{{{
     
    2746}}}
    2847
    29 == Bugs/Feature Requests ==
    30 
    31 Existing bugs and feature requests for GridModifyPlugin are
    32 [report:9?COMPONENT=GridModifyPlugin here].
    33 
    34 If you have any issues, create a
    35 [http://trac-hacks.org/newticket?component=GridModifyPlugin&owner=bjornharrtell new ticket].
    36 
    37 == Download ==
    38 
    39 Download the zipped source from [download:gridmodifyplugin here].
    40 
    41 == Source ==
    42 
    43 You can check out GridModifyPlugin from [http://trac-hacks.org/svn/gridmodifyplugin here] using Subversion, or [source:gridmodifyplugin browse the source] with Trac.
    44 
    45 == Example ==
     48== Example
    4649
    4750 * Quickly work through many tickets in a given report or query assigning priorities to each one. This is useful in a team meeting for instance.
    4851
    49 == Screenshots ==
     52== Screenshots
    5053
    51 Click on the image to see the full size version:
     54Click on the image to see the full size version.
    5255
    5356Dropdown boxes on the custom ticket query page:
     
    5558[[Image(query.png, 75%)]]
    5659
    57 == Recent Changes ==
     60== Recent Changes
    5861
    5962[[ChangeLog(gridmodifyplugin, 3)]]
    6063
    61 == Author/Contributors ==
     64== Author/Contributors
    6265
    6366'''Author:''' [wiki:abbywinterscom] [[BR]]
    64 '''Maintainer:''' [wiki:bjornharrtell] [[BR]]
     67'''Maintainer:''' [[Maintainer]] [[BR]]
    6568'''Contributors:''' Zach Miller, [wiki:rjollos]