Closed (fixed)
Project:
Migrate Extras
Version:
7.x-2.x-dev
Component:
Media
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Apr 2012 at 18:30 UTC
Updated:
24 May 2012 at 10:40 UTC
Jump to comment: Most recent file
For Migrate 2.4, we're completing refactoring the file migration support - in conjunction with this, we will re-implement the Media module support in migrate_extras to take advantage of it. Yes, this will take care of that options warning, among other things...
See #1240928: META: Refactoring of file destination/field handlers.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras-media_refactor-1535786-1.patch | 32.87 KB | mikeryan |
Comments
Comment #1
mikeryanThis requires the Migrate module patch at http://drupal.org/node/1240928#comment-5891902.
Comment #2
mikeryanCommitted. To use the Media support in migrate_extras from a -dev release of today (4/20/12) or later, you must have a Migrate release from today or later.
Comment #3
wusel commentedPlease change
dependencies[] = migrateto
dependencies[] = migrate(>2.3)in file migrate_extras.info to avoid problems with version 7.x-2.3 of migrate.
The version "7.x-2.3+17-dev" of migrate is >2.3.
Comment #4
mikeryanHuh, I did not know about the version syntax on dependencies... Will do, thanks!
Comment #5
mikeryanDone, thanks!
Comment #6
wusel commentedIn the
README.txt:Compatibility
-------------
This release of Migrate Extras requires Migrate V2.2 or later.
Comment #7
mikeryanUpdated the README, Migrate 2.4-beta1 is now out and migrate_extras should follow in a day or two (I want to see if I can address #1546120: Migration into file fields added through Media reasonably quickly).
Comment #8
wusel commentedThank you very much.
After updating the module migrate_extras you also can add a hint on page http://drupal.org/project/migrate_extras for users that they know the needed version of migrate with the old and the new dependencies