Changes between Version 5 and Version 6 of WorkflowActionButtonsPlugin


Ignore:
Timestamp:
Mar 10, 2015, 4:28:59 PM (9 years ago)
Author:
figaro
Comment:

Rearanged sections

Legend:

Unmodified
Added
Removed
Modified
  • WorkflowActionButtonsPlugin

    v5 v6  
    55== Description
    66
    7 This plugin adds a row of "action buttons" to the top of every ticket detail page.  These buttons allow you to quickly act on a ticket (with a workflow action like "reassign", "resolve", "reopen", etc) without scrolling down to the Actions section.  When a button is pressed, a modal dialog opens up with a small form prompting the user for any additional information (e.g. resolution when resolving the ticket, or new owner when reassigning) and an optional comment.
     7This plugin adds a row of "action buttons" to the top of every ticket detail page. These buttons allow you to quickly act on a ticket (with a workflow action like "reassign", "resolve", "reopen", etc) without scrolling down to the Actions section. When a button is pressed, a modal dialog opens up with a small form prompting the user for any additional information, eg resolution when resolving the ticket, or new owner when reassigning, and an optional comment.
    88
    99The plugin does nothing if Javascript is disabled.
    10 
    11 === Screenshots
    12 
    13 [[Image(Screen Shot 2014-01-02 at 10.27.50 PM.png, 800, 600)]]
    14 
    15 [[Image(Screen Shot 2014-01-02 at 10.28.07 PM.png, 800, 600)]]
    16 
    17 [[Image(Screen Shot 2014-01-02 at 10.39.14 PM.png, 800, 600)]]
    1810
    1911== !Bugs/Feature Requests
     
    2719== Download
    2820
    29 Download the zipped source from the Python Package Index [https://pypi.python.org/pypi/trac-WorkflowActionButtons here].
     21Download the zipped source from the Python Package Index [pypi:trac-WorkflowActionButtons here].
    3022
    3123== Source
     
    3729Install the plugin and then enable its components by setting `workflow_actionbuttons.* = enabled` in your `trac.ini` `[components]` section.
    3830
    39 You can customize the labels and icons displayed for each button.  To do this, create a new `trac.ini` section `[ticket-workflow-action-buttons]`.  For example:
     31You can customize the labels and icons displayed for each button. To do this, create a new `trac.ini` section `[ticket-workflow-action-buttons]`:
    4032
    4133{{{
     34#!ini
    4235[ticket-workflow-action-buttons]
    4336accept.title = Accept
     
    5649The icons are implemented with [http://fontawesome.io/icons/ Font Awesome]; a copy of Font Awesome is included in the plugin distribution.
    5750
     51== Screenshots
     52
     53Screenshot of the plugin's action buttons added to the top of the ticket:
     54
     55[[Image(Screen Shot 2014-01-02 at 10.27.50 PM.png, 800, 600)]]
     56
     57Screenshot of the dialog box prompting the user for additional information:
     58
     59[[Image(Screen Shot 2014-01-02 at 10.28.07 PM.png, 800, 600)]]
     60
     61Screenshot of the dialog box after clicking the Resolve button:
     62
     63[[Image(Screen Shot 2014-01-02 at 10.39.14 PM.png, 800, 600)]]
     64
    5865== Recent Changes
    5966
     
    6370
    6471'''Author:''' [wiki:ejucovy] [[BR]]
    65 '''Maintainer:''' [wiki:ejucovy] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    6673'''Contributors:'''