Changes between Version 37 and Version 38 of QueuesPlugin


Ignore:
Timestamp:
May 22, 2022, 6:35:12 AM (2 years ago)
Author:
figaro
Comment:

Stamdardise headings

Legend:

Unmodified
Added
Removed
Modified
  • QueuesPlugin

    v37 v38  
    2727You can check out QueuesPlugin from [/svn/queuesplugin here] using Subversion, or [source:queuesplugin browse the source] with Trac.
    2828
    29 == Installation / Configuration
    30 
    31  1. Install the plugin. See TracPlugins for installation details and options. You will need to restart Trac's web server after installation.
    32 
    33  2. Enable the plugin by adding the following to your `trac.ini` file:
     29== Installation
     30
     31Install the plugin. See TracPlugins for installation details and options. You will need to restart Trac's web server after installation.
     32
     33Enable the plugin by adding the following to your `trac.ini` file:
    3434 {{{#!ini
    3535[components]
     
    3737}}}
    3838
    39  You can alternatively use the Trac Web Admin GUI to enable any or all rules.
    40 
    41  3. Create a custom field to contain the position information, example `trac.ini` file:
     39You can alternatively use the Trac Web Admin GUI to enable any or all rules.
     40
     41== Configuration
     42
     43 1. Create a custom field to contain the position information, example `trac.ini` file:
    4244 {{{#!ini
    4345[ticket-custom]
     
    4547}}}
    4648
    47  4. Create/modify reports to be used as ticket queues whose first column's name must match the (custom) field created in step 3 above:
     49 2. Create/modify reports to be used as ticket queues whose first column's name must match the (custom) field created in step 3 above:
    4850  * Can contain uppercase characters, which will get converted to lowercase.
    4951  * Can use spaces, which will get removed.
    5052
    51  5. Tell the plugin which reports to convert to queues, example `trac.ini` file:
     53 3. Tell the plugin which reports to convert to queues, example `trac.ini` file:
    5254 {{{#!ini
    5355[queues]