Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 23.99 KB
MD5: 25e0af936bb22808d95ddfa9b136afb2
SHA-1: 4903484d274fe08d59872a5aee83896dbb03da64
SHA-256: 0802527fbfa4943f822f2db42825bf8614d9971e53cd035650cb8d0715a62a0b
Download zip 39.09 KB
MD5: 2efdf94ec7dd4a9d8c9d3aad7bb106b5
SHA-1: b4bd4fe29101cbce45f6287e791c78bc1aaa989b
SHA-256: 21bb8116c6e1cdd09a3d6959a3664b06ad431c3f01a69e0dec2b445f347a252a

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:

Date
Flag
Media
Organic Groups
Pathauto
Private Message
Profile2
Rules
User Relationships
Voting API

Compatibility
-------------
This release of Migrate Extras requires Migrate V2.1 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: 18 Sep 2011 at 23:23 UTC
Last updated: 18 Sep 2011 at 23:26 UTC
New features
Bug fixes
Unsupported

Other releases