|
Updater |
class |
core/includes/updater.inc |
Base class for Updaters used in Backdrop. |
|
db_update |
function |
core/includes/database/database.inc |
Returns a new UpdateQuery object for the active database. |
|
update.css |
file |
core/modules/update/css/update.css |
Styles used by the Update Manager module. |
|
update.php |
file |
core/update.php |
Administrative page for handling updates from one Backdrop version to another. |
|
update.inc |
file |
core/includes/update.inc |
Backdrop site update API. |
|
UpdateQuery |
class |
core/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
|
update.test |
file |
core/modules/simpletest/tests/update.test |
Tests for the update system. |
|
update_menu |
function |
core/modules/update/update.module |
Implements hook_menu(). |
|
update.test |
file |
core/modules/update/tests/update.test |
This file contains tests for the Update Manager module. |
|
update_cron |
function |
core/modules/update/update.module |
Implements hook_cron(). |
|
update_mail |
function |
core/modules/update/update.module |
Implements hook_mail(). |
|
CoreUpdater |
class |
core/modules/system/system.updater.inc |
Class for updating Backdrop core using FileTransfer classes via authorize.php. |
|
hook_update |
function |
core/modules/node/node.api.php |
Respond to updates to a node. |
|
update.info |
file |
core/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 |
|
updater.inc |
file |
core/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… |
|
view::update |
function |
core/modules/views/includes/view.inc |
Perform automatic updates when loading or importing a view. |
|
update_theme |
function |
core/modules/update/update.module |
Implements hook_theme(). |
|
MARK_UPDATED |
constant |
core/includes/theme.inc |
Mark content as being updated. |
|
ThemeUpdater |
class |
core/modules/system/system.updater.inc |
Class for updating themes using FileTransfer classes via authorize.php. |
|
update_batch |
function |
core/includes/update.inc |
Starts the site update batch process. |
|
update_status |
function |
core/modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |
|
update_schema |
function |
core/modules/update/update.install |
Implements hook_schema(). |
|
SAVED_UPDATED |
constant |
core/includes/common.inc |
Return status for saving which involved an update to an existing item. |
|
hook_update_N |
function |
core/modules/system/system.api.php |
Perform a single update. |
|
update.module |
file |
core/modules/update/update.module |
Handles update checking for Backdrop core and contributed projects. |
|
LayoutUpdater |
class |
core/modules/system/system.updater.inc |
Class for updating layouts using FileTransfer classes via authorize.php. |
|
ModuleUpdater |
class |
core/modules/system/system.updater.inc |
Class for updating modules using FileTransfer classes via authorize.php. |
|
update_do_one |
function |
core/includes/update.inc |
Performs one update and stores the results for display on the results page. |
|
UPDATE_REVOKED |
constant |
core/modules/update/update.module |
Current release has been unpublished and is no longer available. |
|
UPDATE_CURRENT |
constant |
core/modules/update/update.module |
Project is up to date. |
|
UPDATE_UNKNOWN |
constant |
core/modules/update/update.module |
No available update data was found for project. |
|
update_refresh |
function |
core/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
|
update_install |
function |
core/modules/update/update.install |
Implements hook_install(). |
|
update.api.php |
file |
core/modules/update/update.api.php |
Hooks provided by the Update Manager module. |
|
update.install |
file |
core/modules/update/update.install |
Install, update, and uninstall functions for the Update Manager module. |
|
Updater::$name |
property |
core/includes/updater.inc |
|
|
_update_refresh |
function |
core/modules/update/update.fetch.inc |
Clears out all the cached available update data and initiates re-fetching. |
|
book_update_bid |
function |
core/modules/book/book.module |
Updates the book ID of a page and its children when it moves to a new book. |
|
update_settings |
function |
core/modules/update/update.admin.inc |
Form constructor for the update settings form. |
|
_update_no_data |
function |
core/modules/update/update.module |
Returns a warning message when there is no data about available updates. |
|
Updater::update |
function |
core/includes/updater.inc |
Updates a Backdrop project, returns a list of next actions. |
|
Updater::$title |
property |
core/includes/updater.inc |
|
|
update_finished |
function |
core/includes/update.inc |
Finishes the update process and stores the results for eventual display. |
|
menu_update_1000 |
function |
core/modules/menu/menu.install |
Moves menu settings from variables to config. |
|
menu_update_1001 |
function |
core/modules/menu/menu.install |
Move menu content type settings into configuration files. |
|
menu_update_1002 |
function |
core/modules/menu/menu.install |
Move individual menus into config files. |
|
update_test_menu |
function |
core/modules/update/tests/update_test/update_test.module |
Implements hook_menu(). |
|
user_update_1020 |
function |
core/modules/user/user.install |
Make sure that all config translatables are set for user mails. |
|
menu_update_1004 |
function |
core/modules/menu/menu.install |
Add new default config values. |
|
user_update_1021 |
function |
core/modules/user/user.install |
Make sure that generation of automatic path alias is enabled for user 1. |