Changes between Initial Version and Version 1 of GridFlowPlugin


Ignore:
Timestamp:
Apr 3, 2009, 4:10:10 AM (15 years ago)
Author:
dgc
Comment:

New hack GridFlowPlugin, created by dgc

Legend:

Unmodified
Added
Removed
Modified
  • GridFlowPlugin

    v1 v1  
     1= GridFlowPlugin =
     2
     3== Description ==
     4
     5In the spirit of GridModPlugin, GridFlowPlugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for GridFlowPlugin are
     10[report:9?COMPONENT=GridFlowPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=GridFlowPlugin&owner=dgc new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:gridflowplugin here].
     18
     19== Source ==
     20
     21You can check out GridFlowPlugin from [http://trac-hacks.org/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25GridFlowPlugin has no configuration options.
     26
     27When 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.
     28
     29This is very alpha code.  I am no expert, but it seems enough blind flailing can lead somewhere.
     30
     31
     32== Recent Changes ==
     33
     34[[ChangeLog(gridflowplugin, 3)]]
     35
     36== Author/Contributors ==
     37
     38'''Author:''' [wiki:dgc] [[BR]]
     39'''Contributors:'''