rawu - The most common problem people have with the plugin is jQuery and/or batchmod.js not being loaded properly. Go to the custom query page and view the source in your browser. Check if the script paths for jquery.js and batchmod.js are valid. My guess is that they are not. You also might want to check this ticket: http://trac-hacks.org/ticket/6466
Roger - The newest version of the plugin is a complete rewrite of the UI to make it similar to adding filters. Many people complained that the old UI was awkward and/or misleading. You can now add fields just like you add filters. Ethan - I just tried to duplicate your problem with easy_install, but it worked for me. I ran easy_install http://trac-hacks.org/svn/batchmodifyplugin/0.12/trunk This installed the egg for me with Python 2.6.5. I started up a Trac 0.12 instance with tracd and had no problems. This is on Windows XP and I installed Trac from source. Do you have anymore info I could use to reproduce this problem? -Brian On Jul 21, 8:11 am, Ethan Jucovy <[email protected]> wrote: > On Wed, Jul 21, 2010 at 6:42 AM, rawu <[email protected]> wrote: > > I install BatchModify Plugin, and no error in log file . > > > I can see there are options under query result . > > But where I try "Add field" , nothing happen . > > So now , I can only batch modify comments of tickets . > > > What‘s the problem. Anyone help? thanks. > > I just installed BatchModify on Trac 0.12 the other day and ran into this > exact same problem. > > I think it turned out to be because I had installed it by `easy_install` > against the SVN location. > > The problem went away when, instead, I took an SVN checkout and ran `python > setup.py develop`. > > It works now so I haven't dug deeper -- but I think that, in the former > method, the bundled Javascripts were not installed properly to a location > where Trac could serve them. > > -Ethan > > 150151 > > > -- > > 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]<trac-users%2bunsubscr...@googlegrou > > ps.com> > > . > > For more options, visit this group at > >152http://groups.google.com/group/trac-users?hl=en. -- 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.
