Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_extras-7.x-2.3.tar.gztar.gz 23.82 KB
MD5: b58caf423291f34d7fccff88fab99f6a
SHA-1: bce81f3faacd4624069f4266830fdc80d2a634db
SHA-256: e144b31883fe891b70ae8a1fe4f23053a9e680940f9051b0f7c5f5e6ab2f8ee7
Download migrate_extras-7.x-2.3.zipzip 39.08 KB
MD5: 57e502ba880bf8c82b6007dc2d90bdc1
SHA-1: f0dde98f71d645b76ba3fbe3881e247dd457a92c
SHA-256: bf570b8e616fe209655da91f0b712828a586a0b23925b8bade5276ddf4ac28f2

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.2 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: 21 Mar 2012 at 16:52 UTC
Last updated: 21 Mar 2012 at 16:55 UTC
New features
Bug fixes

Other releases