Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
@ -0,0 +1,12 @@
|
|||
id: d7_system_authorize
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- authorize_filetransfer_default
|
||||
process:
|
||||
filetransfer_default: authorize_filetransfer_default
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.authorize
|
15
core/modules/system/migration_templates/d7_system_cron.yml
Normal file
15
core/modules/system/migration_templates/d7_system_cron.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
id: d7_system_cron
|
||||
label: Drupal 7 cron settings
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- cron_threshold_warning
|
||||
- cron_threshold_error
|
||||
process:
|
||||
'threshold/requirements_warning': cron_threshold_warning
|
||||
'threshold/requirements_error': cron_threshold_error
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.cron
|
22
core/modules/system/migration_templates/d7_system_date.yml
Normal file
22
core/modules/system/migration_templates/d7_system_date.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
id: d7_system_date
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- site_default_country
|
||||
- date_first_day
|
||||
- date_default_timezone
|
||||
- configurable_timezones
|
||||
- empty_timezone_message
|
||||
- user_default_timezone
|
||||
process:
|
||||
'country/default': site_default_country
|
||||
first_day: date_first_day
|
||||
'timezone/default': date_default_timezone
|
||||
'timezone/user/configurable': configurable_timezones
|
||||
'timezone/user/warn': empty_timezone_message
|
||||
'timezone/user/default': user_default_timezone
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.date
|
20
core/modules/system/migration_templates/d7_system_file.yml
Normal file
20
core/modules/system/migration_templates/d7_system_file.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
id: d7_system_file
|
||||
label: Drupal 7 file system configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- allow_insecure_uploads
|
||||
- file_temporary_path
|
||||
process:
|
||||
allow_insecure_uploads:
|
||||
plugin: static_map
|
||||
source: allow_insecure_uploads
|
||||
map:
|
||||
0: FALSE
|
||||
1: TRUE
|
||||
'path/temporary': file_temporary_path
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.file
|
17
core/modules/system/migration_templates/d7_system_mail.yml
Normal file
17
core/modules/system/migration_templates/d7_system_mail.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
id: d7_system_mail
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- mail_system
|
||||
process:
|
||||
'interface/default':
|
||||
plugin: static_map
|
||||
source: 'mail_system/default-system'
|
||||
map:
|
||||
DefaultMailSystem: php_mail
|
||||
MailTestCase: test_mail_collector
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.mail
|
|
@ -0,0 +1,19 @@
|
|||
id: d7_system_performance
|
||||
label: Drupal 7 performance configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- preprocess_css
|
||||
- preprocess_js
|
||||
- cache_lifetime
|
||||
- page_compression
|
||||
process:
|
||||
'css/preprocess': preprocess_css
|
||||
'js/preprocess': preprocess_js
|
||||
'cache/page/max_age': cache_lifetime
|
||||
'response/gzip': page_compression
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: system.performance
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_image
|
||||
id: system_image
|
||||
label: Image toolkit configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_image_gd
|
||||
id: system_image_gd
|
||||
label: Image quality configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_logging
|
||||
id: system_logging
|
||||
label: System logging
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_maintenance
|
||||
id: system_maintenance
|
||||
label: Maintenance page configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_rss
|
||||
id: system_rss
|
||||
label: RSS configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
|
@ -1,7 +1,8 @@
|
|||
id: d6_system_site
|
||||
id: system_site
|
||||
label: Site configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
constants:
|
Reference in a new issue