Update to Drupal 8.0.6. For more information, see https://www.drupal.org/drupal-8.0.6-release-notes
This commit is contained in:
parent
4297c64508
commit
b11a755ba8
159 changed files with 2340 additions and 543 deletions
|
@ -30531,6 +30531,21 @@ $connection->insert('profile_fields')
|
|||
'autocomplete' => '1',
|
||||
'options' => '',
|
||||
))
|
||||
->values(array(
|
||||
'fid' => '13',
|
||||
'title' => 'Blog',
|
||||
'name' => 'profile_blog',
|
||||
'explanation' => 'Paste the full URL, including http://, of your personal blog.',
|
||||
'category' => 'Personal information',
|
||||
'page' => '',
|
||||
'type' => 'url',
|
||||
'weight' => '3',
|
||||
'required' => '0',
|
||||
'register' => '0',
|
||||
'visibility' => '3',
|
||||
'autocomplete' => '0',
|
||||
'options' => '',
|
||||
))
|
||||
->values(array(
|
||||
'fid' => '14',
|
||||
'title' => 'Birthdate',
|
||||
|
@ -30561,21 +30576,6 @@ $connection->insert('profile_fields')
|
|||
'autocomplete' => '0',
|
||||
'options' => '',
|
||||
))
|
||||
->values(array(
|
||||
'fid' => '16',
|
||||
'title' => 'Blog',
|
||||
'name' => 'profile_blog',
|
||||
'explanation' => 'Paste the full URL, including http://, of your personal blog.',
|
||||
'category' => 'Personal information',
|
||||
'page' => '',
|
||||
'type' => 'url',
|
||||
'weight' => '3',
|
||||
'required' => '0',
|
||||
'register' => '0',
|
||||
'visibility' => '3',
|
||||
'autocomplete' => '0',
|
||||
'options' => '',
|
||||
))
|
||||
->execute();
|
||||
|
||||
$connection->schema()->createTable('profile_values', array(
|
||||
|
@ -34072,7 +34072,7 @@ $connection->insert('vocabulary')
|
|||
'help' => '',
|
||||
'relations' => '1',
|
||||
'hierarchy' => '2',
|
||||
'multiple' => '0',
|
||||
'multiple' => '1',
|
||||
'required' => '0',
|
||||
'tags' => '0',
|
||||
'module' => 'taxonomy',
|
||||
|
|
Reference in a new issue