Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2014 at 20:46 UTC
Updated:
24 Aug 2015 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
oadaeh commentedAttached is the YAML for this issue, from the patch in #2382117: Migration Files for Drupal 7 Variables.
Test(s) (and maybe a dump file) still need to be written.
Comment #2
oadaeh commentedComment #3
miguelc303 commentedAdded organization support to Anexus IT
Comment #4
jcost commentedWill need to be submitted again to Core since moving from sandbox.
Comment #5
phenaproximaComment #6
phenaproximaUpdated for HEAD and wrote a test.
Comment #7
phenaproximaUm...might be nice to include an actual test.
Comment #8
phenaproximaRe-rolled in accordance with #2533886: [meta] Move module-specific migration support into the particular modules supported.
Comment #10
phenaproximaWhoops, screwed up the re-roll in #8. This one should work. Can't include an interdiff due to conflicts in the Variable.php table dump.
Comment #11
quietone commentedreroll
As phenaproxima said, no interdiff because of conflicts in Variable.php
Comment #12
quietone commentedAnd moved the migration to the locale module
Comment #13
phenaproximaWhile reviewing this, I noticed that d6_locale_settings and d7_locale_settings are identical. So I merged them into a single migration, tagged for both Drupal 6 and Drupal 7, and using the existing Drupal 6 test as the test for both.
Comment #15
phenaproximaWhoops. I'm really starting to dislike that laundry list of migration IDs in MigrateDrupal6Test.
Comment #16
mikeryanreuse++
Comment #17
webchickNice! Love the consolidation here. :)
Committed and pushed to 8.0.x. Thanks!