|
Updater |
class |
drupal/includes/updater.inc |
Base class for Updaters used in Drupal. |
|
db_update |
function |
drupal/includes/database/database.inc |
Returns a new UpdateQuery object for the active database. |
|
update.php |
file |
drupal/update.php |
Administrative page for handling updates from one Drupal version to another. |
|
update.inc |
file |
drupal/includes/update.inc |
Drupal database update API. |
|
update.css |
file |
drupal/modules/update/update.css |
Styles used by the Update Manager module. |
|
updater.inc |
file |
drupal/includes/updater.inc |
Classes used for updating various files in the Drupal 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 multistep… |
|
hook_update |
function |
drupal/modules/node/node.api.php |
Respond to updates to a node. |
|
update.info |
file |
drupal/modules/update/update.info |
name = Update manager
description = Checks for available updates, and can securely install or update modules and themes via a web interface.
version = VERSION
package = Core
core = 7.x
files[] = update.test
configure = admin/reports/updates/settings |
|
update.test |
file |
drupal/modules/update/update.test |
This file contains tests for the Update Manager module. |
|
update.test |
file |
drupal/modules/simpletest/tests/update.test |
Tests for the update system. |
|
poll_update |
function |
drupal/modules/poll/poll.module |
Implements hook_update(). |
|
update_help |
function |
drupal/modules/update/update.module |
Implements hook_help(). |
|
update_init |
function |
drupal/modules/update/update.module |
Implements hook_init(). |
|
update_menu |
function |
drupal/modules/update/update.module |
Implements hook_menu(). |
|
update_cron |
function |
drupal/modules/update/update.module |
Implements hook_cron(). |
|
update_mail |
function |
drupal/modules/update/update.module |
Implements hook_mail(). |
|
UpdateQuery |
class |
drupal/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
|
ThemeUpdater |
class |
drupal/modules/system/system.updater.inc |
Class for updating themes using FileTransfer classes via authorize.php. |
|
update_batch |
function |
drupal/includes/update.inc |
Starts the database update batch process. |
|
MARK_UPDATED |
constant |
drupal/includes/theme.inc |
Mark content as being updated. |
|
update_theme |
function |
drupal/modules/update/update.module |
Implements hook_theme(). |
|
SAVED_UPDATED |
constant |
drupal/includes/common.inc |
Return status for saving which involved an update to an existing item. |
|
ModuleUpdater |
class |
drupal/modules/system/system.updater.inc |
Class for updating modules using FileTransfer classes via authorize.php. |
|
update_status |
function |
drupal/modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |
|
update_do_one |
function |
drupal/includes/update.inc |
Implements callback_batch_operation(). |
|
update.module |
file |
drupal/modules/update/update.module |
Handles updates of Drupal core and contributed projects. |
|
update_schema |
function |
drupal/modules/update/update.install |
Implements hook_schema(). |
|
hook_update_N |
function |
drupal/modules/system/system.api.php |
Perform a single update. |
|
update.install |
file |
drupal/modules/update/update.install |
Install, update, and uninstall functions for the Update Manager module. |
|
update-rtl.css |
file |
drupal/modules/update/update-rtl.css |
RTL styles used by the Update Manager module. |
|
update.api.php |
file |
drupal/modules/update/update.api.php |
Hooks provided by the Update Manager module. |
|
update_install |
function |
drupal/modules/update/update.install |
Implements hook_install(). |
|
UPDATE_REVOKED |
constant |
drupal/modules/update/update.module |
Current release has been unpublished and is no longer available. |
|
UPDATE_CURRENT |
constant |
drupal/modules/update/update.module |
Project is up to date. |
|
UPDATE_UNKNOWN |
constant |
drupal/modules/update/update.module |
No available update data was found for project. |
|
update_refresh |
function |
drupal/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
|
book_update_bid |
function |
drupal/modules/book/book.module |
Updates the book ID of a page and its children when it moves to a new book. |
|
_update_refresh |
function |
drupal/modules/update/update.fetch.inc |
Clears out all the cached available update data and initiates re-fetching. |
|
registry_update |
function |
drupal/includes/bootstrap.inc |
Updates the registry based on the latest files listed in the database. |
|
update_finished |
function |
drupal/includes/update.inc |
Implements callback_batch_finished(). |
|
update_settings |
function |
drupal/modules/update/update.settings.inc |
Form constructor for the update settings form. |
|
_update_no_data |
function |
drupal/modules/update/update.module |
Returns a warning message when there is no data about available updates. |
|
Updater::update |
function |
drupal/includes/updater.inc |
Updates a Drupal project, returns a list of next actions. |
|
UpdateTestHelper |
class |
drupal/modules/update/update.test |
Defines some shared functions used by all update tests. |
|
update.user.test |
file |
drupal/modules/simpletest/tests/upgrade/update.user.test |
Provides update path tests for the User module. |
|
book_node_update |
function |
drupal/modules/book/book.module |
Implements hook_node_update(). |
|
update_test.info |
file |
drupal/modules/update/tests/update_test.info |
name = Update test
description = Support module for update module testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
update_parse_xml |
function |
drupal/modules/update/update.fetch.inc |
Parses the XML of the Drupal release history info files. |
|
hook_node_update |
function |
drupal/modules/node/node.api.php |
Respond to updates to a node. |
|
dashboard_update |
function |
drupal/modules/dashboard/dashboard.module |
Sets the new weight of each region according to the drag-and-drop order. |