Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_extras-7.x-2.5.tar.gztar.gz 46.25 KB
MD5: 89e108fe4563c275085cd684dee96fbf
SHA-1: 5a00eb4abd6d08d89d365fbb7dce4fcd76d18264
SHA-256: e35b539ca5e6bf90feaf1f8d1c18ab728cc8e0950139d1b19c3f85bf2b48a921
Download migrate_extras-7.x-2.5.zipzip 63.71 KB
MD5: 6514bc38634b76270350fe92c96175a7
SHA-1: 8981435678dc46bded44de14b7fbf5b50d8b5ece
SHA-256: c169c81f0c2a266ffe65d67845f56d63f0af5a81a266508532aea814904194fc

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
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: 7 Nov 2012 at 14:34 UTC
Last updated: 7 Nov 2012 at 14:36 UTC
Bug fixes

Other releases