|
update_script_test.module |
file |
drupal-7.x/modules/simpletest/tests/update_script_test.module |
This file provides testing functionality for update.php. |
|
MergeQuery::$updateFields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields that will be updated. |
|
update_access_denied_page |
function |
drupal-7.x/update.php |
Renders a 403 access denied page for update.php. |
|
update_extra_requirements |
function |
drupal-7.x/update.php |
Returns and stores extra requirements that apply during the update process. |
|
update_check_requirements |
function |
drupal-7.x/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
|
TriggerUpdatePathTestCase |
class |
drupal-7.x/modules/simpletest/tests/upgrade/update.trigger.test |
Tests the Trigger 7.0 -> 7.x upgrade path. |
|
hook_taxonomy_term_update |
function |
drupal-7.x/modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when updated. |
|
block_update_dependencies |
function |
drupal-7.x/modules/block/block.install |
Implements hook_update_dependencies(). |
|
comment_node_update_index |
function |
drupal-7.x/modules/comment/comment.module |
Implements hook_node_update_index(). |
|
text_filter_format_update |
function |
drupal-7.x/modules/field/modules/text/text.module |
Implements hook_filter_format_update(). |
|
_update_create_fetch_task |
function |
drupal-7.x/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
|
Updater::postInstallTasks |
function |
drupal-7.x/includes/updater.inc |
Return an array of links to pages that should be visited post operation. |
|
update_test_1_update_7000 |
function |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7000. |
|
ThemeUpdater::isInstalled |
function |
drupal-7.x/modules/system/system.updater.inc |
Checks if the project is installed. |
|
update_test_1_update_7001 |
function |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7001. |
|
update_test_1_update_7002 |
function |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7002. |
|
ThemeUpdater::postInstall |
function |
drupal-7.x/modules/system/system.updater.inc |
Perform actions after installation. |
|
UPDATE_MAX_FETCH_ATTEMPTS |
constant |
drupal-7.x/modules/update/update.module |
Maximum number of attempts to fetch available update data from a given host. |
|
_update_get_cache_multiple |
function |
drupal-7.x/modules/update/update.module |
Returns an array of cache items with a given cache ID prefix. |
|
UpdateQuery_pgsql::execute |
function |
drupal-7.x/includes/database/pgsql/query.inc |
Executes the UPDATE query. |
|
update_fix_d7_block_deltas |
function |
drupal-7.x/includes/update.inc |
A helper function that modules can use to assist with the transformation
from numeric block deltas to string block deltas during the 6.x -> 7.x
upgrade. |
|
update_fix_d7_requirements |
function |
drupal-7.x/includes/update.inc |
Perform Drupal 6.x to 7.x updates that are required for update.php
to function properly. |
|
update_get_d6_session_name |
function |
drupal-7.x/includes/update.inc |
Constructs a session name compatible with a D6 environment. |
|
hook_update_projects_alter |
function |
drupal-7.x/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
|
hook_verify_update_archive |
function |
drupal-7.x/modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
|
update_filter_project_info |
function |
drupal-7.x/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
|
update_manager_update_form |
function |
drupal-7.x/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
|
update_script_test.install |
file |
drupal-7.x/modules/simpletest/tests/update_script_test.install |
Install, update and uninstall functions for the update_script_test module. |
|
system_update_last_removed |
function |
drupal-7.x/modules/system/system.install |
|
|
system_update_dependencies |
function |
drupal-7.x/modules/system/system.install |
Implements hook_update_dependencies(). |
|
update_test_basetheme.info |
file |
drupal-7.x/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info |
name = Update test base theme
description = Test theme which acts as a base theme for other test subthemes.
core = 7.x
hidden = TRUE |
|
DatabaseConnection::update |
function |
drupal-7.x/includes/database/database.inc |
Prepares and returns an UPDATE query object. |
|
UpdateScriptFunctionalTest |
class |
drupal-7.x/modules/system/system.test |
Tests for the update system functionality. |
|
filter_update_dependencies |
function |
drupal-7.x/modules/filter/filter.install |
Implements hook_update_dependencies(). |
|
hook_field_update_instance |
function |
drupal-7.x/modules/field/field.api.php |
Act on a field instance being updated. |
|
update_fetch_data_finished |
function |
drupal-7.x/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
|
_update_process_fetch_task |
function |
drupal-7.x/modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
|
Updater::makeWorldReadable |
function |
drupal-7.x/includes/updater.inc |
Ensure that a given directory is world readable. |
|
_update_get_fetch_url_base |
function |
drupal-7.x/modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
|
ModuleUpdater::isInstalled |
function |
drupal-7.x/modules/system/system.updater.inc |
Checks if the project is installed. |
|
menu_test_menu_link_update |
function |
drupal-7.x/modules/simpletest/tests/menu_test.module |
Implements hook_menu_link_update(). |
|
_update_project_status_sort |
function |
drupal-7.x/modules/update/update.module |
Orders projects based on their status. |
|
update_delete_file_if_stale |
function |
drupal-7.x/modules/update/update.module |
Deletes stale files and directories from the update manager disk cache. |
|
UpdateCoreTestCase::getInfo |
function |
drupal-7.x/modules/update/update.test |
|
|
UpdateTestUploadCase::setUp |
function |
drupal-7.x/modules/update/update.test |
Sets up a Drupal site for running functional and integration tests. |
|
update_prepare_d7_bootstrap |
function |
drupal-7.x/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 6 database. |
|
update_resolve_dependencies |
function |
drupal-7.x/includes/update.inc |
Resolves dependencies in a set of module updates, and orders them correctly. |
|
_update_7000_node_get_types |
function |
drupal-7.x/modules/node/node.install |
Utility function: fetch the node types directly from the database. |
|
update_process_project_info |
function |
drupal-7.x/modules/update/update.compare.inc |
Determines version and type information for currently installed projects. |
|
update_manager_install_form |
function |
drupal-7.x/modules/update/update.manager.inc |
Form constructor for the install form of the Update Manager module. |