Table of Contents
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 here. When submitting a new bug report, include the following will greatly increase the odds of your bug getting fixed:
- Browser version
- Browser plugins
- Trac version
- Trac plugins
If you have any issues, create a new ticket.
Download
| Trac | Python | Version | Date |
| 0.11 | 2.5 | 0.3 | 1-26-2010 |
| 0.11 | 2.6 | 0.3 | 1-26-2010 |
Download the zipped trunk from here.
Install
0.11 Version
The 0.11 version of this plugin extends the built-in "Custom Query" plugin. Install and enable the plugin as normal. Do not disable the "Custom Query" plugin.
0.10 Version
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
[components] trac.ticket.query.* = disabled
Then install the plugin
easy_install http://trac-hacks.org/svn/batchmodifyplugin/0.10/
As always, if you install the plugin globally, the plugin needs to be enabled explicitly
[components] trac.ticket.query.* = disabled batchmod.* = enabled
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
Source
You can check out BatchModifyPlugin from here using Subversion, or browse the source with Trac.
Recent Changes
[7485] by CuriousCurmudgeon on 01/26/10 22:48:43
Created a changelog for releases.
[7484] by CuriousCurmudgeon on 01/26/10 22:35:44
Built eggs against Python 2.5 and 2.6 for 0.3 release of plugin.
[7483] by CuriousCurmudgeon on 01/26/10 22:28:41
Bumped version number to 0.3
[7482] by CuriousCurmudgeon on 01/26/10 22:22:56
Reorganized to usual svn structure. This is in preparation of tagging eggs for release.
Author/Contributors
Author: ashwin_phatak
Maintainer: CuriousCurmudgeon
Contributors:
Attachments
- batch_modify_view1.png (20.7 kB) -
Screenshot of batch modify query view
, added by ashwin_phatak on 10/08/06 12:13:20.


