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.

Comments

mikeryan’s picture

Status: Active » Needs review
StatusFileSize
new32.87 KB

This requires the Migrate module patch at http://drupal.org/node/1240928#comment-5891902.

mikeryan’s picture

Status: Needs review » Fixed

Committed. 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.

wusel’s picture

Status: Fixed » Active

Please change
dependencies[] = migrate
to
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.

mikeryan’s picture

Huh, I did not know about the version syntax on dependencies... Will do, thanks!

mikeryan’s picture

Status: Active » Fixed

Done, thanks!

wusel’s picture

Status: Fixed » Active

In the README.txt:

Compatibility
-------------
This release of Migrate Extras requires Migrate V2.2 or later.

mikeryan’s picture

Status: Active » Fixed

Updated 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).

wusel’s picture

Thank 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.