Updater |
class |
includes/updater.inc |
Base class for Updaters used in Backdrop. |
db_update |
function |
includes/database/database.inc |
Returns a new UpdateQuery object for the active database. |
update.css |
file |
modules/update/css/update.css |
Styles used by the Update Manager module. |
update.php |
file |
./update.php |
Administrative page for handling updates from one Backdrop version to another. |
update.inc |
file |
includes/update.inc |
Backdrop database update API. |
updater.inc |
file |
includes/updater.inc |
Classes used for updating various files in the Backdrop webroot. These
classes use a FileTransfer object to actually perform the operations.
Normally, the FileTransfer is provided when the site owner is redirected to
authorize.php as part of a… |
update.test |
file |
modules/simpletest/tests/update.test |
Tests for the update system. |
UpdateQuery |
class |
includes/database/query.inc |
General class for an abstracted UPDATE operation. |
update_mail |
function |
modules/update/update.module |
Implements hook_mail(). |
update.test |
file |
modules/update/tests/update.test |
This file contains tests for the Update Manager module. |
update.info |
file |
modules/update/update.info |
type = module
name = Update Manager
description = Checks for available updates.
package = Development
tags[] = System
tags[] = Utility
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/reports/updates/settings |
CoreUpdater |
class |
modules/system/system.updater.inc |
Class for updating Backdrop core using FileTransfer classes via authorize.php. |
update_init |
function |
modules/update/update.module |
Implements hook_init(). |
hook_update |
function |
modules/node/node.api.php |
Respond to updates to a node. |
update_menu |
function |
modules/update/update.module |
Implements hook_menu(). |
update_cron |
function |
modules/update/update.module |
Implements hook_cron(). |
update_batch |
function |
includes/update.inc |
Starts the database update batch process. |
MARK_UPDATED |
constant |
includes/theme.inc |
Mark content as being updated. |
ThemeUpdater |
class |
modules/system/system.updater.inc |
Class for updating themes using FileTransfer classes via authorize.php. |
update_theme |
function |
modules/update/update.module |
Implements hook_theme(). |
view::update |
function |
modules/views/includes/view.inc |
Perform automatic updates when loading or importing a view. |
update_do_one |
function |
includes/update.inc |
Performs one update and stores the results for display on the results page. |
update_schema |
function |
modules/update/update.install |
Implements hook_schema(). |
LayoutUpdater |
class |
modules/system/system.updater.inc |
Class for updating layouts using FileTransfer classes via authorize.php. |
ModuleUpdater |
class |
modules/system/system.updater.inc |
Class for updating modules using FileTransfer classes via authorize.php. |
hook_update_N |
function |
modules/system/system.api.php |
Perform a single update. |
update_status |
function |
modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |
update.module |
file |
modules/update/update.module |
Handles update checking for Backdrop core and contributed projects. |
SAVED_UPDATED |
constant |
includes/common.inc |
Return status for saving which involved an update to an existing item. |
update_install |
function |
modules/update/update.install |
Implements hook_install(). |
update.api.php |
file |
modules/update/update.api.php |
Hooks provided by the Update Manager module. |
UPDATE_CURRENT |
constant |
modules/update/update.module |
Project is up to date. |
update_refresh |
function |
modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
UPDATE_REVOKED |
constant |
modules/update/update.module |
Current release has been unpublished and is no longer available. |
update.install |
file |
modules/update/update.install |
Install, update, and uninstall functions for the Update Manager module. |
UPDATE_UNKNOWN |
constant |
modules/update/update.module |
No available update data was found for project. |
_update_refresh |
function |
modules/update/update.fetch.inc |
Clears out all the cached available update data and initiates re-fetching. |
_update_no_data |
function |
modules/update/update.module |
Returns a warning message when there is no data about available updates. |
Updater::update |
function |
includes/updater.inc |
Updates a Backdrop project, returns a list of next actions. |
update_settings |
function |
modules/update/update.admin.inc |
Form constructor for the update settings form. |
update_finished |
function |
includes/update.inc |
Finishes the update process and stores the results for eventual display. |
book_update_bid |
function |
modules/book/book.module |
Updates the book ID of a page and its children when it moves to a new book. |
update.fetch.inc |
file |
modules/update/update.fetch.inc |
Code required only when fetching information about available updates. |
UpdaterException |
class |
includes/updater.inc |
Exception class for the Updater class hierarchy. |
update_uninstall |
function |
modules/update/update.install |
Implements hook_uninstall(). |
update.theme.inc |
file |
modules/update/update.theme.inc |
Theme functions for the Update module. |
update.admin.inc |
file |
modules/update/update.admin.inc |
Admin page callbacks for the Update Manager module. |
update_parse_xml |
function |
modules/update/update.fetch.inc |
Parses the XML of the Backdrop release history info files. |
user_update_1007 |
function |
modules/user/user.install |
Convert user roles to configuration files. |
user_update_1008 |
function |
modules/user/user.install |
Update views that used the old role ID handlers to use role name instead. |