README.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. The Migrate Extras module provides extensions to Migrate (http://drupal.org/project/migrate)
  2. to support various contributed modules. The ideal place to implement migration support
  3. for a contributed module is in that module. That way, the migration support is always
  4. self-consistent with the current module implementation - it's not practical for the
  5. migrate_extras module to keep up with changes to all other contrib modules. Support
  6. for contributed modules may be added to migrate_extras for two reasons - if the module's
  7. maintainer does not accept a patch providing migration support, or as an intermediate
  8. step before submitting such a patch to the other module.
  9. In cases where modules supported by migrate_extras end up implementing the support
  10. themselves, you could at least temporarily end up with redundant implementations.
  11. The extra implementation may be disabled at admin/content/migrate/configure.
  12. The following modules are currently supported in Migrate Extras on Drupal 7 (note
  13. that Date module support has moved into the Date module itself):
  14. Address Field
  15. Entity API
  16. Flag
  17. Geofield
  18. Interval
  19. Media
  20. Name Field
  21. Pathauto
  22. Phone Number (cck_phone)
  23. Private Messages
  24. Profile2
  25. Rules
  26. User Relationships
  27. Voting API
  28. Webform
  29. Compatibility
  30. -------------
  31. This release of Migrate Extras requires Migrate V2.4-beta1 or later.
  32. Migrate_Extras_Examples
  33. ----------------
  34. See the Examples folder for a few implemented Migrations that you can run and
  35. inspect.
  36. Maintainers
  37. -----------
  38. Frank Carey http://drupal.org/user/112063
  39. Mike Ryan - http://drupal.org/user/4420
  40. Moshe Weitzman - http://drupal.org/user/23