Migrate system site i18n variables to config:
- site_name
- site_mail
- site_slogan
- site_frontpage
- site_403
- site_404
- drupal_weight_select_max
- admin_compact_mode
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | interdiff.txt | 1.06 KB | quietone |
| #9 | 2970847-9.patch | 5.05 KB | quietone |
| #7 | interdiff-5-7.txt | 573 bytes | quietone |
| #7 | 2970847-7.patch | 5.02 KB | quietone |
| #5 | 2970847-5.patch | 5.12 KB | quietone |
Comments
Comment #3
quietone commentedHere is a migration and test outline. This needs the source plugin in #2970848: i18n Variable to config: site offline message [d7] .
TODO:
Add data to fixture and update the test.
Comment #4
quietone commented#2970848: i18n Variable to config: site offline message [d7] is in so no longer postponed.
Comment #5
quietone commentedHere is the system site multilingual translation migration. No interdiff since this is the first patch with source data and worth running with the testbot.
Comment #7
quietone commentedAccidentally changed an existing entry in the source fixture.
Comment #8
phenaproximaThis is as beautiful and simple as it gets. Two nits, then we're ready here. Please kick it directly to RTBC once both are fixed.
This needs @inheritdoc.
Should be assertNull().
Comment #9
quietone commentedAll fixed!
Comment #10
quietone commentedFixes made, no coding standard errors and tests are passing so setting to RTBC as suggested by phenaproxima in #8.
Comment #14
gábor hojtsyLooks great, thanks!
Comment #16
wim leersThis contains significant bugs that pretend more things can be migrated/translated than D8|9 actually allows.
See #3187418-4: System site translation shouldn't migrate properties which are not translatable.