Changes between Version 5 and Version 6 of GridFlowPlugin


Ignore:
Timestamp:
Nov 19, 2015, 10:00:52 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GridFlowPlugin

    v5 v6  
    77This plugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables. It is inspired by the GridModifyPlugin.
    88
    9 When the user has the `TICKET_GRID_WORKFLOW` privilege (or `TRAC_ADMIN`), the gridflow javascript code will add a 'Triage' column to your report and query tables. A pull-down menu in this column allows you to select a ticket action or workflow. When you click the 'Go' button, an AJAX callback will invoke the corresponding action on the ticket and save it. On success, the workflow menu changes to indicate that the action was taken.
     9When the user has the `TICKET_GRID_WORKFLOW` privilege (or `TRAC_ADMIN`), the gridflow Javascript code will add a 'Triage' column to your report and query tables. A pull-down menu in this column allows you to select a ticket action or workflow. When you click the 'Go' button, an AJAX callback will invoke the corresponding action on the ticket and save it. On success, the workflow menu changes to indicate that the action was taken.
    1010
    1111This is very alpha code.
     
    2121[/newticket?component=GridFlowPlugin new ticket].
    2222
    23 [[TicketQuery(component=AccountGridFlowPlugin&group=type,format=progress)]]
     23[[TicketQuery(component=GridFlowPlugin&group=type,format=progress)]]
    2424
    2525== Download
    2626
    27 Download the zipped source from [download:gridflowplugin here].
     27Download the zipped source from [export:gridflowplugin here].
    2828
    2929== Source
    3030
    31 You can check out GridFlowPlugin from [http://trac-hacks.org/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac.
     31You can check out GridFlowPlugin from [/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac.
     32
     33== Installation
     34
     35General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3236
    3337== Configuration
    3438
    35 GridFlowPlugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the GridFlowPlugin options.
     39This plugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the GridFlowPlugin options.
    3640
    3741== Recent Changes