|
_update_build_fetch_url |
function |
drupal/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
|
translation_node_update |
function |
drupal/modules/translation/translation.module |
Implements hook_node_update(). |
|
hook_field_update_field |
function |
drupal/modules/field/field.api.php |
Act on a field being updated. |
|
update_manager_file_get |
function |
drupal/modules/update/update.manager.inc |
Copies a file from the specified URL to the temporary directory for updates. |
|
Updates from 6.x to 7.x |
group |
drupal/modules/system/system.install |
Update functions from 6.x to 7.x. |
|
update_script_test.info |
file |
drupal/modules/simpletest/tests/update_script_test.info |
name = "Update script test"
description = "Support module for update script testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
field_test_field_update |
function |
drupal/modules/field/tests/field_test.field.inc |
Implements hook_field_update(). |
|
statistics_update_index |
function |
drupal/modules/statistics/statistics.module |
Implements hook_update_index(). |
|
FieldUpdatePathTestCase |
class |
drupal/modules/simpletest/tests/upgrade/update.field.test |
Tests the Field 7.0 -> 7.x update path. |
|
BasicStandardUpdatePath |
class |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Performs point release update tests on a bare database. |
|
FilledMinimalUpdatePath |
class |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Performs point release update tests on a populated database. |
|
theme_update_last_check |
function |
drupal/modules/update/update.module |
Returns HTML for the last time we checked for update data. |
|
UpdateQuery::$arguments |
property |
drupal/includes/database/query.inc |
An array of values to update to. |
|
UpdateQuery::$condition |
property |
drupal/includes/database/query.inc |
The condition object for this query. |
|
Updater::getProjectName |
function |
drupal/includes/updater.inc |
Get the name of the project directory (basename). |
|
Updater::getInstallArgs |
function |
drupal/includes/updater.inc |
Store the default parameters for the Updater. |
|
UpdateQuery::conditions |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::conditions(). |
|
update_get_project_name |
function |
drupal/modules/update/update.compare.inc |
Determines what project a given file object belongs to. |
|
UpdateQuery::expression |
function |
drupal/includes/database/query.inc |
Specifies fields to be updated as an expression. |
|
UpdateQuery::__toString |
function |
drupal/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
|
list_field_update_field |
function |
drupal/modules/field/modules/list/list.module |
Implements hook_field_update_field(). |
|
MergeQuery::$needsUpdate |
property |
drupal/includes/database/query.inc |
Flag indicating whether an UPDATE is necessary. |
|
MergeQuery::updateFields |
function |
drupal/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
|
hook_field_attach_update |
function |
drupal/modules/field/field.api.php |
Act on field_attach_update(). |
|
ModuleUpdater::canUpdate |
function |
drupal/modules/system/system.updater.inc |
|
|
hook_field_update_forbid |
function |
drupal/modules/field/field.api.php |
Forbid a field update from occurring. |
|
comment_node_type_update |
function |
drupal/modules/comment/comment.module |
Implements hook_node_type_update(). |
|
image_field_update_field |
function |
drupal/modules/image/image.module |
Implements hook_field_update_field(). |
|
search_node_update_index |
function |
drupal/modules/search/search.module |
Implements hook_node_update_index(). |
|
update_fix_compatibility |
function |
drupal/includes/update.inc |
Disable any items in the {system} table that are not core compatible. |
|
_node_mass_update_helper |
function |
drupal/modules/node/node.admin.inc |
Updates individual nodes when fewer than 10 are queued. |
|
update_already_performed |
function |
drupal/includes/update.inc |
Determines if a module update has already been performed. |
|
node_update_dependencies |
function |
drupal/modules/node/node.install |
Implements hook_update_dependencies(). |
|
user_update_dependencies |
function |
drupal/modules/user/user.install |
Implements hook_update_dependencies(). |
|
PollTestCase::pollUpdate |
function |
drupal/modules/poll/poll.test |
|
|
update_settings_validate |
function |
drupal/modules/update/update.settings.inc |
Form validation handler for update_settings(). |
|
FilledStandardUpdatePath |
class |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Performs point release update tests on a 'filled' database. |
|
update_create_fetch_task |
function |
drupal/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
|
UpdateQuery::__construct |
function |
drupal/includes/database/query.inc |
Constructs an UpdateQuery object. |
|
Updater::getProjectTitle |
function |
drupal/includes/updater.inc |
Return the project name from a Drupal info file. |
|
hook_update_dependencies |
function |
drupal/modules/system/system.api.php |
Return an array of information about module update dependencies. |
|
hook_update_last_removed |
function |
drupal/modules/system/system.api.php |
Return a number which is no longer available as hook_update_N(). |
|
Updater::postUpdateTasks |
function |
drupal/includes/updater.inc |
Return an array of links to pages that should be visited post operation. |
|
hook_update_status_alter |
function |
drupal/modules/update/update.api.php |
Alter the information about available updates for projects. |
|
list_field_update_forbid |
function |
drupal/modules/field/modules/list/list.module |
Implements hook_field_update_forbid(). |
|
MergeQuery::$updateFields |
property |
drupal/includes/database/query.inc |
An array of fields that will be updated. |
|
UpdateCoreTestCase::setUp |
function |
drupal/modules/update/update.test |
Sets up a Drupal site for running functional and integration tests. |
|
theme_update_status_label |
function |
drupal/modules/update/update.report.inc |
Returns HTML for a label to display for a project's update status. |
|
ThemeUpdater::isInstalled |
function |
drupal/modules/system/system.updater.inc |
Checks if the project is installed. |
|
ThemeUpdater::postInstall |
function |
drupal/modules/system/system.updater.inc |
Perform actions after installation. |