Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_extras-7.x-2.4.tar.gztar.gz 45.81 KB
MD5: e1852adf7da9990332429ef46f0f650a
SHA-1: f987432e50cbd1cb1fda97537de39dc4fd34603b
SHA-256: cc3be753da658da1b8a87cf73f73357328a4754b02b35e735d01f14b4bea50e8
Download migrate_extras-7.x-2.4.zipzip 63.92 KB
MD5: eee273d647f37c21ae90d11a1826233b
SHA-1: b8189b75cc1193e39290b15465c66112959a163a
SHA-256: 7d0a32a3730f931a80a3d0fd27b9eab5937db53ad1dc3b65b56fdde98b945850

Release notes

The Migrate Extras module provides extensions to Migrate (http://drupal.org/project/migrate)
to support various contributed modules. The ideal place to implement migration support
for a contributed module is in that module. That way, the migration support is always
self-consistent with the current module implementation - it's not practical for the
migrate_extras module to keep up with changes to all other contrib modules. Support
for contributed modules may be added to migrate_extras for two reasons - if the module's
maintainer does not accept a patch providing migration support, or as an intermediate
step before submitting such a patch to the other module.

In cases where modules supported by migrate_extras end up implementing the support
themselves, you could at least temporarily end up with redundant implementations.
The extra implementation may be disabled at admin/content/migrate/configure.

The following modules are currently supported in Migrate Extras on Drupal 7 (note
that Date module support has moved into the Date module itself):

Address Field
Entity API
Flag
Geofield
Interval
Media
Name Field
Organic Groups
Pathauto
Phone Number (cck_phone)
Private Messages
Profile2
Rules
User Relationships
Voting API
Webform

Compatibility
-------------
This release of Migrate Extras requires Migrate V2.4-beta1 or later.

Migrate_Extras_Examples
----------------
See the Examples folder for a few implemented Migrations that you can run and
inspect.

Maintainers
-----------
Frank Carey http://drupal.org/user/112063
Mike Ryan - http://drupal.org/user/4420
Moshe Weitzman - http://drupal.org/user/23

Created by: mikeryan
Created on: 2 Jun 2012 at 18:37 UTC
Last updated: 2 Jun 2012 at 18:41 UTC
New features
Bug fixes

Other releases