Changes between Version 31 and Version 32 of BatchModifyPlugin


Ignore:
Timestamp:
Apr 22, 2010, 3:12:15 PM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchModifyPlugin

    v31 v32  
    4545}}}
    4646
    47 The 0.10 version of this plugin ''replaces'' the built-in "Custom Query" plugin. To enable it, you need to first disable the "Custom Query" plugin by adding the following to the "components" section in the trac.ini file of your project
    48 {{{
    49 [components]
    50 trac.ticket.query.* = disabled
    51 }}}
    52 
    53 Then install the plugin
    54 {{{
    55 easy_install http://trac-hacks.org/svn/batchmodifyplugin/0.10/
    56 }}}
    57 
    58 As always, if you install the plugin globally, the plugin needs to be enabled explicitly
    59 {{{
    60 [components]
    61 trac.ticket.query.* = disabled
    62 batchmod.* = enabled
    63 }}}
    64 
    6547== Configuration ==
    6648Batch modification of tickets requires the TICKET_BATCH_MODIFY permission. If a user does not have this permission, the plugin behaves like the default "Custom Query" module.