********************************************************
** BatchModifyPlugin 0.8.0 - r9368 (October 28, 2010) **
********************************************************

Added support for email notifications. If you have smtp enabled, notifications
will be sent for each ticket as needed if you so choose. Thanks to gregmac for this patch.

The other big change is that all ticket changes are now made in one transaction.

Bug Fixes
 #7654 - BatchMod under Trac 0.11.7 missing "quote" variable (http://trac-hacks.org/ticket/7654)
 #7675 - Styling of "Change tickets" submit button (http://trac-hacks.org/ticket/7675)
 #7553 - error with_transaction issue (http://trac-hacks.org/ticket/7553)
 #7490 - [Patch] BatchModifyPlugin doesn't work with Trac 0.11.x (http://trac-hacks.org/ticket/7490)

Enhancements
 #3739 - Add option for mail notification (http://trac-hacks.org/ticket/3739)

****************************************************
** BatchModifyPlugin 0.7.1 - r8249 (July 9, 2010) **
****************************************************

Fixed a bug that prevented checkbox fields from being added on Trac 0.11.x.

Bug Fixes
 * #7360 - Checkbox fields do not work in Trac 0.11 (http://trac-hacks.org/ticket/7360)

****************************************************
** BatchModifyPlugin 0.7.0 - r8120 (July 7, 2010) **
****************************************************

This release is a complete rewrite of the UI to make it more closely match how filters are added to queries.
In addition new validation has been added to prevent tickets from being put in a bad state.

Eggs can be found at:
 * Trac 0.11 - http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags
 * Trac 0.12 - http://trac-hacks.org/browser/batchmodifyplugin/0.12/tags

Bug Fixes
 * #6972 - Batch modification of status results in deleted status on ticket (http://trac-hacks.org/ticket/6972)
 * #4899 - Option to remove resolution (http://trac-hacks.org/ticket/4899)

Enhancements
 * #7303 - UI should be consistent with custom query filters (http://trac-hacks.org/ticket/7303)

*****************************************************
** BatchModifyPlugin 0.6.0 - r8120 (June 18, 2010) **
*****************************************************

This release adds configuration for keyword separators. It also allows you to treat other fields
as lists through configuration.

Thanks to beachroad for the patch on #7181 and oliver for the patch on #6875.

Eggs can be found at:
 * Trac 0.11 - http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags
 * Trac 0.12 - http://trac-hacks.org/browser/batchmodifyplugin/0.12/tags

Bug Fixes
 * #7181 - Fixed a bug when applying keyword changes to multiple tickets. (http://trac-hacks.org/ticket/7181)
 * #7230 - After batch modify, all filters are reset to default. (http://trac-hacks.org/ticket/7230)

Enhancements
 * #6875 - Batch keyword removal is now supported. Simply add '-' before the keyword you wish to remove. (http://trac-hacks.org/ticket/6875)
 * #7181 - Added configuration for keyword separators. You can also specify other fields to treat as lists. (http://trac-hacks.org/ticket/7181)

********************************************
** BatchModifyPlugin 0.5.0 (May 13, 2010) **
********************************************

This is the first release that has separate versions for 0.11 and 0.12. It adds better handling of
keyword separators and gives you the option to not modify the ticket changetime.

Thanks to daltonmatos for the patch for #7048 and the anonymous contributor of the patch for #7086.

Eggs can be found at:
 * Trac 0.11 - http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags
 * Trac 0.12 - http://trac-hacks.org/browser/batchmodifyplugin/0.12/tags

Enhancements:
 * #7048 - Can now not modify the changetime of tickets. Can be useful if you wish to also use the TracUnreadPlugin.
 * #7086 - Keyword separators can now be any non-alphanumeric character.

*************************************************
** BatchModifyPlugin 0.4.1 (February 19, 2010) **
*************************************************

This release fixes a bug introduced in #5810. TicketSystem.eventually_restrict_owner did not
exist before Trac 0.11.2. This release fixes errors that users of Trac 0.11 and 0.11.1 were
seeing related to this.

Download URL:
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.1-py2.5.egg
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.1-py2.6.egg 

Bug Fixes:
 * #5810 - TicketSystem.eventually_restrict_owner does not exist before Trac 0.11.2 (http://trac-hacks.org/ticket/5810)
 

***********************************************
** BatchModifyPlugin 0.4 (February 16, 2010) **
***********************************************

This release fixes a bug preventing fields in the form from being enabled. It also adds a couple
of new features. New keywords will now be merged with existing keywords on each ticket and the
restrict_owner setting will be respected in the form.

Thanks to miau for the patch for #5810.

Download URL:
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.0-py2.5.egg
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.4.0-py2.6.egg 

Bug Fixes:
 * #6516 - Checking a property doesn't enable its field (http://trac-hacks.org/ticket/6516)

Enhancements
 * #2311 - New keywords are now merged with existing keywords on each ticket (http://trac-hacks.org/ticket/2311)
 * #5810 - restrict_owner option now respected in form (http://trac-hacks.org/ticket/5810)

**********************************************
** BatchModifyPlugin 0.3 (January 26, 2010) **
**********************************************

This release fixes the plugin so that it actually does something on 0.11 again. In addition the
comment field is now a textarea and the batch modify fieldset is collapsible. By default it is collapsed.

Thanks to Ikraav, otaku42, and thomassvs for patches.

Download URL:
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.3.0-py2.5.egg
 * http://trac-hacks.org/browser/batchmodifyplugin/0.11/tags/BatchModify-0.3.0-py2.6.egg 
 
Bug Fixes:
 * #2018 - batchmodifyplugin creates Ticket object with id as str, not int, breaking convention (http://trac-hacks.org/ticket/2018)
 * #4928 - batchmodify does not work due to QueryModule change (http://trac-hacks.org/ticket/4928)

Enhancements:
 * #4135 - Change comment field from one-liner to text area (http://trac-hacks.org/ticket/4135)
 * #6195 - [Patch] Make batch modify fieldset collapsible, and collapsed by default (http://trac-hacks.org/ticket/6195)
