I may need to apply that patch later if I encounter the problem in the ticket, but that was not my issue. However I did find out why it was not working for me. I didn't catch this note on the BatchModifyPlugin wiki page previously.
"[ I have found the following to be untrue on trac 0.11rc1 and the 0.11 version of this plugin; in fact disabling Custom Query breaks the plugin -- k0s (jhammel at openplans dot org)]" I simply removed the line from trac.ini that disabled the query module, and everything started working. On Jun 3, 3:52 pm, "Ian Jones" <[EMAIL PROTECTED]> wrote: > There was a patch sitting in a ticket that when applied worked like a charm > for myself. > > http://trac-hacks.org/ticket/2312 > > On Tue, Jun 3, 2008 at 1:37 PM, Chris <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have not been able to get BatchModifyPlugin (http://trac-hacks.org/ > > wiki/BatchModifyPlugin <http://trac-hacks.org/wiki/BatchModifyPlugin>) > > working on 0.11 (r7063 to be precise) and was > > wondering if anyone else has had any success with it. IIRC it worked > > fine on 0.10.4, but the version of BatchModifyPlugin for 0.11 > > (obtained fromhttp://trac-hacks.org/svn/batchmodifyplugin/0.11) is > > not working as advertised. After adding the following lines to > > trac.ini I have no query module and no replacement for it. > > > trac.ticket.query.* = disabled > > batchmod.* = enabled > > > There was probably a minor change in trac that caused it to no longer > > function correctly, but a quick look at the code for BatchModifyPlugin > > didn't show anything obviously wrong. I can write python, but I have > > very limited knowledge of the internal structure of trac, so if anyone > > could help me out it would be appreciated. > > > Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
