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/system/html.tpl.php Executable file → Normal file
View File

0
modules/system/image.gd.inc Executable file → Normal file
View File

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

0
modules/system/maintenance-page.tpl.php Executable file → Normal file
View File

0
modules/system/page.tpl.php Executable file → Normal file
View File

0
modules/system/region.tpl.php Executable file → Normal file
View File

0
modules/system/system.admin-rtl.css Executable file → Normal file
View File

0
modules/system/system.admin.css Executable file → Normal file
View File

0
modules/system/system.admin.inc Executable file → Normal file
View File

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

0
modules/system/system.archiver.inc Executable file → Normal file
View File

0
modules/system/system.base-rtl.css Executable file → Normal file
View File

0
modules/system/system.base.css Executable file → Normal file
View File

0
modules/system/system.cron.js Executable file → Normal file
View File

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

@@ -12,7 +12,7 @@ files[] = system.test
required = TRUE
configure = admin/config/system
; 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"

2
modules/system/system.install Executable file → Normal file
View File

@@ -2870,7 +2870,7 @@ function system_update_7061(&$sandbox) {
if (!db_table_exists('system_update_7061')) {
$table = array(
'description' => t('Stores temporary data for system_update_7061.'),
'fields' => array('vid' => array('type' => 'int')),
'fields' => array('vid' => array('type' => 'int', 'not null' => TRUE)),
'primary key' => array('vid'),
);
db_create_table('system_update_7061', $table);

0
modules/system/system.js Executable file → Normal file
View File

0
modules/system/system.mail.inc Executable file → Normal file
View File

0
modules/system/system.maintenance.css Executable file → Normal file
View File

0
modules/system/system.menus-rtl.css Executable file → Normal file
View File

0
modules/system/system.menus.css Executable file → Normal file
View File

0
modules/system/system.messages-rtl.css Executable file → Normal file
View File

0
modules/system/system.messages.css Executable file → Normal file
View File

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

0
modules/system/system.queue.inc Executable file → Normal file
View File

0
modules/system/system.tar.inc Executable file → Normal file
View File

0
modules/system/system.test Executable file → Normal file
View File

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

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

0
modules/system/system.tokens.inc Executable file → Normal file
View File

0
modules/system/system.updater.inc Executable file → Normal file
View File

View File

@@ -5,7 +5,7 @@ version = VERSION
core = 7.x
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"

View File

@@ -5,7 +5,7 @@ version = VERSION
core = 7.x
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/system/theme.api.php Executable file → Normal file
View File