Downloads

Download migrate-6.x-2.0-beta3.tar.gztar.gz 213.83 KB
MD5: 85c3a7b75819bcc2a6bdd6dddcb7eafc
SHA-1: a57b5122e333543e4af82afb59fb1895df4838d1
SHA-256: 3acfcaa0efb180432d296c02bcb0f739ee631b04f800b326959d742070a2bd21
Download migrate-6.x-2.0-beta3.zipzip 243.29 KB
MD5: 5f260c819a97d0ad0210d6a03662e85c
SHA-1: 5f29afb497db5d81dd2ca3a74b5ee18c7da0c734
SHA-256: 2572146d5014e822f618a325ea58a0b6a15a35aa2335599e7055990a295f3375

Release notes

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.

Created by: mikeryan
Created on: 24 Dec 2010 at 20:30 UTC
Last updated: 12 Apr 2014 at 15:03 UTC
New features
Bug fixes

Other releases