Update to Drupal 8.1.5. For more information, see https://www.drupal.org/project/drupal/releases/8.1.5

This commit is contained in:
Pantheon Automation 2016-07-07 09:44:38 -07:00 committed by Greg Anderson
parent 13b6ca7cc2
commit 38ba7c357d
342 changed files with 7814 additions and 1534 deletions

View file

@ -3089,24 +3089,6 @@ $connection->schema()->createTable('content_type_page', array(
'mysql_character_set' => 'utf8',
));
$connection->insert('content_type_page')
->fields(array(
'vid',
'nid',
'field_text_field_value',
))
->values(array(
'vid' => '1',
'nid' => '1',
'field_text_field_value' => NULL,
))
->values(array(
'vid' => '3',
'nid' => '1',
'field_text_field_value' => NULL,
))
->execute();
$connection->schema()->createTable('content_type_story', array(
'fields' => array(
'nid' => array(
@ -3420,9 +3402,9 @@ $connection->insert('content_type_story')
'field_test_three_value' => '101.00',
'field_test_identical1_value' => NULL,
'field_test_identical2_value' => NULL,
'field_test_link_url' => 'http://www.example.com/buy-one-upon-a-time',
'field_test_link_url' => 'node/10',
'field_test_link_title' => 'Buy it now',
'field_test_link_attributes' => 'a:1:{s:6:"target";s:6:"_blank";}',
'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";',
'field_test_date_value' => NULL,
'field_test_datestamp_value' => NULL,
'field_test_datetime_value' => NULL,
@ -45551,6 +45533,14 @@ $connection->insert('variable')
'name' => 'language_content_type_article',
'value' => 's:1:"2";',
))
->values(array(
'name' => 'language_content_type_employee',
'value' => 's:1:"2";',
))
->values(array(
'name' => 'i18n_lock_node_article',
'value' => 'i:1;',
))
->values(array(
'name' => 'language_count',
'value' => 'i:11;',

View file

@ -40789,7 +40789,7 @@ $connection->insert('users')
->values(array(
'uid' => '2',
'name' => 'Odo',
'pass' => '$S$DZ4P7zZOh92vgrgZDBbv8Pu6lQB337OJ1wsOy21602G4A5F7.M9K',
'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
'mail' => 'odo@local.host',
'theme' => '',
'signature' => '',
@ -41322,6 +41322,10 @@ $connection->insert('variable')
'name' => 'language_content_type_test_content_type',
'value' => 's:1:"0";',
))
->values(array(
'name' => 'i18n_node_options_blog',
'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
))
->values(array(
'name' => 'language_count',
'value' => 'i:2;',