Problem/Motivation
Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for syslog migration into the syslog module.
Proposed resolution
For the most part, this is a matter of moving files around and updating namespaces. Also, explicit destination module dependencies can be removed.
Migration templates to be moved:
- d6_syslog_settings
Remaining tasks
Submit a patch.
User interface changes
N/A
API changes
Namespaces of affected migration plugins will change.
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | move_module_specific-2534030-1.patch | 1.37 KB | mikeryan |
Comments
Comment #1
mikeryanHere's the patch, postponed until MigrateDrupal6Test can handle the moved tests.
Comment #2
mikeryanPostponed on #2534158: MigrateFullDrupalTestBase must use dynamic test discovery.
Comment #3
phenaproximaNot just unblocked, but fixed because I rerolled #2500529: Migration path for Syslog 7.x configuration. Nice!
Comment #4
mikeryanI don't see the D7 patch moving the D6 migration...
Comment #5
phenaproximaSorry. I'm an idiot.
Ç'est parfait.
Comment #6
alexpottCommitted 5073c7b and pushed to 8.0.x. Thanks!