updated drupal core to 7.43
This commit is contained in:
@@ -4,8 +4,8 @@ package = Testing
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -4,8 +4,8 @@ package = Testing
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -4,8 +4,8 @@ package = Testing
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -3,8 +3,8 @@ description = Test theme which acts as a base theme for other test subthemes.
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -4,8 +4,8 @@ core = 7.x
|
||||
base theme = update_test_basetheme
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -5,8 +5,8 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -97,7 +97,9 @@ function update_authorize_run_install($filetransfer, $project, $updater_name, $l
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Copies project to its proper place when authorized to do so.
|
||||
* Implements callback_batch_operation().
|
||||
*
|
||||
* Copies project to its proper place when authorized to do so.
|
||||
*
|
||||
* @param string $project
|
||||
* The canonical short name of the project being installed.
|
||||
@@ -168,7 +170,9 @@ function update_authorize_batch_copy_project($project, $updater_name, $local_url
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Performs actions when the authorized update batch is done.
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Performs actions when the authorized update batch is done.
|
||||
*
|
||||
* This processes the results and stashes them into SESSION such that
|
||||
* authorize.php will render a report. Also responsible for putting the site
|
||||
@@ -235,7 +239,9 @@ function update_authorize_update_batch_finished($success, $results) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Performs actions when the authorized install batch is done.
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Performs actions when the authorized install batch is done.
|
||||
*
|
||||
* This processes the results and stashes them into SESSION such that
|
||||
* authorize.php will render a report. Also responsible for putting the site
|
||||
|
@@ -29,7 +29,9 @@ function update_manual_status() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Processes a step in batch for fetching available update data.
|
||||
* Implements callback_batch_operation().
|
||||
*
|
||||
* Processes a step in batch for fetching available update data.
|
||||
*
|
||||
* @param $context
|
||||
* Reference to an array used for Batch API storage.
|
||||
@@ -77,7 +79,9 @@ function update_fetch_data_batch(&$context) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Performs actions when all fetch tasks have been completed.
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Performs actions when all fetch tasks have been completed.
|
||||
*
|
||||
* @param $success
|
||||
* TRUE if the batch operation was successful; FALSE if there were errors.
|
||||
|
@@ -6,8 +6,8 @@ core = 7.x
|
||||
files[] = update.test
|
||||
configure = admin/reports/updates/settings
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-08-19
|
||||
version = "7.39"
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
project = "drupal"
|
||||
datestamp = "1440020197"
|
||||
datestamp = "1456343506"
|
||||
|
||||
|
@@ -335,6 +335,8 @@ function update_manager_update_form_submit($form, &$form_state) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Batch callback: Performs actions when the download batch is completed.
|
||||
*
|
||||
* @param $success
|
||||
@@ -847,7 +849,9 @@ function update_manager_file_get($url) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Downloads, unpacks, and verifies a project.
|
||||
* Implements callback_batch_operation().
|
||||
*
|
||||
* Downloads, unpacks, and verifies a project.
|
||||
*
|
||||
* This function assumes that the provided URL points to a file archive of some
|
||||
* sort. The URL can have any scheme that we have a file stream wrapper to
|
||||
|
Reference in New Issue
Block a user