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

This commit is contained in:
Pantheon Automation 2016-12-07 12:19:38 -08:00 committed by Greg Anderson
parent 0a95b8440e
commit 8544b60b39
284 changed files with 12980 additions and 3199 deletions

View file

@ -9812,7 +9812,7 @@ $connection->insert('languages')
'enabled' => '1',
'plurals' => '2',
'formula' => '($n>1)',
'domain' => '',
'domain' => 'http://fr.drupal.org',
'prefix' => 'fr',
'weight' => '0',
'javascript' => '047746d30d76aa44a54db9923c7c5fb0',
@ -9825,7 +9825,7 @@ $connection->insert('languages')
'enabled' => '1',
'plurals' => '0',
'formula' => '',
'domain' => '',
'domain' => 'http://zu.drupal.org',
'prefix' => 'zu',
'weight' => '0',
'javascript' => '',
@ -41378,6 +41378,40 @@ $connection->insert('node')
'tnid' => '10',
'translate' => '0',
))
->values(array(
'nid' => '12',
'vid' => '15',
'type' => 'page',
'language' => 'zu',
'title' => 'Abantu zulu',
'uid' => '1',
'status' => '1',
'created' => '1444238800',
'changed' => '1444238808',
'comment' => '0',
'promote' => '0',
'moderate' => '0',
'sticky' => '0',
'tnid' => '12',
'translate' => '0',
))
->values(array(
'nid' => '13',
'vid' => '16',
'type' => 'page',
'language' => 'en',
'title' => 'The Zulu People',
'uid' => '1',
'status' => '1',
'created' => '1444239050',
'changed' => '1444239050',
'comment' => '0',
'promote' => '0',
'moderate' => '0',
'sticky' => '0',
'tnid' => '12',
'translate' => '0',
))
->execute();
$connection->schema()->createTable('node_access', array(
@ -41807,6 +41841,28 @@ $connection->insert('node_revisions')
'timestamp' => '1444239050',
'format' => '1',
))
->values(array(
'nid' => '12',
'vid' => '15',
'uid' => '1',
'title' => 'Abantu zulu',
'body' => "Mr. Crusher, ready a collision course with the Borg ship.",
'teaser' => "Mr. Crusher, ready a collision course with the Borg ship.",
'log' => '',
'timestamp' => '1444238808',
'format' => '1',
))
->values(array(
'nid' => '13',
'vid' => '16',
'uid' => '1',
'title' => 'The Zulu People',
'body' => 'Mr. Crusher, ready a collision course with the Borg ship.',
'teaser' => 'Mr. Crusher, ready a collision course with the Borg ship.',
'log' => '',
'timestamp' => '1444239050',
'format' => '1',
))
->execute();
$connection->schema()->createTable('node_type', array(

File diff suppressed because it is too large Load diff