Changes between Version 3 and Version 4 of BatchModifyPlugin


Ignore:
Timestamp:
Oct 8, 2006, 9:49:52 AM (18 years ago)
Author:
ashwin_phatak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchModifyPlugin

    v3 v4  
    1818
    1919== Install ==
    20 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
     20This 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
    2121{{{
    2222[components]
     
    3434trac.ticket.query.* = disabled
    3535batchmod.* = enabled
     36}}}
     37
     38== Configuration ==
     39Batch 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.
     40{{{
     41permission add ashwin_phatak TICKET_BATCH_MODIFY
    3642}}}
    3743