update_do_one |
includes/update.inc |
Performs one update and stores the results for display on the results page. |
update_extra_requirements |
./update.php |
Returns and stores extra requirements that apply during the update process. |
_update_fetch_data |
modules/update/update.fetch.inc |
Attempts to drain the queue of tasks for release history data to fetch. |
update_fetch_data |
modules/update/update.module |
Attempts to fetch update data after loading the necessary include file. |
update_fetch_data_batch |
modules/update/update.fetch.inc |
Batch callback: Processes a step in batch for fetching available update data. |
update_fetch_data_finished |
modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
update_filter_project_info |
modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
update_finished |
includes/update.inc |
Finishes the update process and stores the results for eventual display. |
update_fix_compatibility |
includes/update.inc |
Disable any items in the {system} table that are not core compatible. |
update_fix_requirements |
includes/update.inc |
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php
to function properly. |
update_flush_caches |
modules/update/update.module |
Implements hook_flush_caches(). |
update_form_system_modules_alter |
modules/update/update.module |
Implements hook_form_FORM_ID_alter() for system_modules(). |
update_get_available |
modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
_update_get_cached_available_releases |
modules/update/update.module |
Returns all currently cached data about available releases for all projects. |
_update_get_cache_multiple |
modules/update/update.module |
Returns an array of cache items with a given cache ID prefix. |
_update_get_fetch_url_base |
modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
update_get_project_name |
modules/update/update.compare.inc |
Determines what project a given file object belongs to. |
update_get_projects |
modules/update/update.compare.inc |
Fetches an array of installed and enabled projects. |
update_get_update_function_list |
includes/update.inc |
Returns an organized list of update functions for a set of modules. |
update_get_update_list |
includes/update.inc |
Returns a list of all the pending database updates. |
update_helpful_links |
./update.php |
Provides links to the homepage and administration pages. |
update_info_page |
./update.php |
Provides an overview of the Backdrop database update. |
update_init |
modules/update/update.module |
Implements hook_init(). |
update_install |
modules/update/update.install |
Implements hook_install(). |
update_is_missing |
includes/update.inc |
Determines if a module update is missing or unavailable. |
update_mail |
modules/update/update.module |
Implements hook_mail(). |
update_manager_access |
modules/update/update.module |
Access callback: Resolves if the current user can access updater menu items. |
update_manual_status |
modules/update/update.fetch.inc |
Page callback: Checks for updates and displays the update status report. |
update_menu |
modules/update/update.module |
Implements hook_menu(). |
_update_message_text |
modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |
update_module_add_to_system |
includes/update.inc |
Adds modules to the system table in a Backdrop core update. |
update_module_enable |
includes/update.inc |
Helper function to install a new module in Backdrop 1.x via hook_update_N(). |
_update_no_data |
modules/update/update.module |
Returns a warning message when there is no data about available updates. |
update_parse_xml |
modules/update/update.fetch.inc |
Parses the XML of the Backdrop release history info files. |
update_prepare_bootstrap |
includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 7 database. |
update_prepare_language |
includes/update.inc |
Prepare Backdrop language changes for the bootstrap if needed. |
_update_process_fetch_task |
modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
_update_process_info_list |
modules/update/update.compare.inc |
Populates an array of project data. |
update_process_project_info |
modules/update/update.compare.inc |
Determines version and type information for currently installed projects. |
update_project_cache |
modules/update/update.compare.inc |
Retrieves data from {cache_update} or empties the cache when necessary. |
_update_project_status_sort |
modules/update/update.module |
Orders projects based on their status. |
_update_refresh |
modules/update/update.fetch.inc |
Clears out all the cached available update data and initiates re-fetching. |
update_refresh |
modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
_update_requirement_check |
modules/update/update.install |
Fills in the requirements array. |
update_requirements |
modules/update/update.install |
Implements hook_requirements(). |
update_resolve_dependencies |
includes/update.inc |
Resolves dependencies in a set of module updates, and orders them correctly. |
update_results_page |
./update.php |
Displays results of the update script with any accompanying errors. |
update_retrieve_dependencies |
includes/update.inc |
Invokes hook_update_dependencies() in all installed modules. |
update_schema |
modules/update/update.install |
Implements hook_schema(). |
update_script_selection_form |
./update.php |
Form constructor for the list of available database module updates. |