Closed (fixed)
Project:
Commerce Migrate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2012 at 21:31 UTC
Updated:
6 Dec 2012 at 01:45 UTC
It's a long story, but due to fatal errors in certain environments triggered by Migrate's automated registration of migration and handler classes, as of Migrate 2.5 it will be possible to disable auto-registration, and any module implementing migration or handler classes should explicitly register them via hook_migrate_api() to continue working when auto-registration is disabled. Adding this registration will have no effect with Migrate 2.4 or earlier.
| Comment | File | Size | Author |
|---|---|---|---|
| migrate_class_registration.patch | 616 bytes | mikeryan |
Comments
Comment #1
hazaThanks Mike !
I RTBC this and if nobody have anything more to say about that (shouldn't be), i'll commit it on monday.
Comment #2
hazaCommited !
Thanks !
Comment #4
bojanz commentedNote that a followup happened in order to fix an explosion caused by this commit:
http://drupalcode.org/project/commerce_migrate.git/commitdiff/e0d88bb?hp...