Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_extras-7.x-2.3-rc1.tar.gztar.gz 24.54 KB
MD5: a1a06ad1307f1576484bd77112ca7a5b
SHA-1: bed044d98c734f003340a0cf7169fe19fbafe4f9
SHA-256: a7900a2973650517e24395ddc41ed37833398d34be97e7b40a3631c79b51b3b3
Download migrate_extras-7.x-2.3-rc1.zipzip 39.66 KB
MD5: b89b25fbfd45389455eeb650a306cc6a
SHA-1: 4a0c01449ad9da553641b0e63fe0ffe53edfce5c
SHA-256: 377b5c34439ee27778a9c9b6d722ba11f5fa2eeb9565c4326afd50c339b709a0

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
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: 29 Feb 2012 at 20:57 UTC
Last updated: 29 Feb 2012 at 21:00 UTC
New features
Bug fixes

Other releases