[[TOC]] = Batch modification of tickets = == Description == Allows users to modify several tickets together in one shot. == Bugs/Feature Requests == Existing bugs and feature requests for BatchModifyPlugin are [query:status!=closed&component=BatchModifyPlugin&order=priority here]. When submitting a new bug report, including the following will greatly increase the odds of your bug getting fixed: * Browser version * Browser plugins * Trac version * Trac plugins * Any stack trace you received. If you have any issues, create a [/newticket?component=BatchModifyPlugin&owner=CuriousCurmudgeon new ticket]. == Download == '''Note:''' Python 2.4 eggs are not provided simply because I do not have it installed on my machine. If you build a 2.4 egg for a release feel free to send to me. I will add it to repository and the download list above. ||Trac||Python||Version||Date|| ||0.12||2.5||[http://trac-hacks.org/browser/batchmodifyplugin/0.12/tags/BatchModify-0.5.0_trac0.12-py2.5.egg 0.5.0]||5-13-2010|| ||0.12||2.6||[http://trac-hacks.org/browser/batchmodifyplugin/0.12/tags/BatchModify-0.5.0_trac0.12-py2.6.egg 0.5.0]||5-13-2010|| ||0.11||2.5||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.5.0_trac0.11-py2.5.egg 0.5.0]||5-13-2010|| ||0.11||2.6||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.5.0_trac0.11-py2.6.egg 0.5.0]||5-13-2010|| ||0.11||2.5||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.1-py2.5.egg 0.4.1]||2-19-2010|| ||0.11||2.6||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.1-py2.6.egg 0.4.1]||2-19-2010|| ||0.11||2.5||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.0-py2.5.egg 0.4]||2-16-2010|| ||0.11||2.6||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.0-py2.6.egg 0.4]||2-16-2010|| ||0.11||2.5||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.3.0-py2.5.egg 0.3]||1-26-2010|| ||0.11||2.6||[http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.3.0-py2.6.egg 0.3]||1-26-2010|| Please see the [http://trac-hacks.org/browser/batchmodifyplugin/CHANGELOG CHANGELOG] for details on each release. Download the zipped trunk from [download:batchmodifyplugin here]. == Install == === 0.11 & 0.12 Versions === Simply drop the egg in the plugins directory and enable through the admin UI. == FAQ == '''Q:''' Checkboxes don't appear next to tickets for me! [[BR]] '''A:''' There was a bug with Trac prior to 0.11.6 that prevented the checkboxes from being added. Some people also have path problems that prevent JQuery from being loaded. See #6466 for details. == Configuration == Batch 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. {{{ permission add ashwin_phatak TICKET_BATCH_MODIFY }}} == Screenshots == [[Image(BatchModifyScreenshot.png, width=900px, border=3)]] == Source == You can check out BatchModifyPlugin from [http://trac-hacks.org/svn/batchmodifyplugin here] using Subversion, or [source:batchmodifyplugin browse the source] with Trac. == Recent Changes == [[ChangeLog(batchmodifyplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ashwin_phatak] [[BR]] '''Maintainer:''' [wiki:CuriousCurmudgeon] [[BR]] '''Contributors:'''