updated core to 7.65

This commit is contained in:
2019-03-28 10:59:04 +01:00
parent b764ef206e
commit 6fb9e4806d
1057 changed files with 578 additions and 494 deletions

0
modules/field/field.api.php Executable file → Normal file
View File

0
modules/field/field.attach.inc Executable file → Normal file
View File

0
modules/field/field.crud.inc Executable file → Normal file
View File

0
modules/field/field.default.inc Executable file → Normal file
View File

0
modules/field/field.form.inc Executable file → Normal file
View File

6
modules/field/field.info Executable file → Normal file
View File

@@ -11,7 +11,7 @@ dependencies[] = field_sql_storage
required = TRUE
stylesheets[all][] = theme/field.css
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/field.info.class.inc Executable file → Normal file
View File

0
modules/field/field.info.inc Executable file → Normal file
View File

0
modules/field/field.install Executable file → Normal file
View File

0
modules/field/field.module Executable file → Normal file
View File

0
modules/field/field.multilingual.inc Executable file → Normal file
View File

View File

@@ -7,7 +7,7 @@ dependencies[] = field
files[] = field_sql_storage.test
required = TRUE
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

View File

View File

View File

6
modules/field/modules/list/list.info Executable file → Normal file
View File

@@ -7,7 +7,7 @@ dependencies[] = field
dependencies[] = options
files[] = tests/list.test
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/modules/list/list.install Executable file → Normal file
View File

0
modules/field/modules/list/list.module Executable file → Normal file
View File

0
modules/field/modules/list/tests/list.test Executable file → Normal file
View File

6
modules/field/modules/list/tests/list_test.info Executable file → Normal file
View File

@@ -5,7 +5,7 @@ package = Testing
version = VERSION
hidden = TRUE
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/modules/list/tests/list_test.module Executable file → Normal file
View File

6
modules/field/modules/number/number.info Executable file → Normal file
View File

@@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = number.test
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/modules/number/number.install Executable file → Normal file
View File

0
modules/field/modules/number/number.module Executable file → Normal file
View File

2
modules/field/modules/number/number.test Executable file → Normal file
View File

@@ -69,7 +69,7 @@ class NumberFieldTestCase extends DrupalWebTestCase {
preg_match('|test-entity/manage/(\d+)/edit|', $this->url, $match);
$id = $match[1];
$this->assertRaw(t('test_entity @id has been created.', array('@id' => $id)), 'Entity was created');
$this->assertRaw(round($value, 2), 'Value is displayed.');
$this->assertRaw($value, 'Value is displayed.');
// Try to create entries with more than one decimal separator; assert fail.
$wrong_entries = array(

0
modules/field/modules/options/options.api.php Executable file → Normal file
View File

6
modules/field/modules/options/options.info Executable file → Normal file
View File

@@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = options.test
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/modules/options/options.module Executable file → Normal file
View File

0
modules/field/modules/options/options.test Executable file → Normal file
View File

6
modules/field/modules/text/text.info Executable file → Normal file
View File

@@ -7,7 +7,7 @@ dependencies[] = field
files[] = text.test
required = TRUE
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/modules/text/text.install Executable file → Normal file
View File

0
modules/field/modules/text/text.js Executable file → Normal file
View File

0
modules/field/modules/text/text.module Executable file → Normal file
View File

0
modules/field/modules/text/text.test Executable file → Normal file
View File

0
modules/field/tests/field.test Executable file → Normal file
View File

0
modules/field/tests/field_test.entity.inc Executable file → Normal file
View File

0
modules/field/tests/field_test.field.inc Executable file → Normal file
View File

6
modules/field/tests/field_test.info Executable file → Normal file
View File

@@ -6,7 +6,7 @@ files[] = field_test.entity.inc
version = VERSION
hidden = TRUE
; Information added by Drupal.org packaging script on 2019-01-16
version = "7.63"
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.65"
project = "drupal"
datestamp = "1547681965"
datestamp = "1553100118"

0
modules/field/tests/field_test.install Executable file → Normal file
View File

0
modules/field/tests/field_test.module Executable file → Normal file
View File

0
modules/field/tests/field_test.storage.inc Executable file → Normal file
View File

0
modules/field/theme/field-rtl.css Executable file → Normal file
View File

0
modules/field/theme/field.css Executable file → Normal file
View File

0
modules/field/theme/field.tpl.php Executable file → Normal file
View File