//$Id$ Migrate 2.0 dev ================== Features and enhancements - #1039882 - Pass client migration to stub creation. Note that $migration->values (the destination object being built) is now $migration->destinationValues - any migrations referencing this member will need to change. - #946350 - Accept arrays in sourceMigration(); Let a node migration set node_revisions.uid. Thats the 'last edited by' user Bug fixes - #1028824 - Errors during registry rebuild trigger fatal error. Fix highwater handling to deal with duplicate values. - #990640 - Help people trying to upgrade from Migrate V1. - #998586 - Improved feedback for disabled migrations. - #972382 - Fix MigrateDestinationTableCopy. - #962120 - Support idlist on rollback. - #1017744 - Term references need to be explicitly added to fields list; example needs to use vocabulary name (no machine name in D6). - #1017256 - Document case-sensitivity in beer.inc. - #1013844 - Better error handling in getInstance(). Migrate 2.0 Beta 3 ================== Features and enhancements - #989200 - Support "dynamic" migrations. Changes to be aware of: All modules implementing migration classes must now implement hook_migrate_api() (see migrate_migrate_api() for an example). Dependencies and sourceMigrations must now be expressed in terms of machine name rather than class name. MigrationBase::getInstance now takes a machine name rather than a class name. Migration class names are no longer required to end in 'Migration'. - #992898 - Pass options to source and destination constructors as arrays. Add logging of fetch queries and dqp() function to translate DBTNG query object into full SQL. Inherit default settings for promote, sticky, status, status from content type configuration. Already done in D7. Add arguments method for MigrateTermNodeHandler class Add dedupe() method for a field mapping. maintainStatistics business removed from comment import. Default comments to published status Bug fixes - #1004992 - Double call to prepare() on comment import (systemOfRecord DESTINATION) - #1006272 - Remove lengths on int fields in schema (breaks Postgres) - #1005030 - Replace eval() with proper call_user_func(). - #1005360 - Skip .test files in registry scan - #1002500 - Remove conflicting comment_load() wrapper. - #1004268 - Don't munge date separators prepareRow() skips current row only if boolean FALSE is returned. Avoid notice in user.inc - #990960 - Initialize fields array for profiles - #839770 - Notice: Undefined property: stdClass:: in forum_node_presave() when generating forum nodes. - #984294 - Make migrate dashbard a local task. needs_update => needs-update to match drush conventions. Inherit default settings for promote, sticky, status, status from content type configuration. Already done in D7. - #898622 - Undefined variable in MigrateDestinationNode::import() - #839770 - Notice: Undefined property: stdClass:: in forum_node_presave() when generating forum nodes. - #990960 - Initialize fields array for profiles - #983968 - Bogus settings of ->uid Migrate 2.0 Beta 2 ================== Bug fixes - #940984 - Migrate Example BeerUser is broken -- tries to insert '' into users.uid Migrate 2.0 Beta 1 ================== Version 2 of the Migrate module is an entirely new implementation - it is pointless to list changes since Migrate 1.