Changes between Version 10 and Version 11 of TracMultiSelectBoxPlugin


Ignore:
Timestamp:
Jan 16, 2016, 6:27:21 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • TracMultiSelectBoxPlugin

    v10 v11  
    55== Description
    66
    7 This plugin treats pseudo multiple select values with the ticket custom field. It requires Trac 1.0 or higher, since it uses the `list` format of text type. See also [http://trac.edgewall.org/wiki/TracTicketsCustomFields TracTicketsCustomFields].
     7This plugin treats pseudo multiple select values with the ticket custom field. See below for an example. It requires Trac 1.0 or higher, since it uses the `list` format of text type. See also TracTicketsCustomFields.
    88
    99Key features:
     
    1212 * Compared to other alternatives, this plugin is intended to be simple and light weight, easy to use.
    1313
    14 This plugin was inspired by [http://trac-hacks.org/wiki/MultiSelectFieldPlugin MultiSelectFieldPlugin].
    15 It is a good choice, if you are looking for a more feature-rich selectbox.
     14This plugin was inspired by MultiSelectFieldPlugin, which is a good choice, if you are looking for a more feature-rich selectbox.
    1615
    1716== Bugs/Feature Requests
     
    3938To use multiple select values change your `trac.ini` file as follows:
    4039
    41  {{{#!ini
     40{{{#!ini
    4241[components]
    4342multiselectbox.filter.multiselectbox = enabled
     
    5554== Example
    5655
    57 '''''Select multiple values'''''
     56'''Select multiple values'''
    5857[[BR]][[BR]]
    5958[[Image(multiselectbox1.png)]]
    6059
    6160
    62 '''''Show selected multiple values'''''
     61'''Show selected multiple values'''
    6362[[BR]][[BR]]
    6463[[Image(multiselectbox2.png)]]
     
    6867=== Revert function
    6968
    70 '''''Revert selected multiple values'''''
     69'''Revert selected multiple values'''
    7170[[BR]][[BR]]
    7271[[Image(multiselectbox3.png)]]
     
    7473Reverting multiple select values during editing is not possible (confirmed for version 1.0.2). To use Trac's revert function, you must apply a patch included in the source distribution:
    7574
    76  {{{#!sh
     75{{{#!sh
    7776$ cd path/to/trac
    7877$ patch -p0 < patch/support-multipleselct-for-reverthandler-trac10.patch