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 |
|---|---|---|---|
| #8 | 2637182-8.patch | 3.47 KB | quietone |
| #7 | 2637182-7.patch | 3.59 KB | quietone |
| #6 | 2637182-6.patch | 3.11 KB | quietone |
| #3 | 2637182-3.patch | 4.74 KB | quietone |
Comments
Comment #2
quietone commentedThis can proceed once the source and dest plugin are resolved in #2225477: Add migrate sources and destinations for D6 i18n variables.
Comment #3
quietone commentedThis version works locally for the site name and site slogan. The other variables need to be added to the test fixture, the test and the migration template.
Comment #4
quietone commentedMistakenly in wrong system, moved to migration system.
Comment #5
quietone commentedComment #6
quietone commentedRemoved drupal6.php because of #2670170: Add i18n string & variable data to d6_dump and updated for new test data.
Comment #7
quietone commentedCleanup and added tests for another language.
Comment #8
quietone commentedTest now that the dump has the i18n string data.
Comment #9
benjy commentedUn-needed comment
Comment #13
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x, thanks!