Changes between Version 4 and Version 5 of GridFlowPlugin


Ignore:
Timestamp:
Jul 20, 2015, 10:18:59 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • GridFlowPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = GridFlowPlugin =
    32
    4 == Description ==
     3= GridFlowPlugin
    54
    6 In the spirit of GridModifyPlugin, GridFlowPlugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables.
     5== Description
    76
    8 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.
     7This 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.
    98
    10 This is very alpha code.  I am no expert, but it seems enough blind flailing can lead somewhere.
     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.
    1110
    12 == Bugs/Feature Requests ==
     11This is very alpha code.
     12
     13== Bugs/Feature Requests
    1314
    1415'''This plugin is currently not compatible with Trac 0.12+'''
     
    1819
    1920If you have any issues, create a
    20 [http://trac-hacks.org/newticket?component=GridFlowPlugin&owner=dgc new ticket].
     21[/newticket?component=GridFlowPlugin new ticket].
    2122
    22 == Download ==
     23[[TicketQuery(component=AccountGridFlowPlugin&group=type,format=progress)]]
     24
     25== Download
    2326
    2427Download the zipped source from [download:gridflowplugin here].
    2528
    26 == Source ==
     29== Source
    2730
    2831You can check out GridFlowPlugin from [http://trac-hacks.org/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac.
    2932
    30 == Configuration ==
     33== Configuration
    3134
    32 GridFlowPlugin requires no configuration.  Users must have TICKET_GRID_WORKFLOW or TRAC_ADMIN privilege to see the GridFlowPlugin options.
     35GridFlowPlugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the GridFlowPlugin options.
    3336
    34 
    35 == Recent Changes ==
     37== Recent Changes
    3638
    3739[[ChangeLog(gridflowplugin, 3)]]
    3840
    39 == Author/Contributors ==
     41== Author/Contributors
    4042
    4143'''Author:''' [wiki:dgc] [[BR]]
    42 '''Maintainer:''' [wiki:dgc] [[BR]]
     44'''Maintainer:''' [[Maintainer]] [[BR]]
    4345'''Contributors:'''