| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | The Migrate Extras module provides extensions to Migrate (http://drupal.org/project/migrate)to support various contributed modules. The ideal place to implement migration supportfor a contributed module is in that module. That way, the migration support is alwaysself-consistent with the current module implementation - it's not practical for themigrate_extras module to keep up with changes to all other contrib modules. Supportfor contributed modules may be added to migrate_extras for two reasons - if the module'smaintainer does not accept a patch providing migration support, or as an intermediatestep before submitting such a patch to the other module.In cases where modules supported by migrate_extras end up implementing the supportthemselves, 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 (notethat Date module support has moved into the Date module itself):Address FieldEntity APIFlagGeofieldIntervalMediaName FieldPathautoPhone Number (cck_phone)Private MessagesProfile2RulesUser RelationshipsVoting APIWebformCompatibility-------------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 andinspect.Maintainers-----------Frank Carey http://drupal.org/user/112063Mike Ryan - http://drupal.org/user/4420Moshe Weitzman - http://drupal.org/user/23
 |