Changes between Version 5 and Version 6 of TracMultiSelectBoxPlugin


Ignore:
Timestamp:
Feb 19, 2014, 9:41:39 AM (10 years ago)
Author:
Tetsuya Morimoto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracMultiSelectBoxPlugin

    v5 v6  
    5050
    5151
     52== Operation Tips ==
     53
     54=== revert function ===
     55
     56'''''Revert selected multiple values'''''
     57[[BR]][[BR]]
     58[[Image(multiselectbox3.png)]]
     59
     60To revert multiple select values during you are editing.
     61Unfortunately, Trac don't care about it. (confirmed 1.0.2)
     62To use Trac's revert function,
     63you must apply a patch included in the source distribution.
     64
     65 {{{#!sh
     66    $ cd path/to/trac
     67    $ patch -p0 < patch/support-multipleselct-for-reverthandler-trac10.patch
     68    $ restart Trac
     69}}}
     70
     71
    5272== Bugs/Feature Requests ==
    5373