|
trigger_node_update |
function |
drupal-7.x/modules/trigger/trigger.module |
Implements hook_node_update(). |
|
drupal_get_updaters |
function |
drupal-7.x/includes/common.inc |
Assembles the Drupal Updater registry. |
|
hook_comment_update |
function |
drupal-7.x/modules/comment/comment.api.php |
The comment is being updated. |
|
update_parse_db_url |
function |
drupal-7.x/includes/update.inc |
Parse pre-Drupal 7 database connection URLs and return D7 compatible array. |
|
update_requirements |
function |
drupal-7.x/modules/update/update.install |
Implements hook_requirements(). |
|
trigger_user_update |
function |
drupal-7.x/modules/trigger/trigger.module |
Implements hook_user_update(). |
|
update.trigger.test |
file |
drupal-7.x/modules/simpletest/tests/upgrade/update.trigger.test |
Provides upgrade path tests for the Trigger module. |
|
update_get_projects |
function |
drupal-7.x/modules/update/update.compare.inc |
Fetches an array of installed and enabled projects. |
|
trigger_update_7000 |
function |
drupal-7.x/modules/trigger/trigger.install |
Alter the "hook" field and drop the "op field" of {trigger_assignments}. |
|
trigger_update_7001 |
function |
drupal-7.x/modules/trigger/trigger.install |
Increase the length of the "hook" field to 78 characters. |
|
trigger_update_7002 |
function |
drupal-7.x/modules/trigger/trigger.install |
Renames nodeapi to node. |
|
tracker_update_7000 |
function |
drupal-7.x/modules/tracker/tracker.install |
Create new tracker_node and tracker_user tables. |
|
UpdateQuery::$table |
property |
drupal-7.x/includes/database/query.inc |
The table to update. |
|
theme_update_report |
function |
drupal-7.x/modules/update/update.report.inc |
Returns HTML for the project status report. |
|
tracker_node_update |
function |
drupal-7.x/modules/tracker/tracker.module |
Implements hook_node_update(). |
|
UpdateQuery::isNull |
function |
drupal-7.x/includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
|
UpdateQuery::exists |
function |
drupal-7.x/includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
|
drupal_load_updates |
function |
drupal-7.x/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
|
UpdateQuery::fields |
function |
drupal-7.x/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
|
update.settings.inc |
file |
drupal-7.x/modules/update/update.settings.inc |
Code required only for the update status settings form. |
|
update_results_page |
function |
drupal-7.x/update.php |
Displays results of the update script with any accompanying errors. |
|
comment_update_7000 |
function |
drupal-7.x/modules/comment/comment.install |
Rename comment display setting variables. |
|
comment_update_7001 |
function |
drupal-7.x/modules/comment/comment.install |
Change comment status from published being 0 to being 1 |
|
comment_update_7002 |
function |
drupal-7.x/modules/comment/comment.install |
Rename {comments} table to {comment} and upgrade it. |
|
comment_update_7003 |
function |
drupal-7.x/modules/comment/comment.install |
Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}. |
|
comment_update_7004 |
function |
drupal-7.x/modules/comment/comment.install |
Upgrade the {node_comment_statistics} table. |
|
comment_update_7005 |
function |
drupal-7.x/modules/comment/comment.install |
Create the comment_body field. |
|
comment_update_7006 |
function |
drupal-7.x/modules/comment/comment.install |
Migrate data from the comment field to field storage. |
|
comment_update_7007 |
function |
drupal-7.x/modules/comment/comment.install |
Add an index to the created column. |
|
comment_update_7008 |
function |
drupal-7.x/modules/comment/comment.install |
Update database to match Drupal 7 schema. |
|
comment_update_7009 |
function |
drupal-7.x/modules/comment/comment.install |
Change the last_comment_timestamp column description. |
|
system_updater_info |
function |
drupal-7.x/modules/system/system.module |
Implements hook_updater_info(). |
|
profile_update_7001 |
function |
drupal-7.x/modules/profile/profile.install |
Rename {profile_fields} table to {profile_field} and {profile_values} to {profile_value}. |
|
profile_update_7002 |
function |
drupal-7.x/modules/profile/profile.install |
Change the weight column to normal int. |
|
$update_free_access |
global |
documentation-7.x/developer/globals.php |
Allows the update.php script to be run when not logged in as administrator. |
|
contact_update_7000 |
function |
drupal-7.x/modules/contact/contact.install |
Rename the threshold limit variable. |
|
contact_update_7001 |
function |
drupal-7.x/modules/contact/contact.install |
Rename the administer contact forms permission. |
|
contact_update_7002 |
function |
drupal-7.x/modules/contact/contact.install |
Enable the 'access user contact forms' for registered users by default. |
|
contact_update_7003 |
function |
drupal-7.x/modules/contact/contact.install |
Change the weight column to normal int. |
|
Updater::makeBackup |
function |
drupal-7.x/includes/updater.inc |
Perform a backup. |
|
Updater::postUpdate |
function |
drupal-7.x/includes/updater.inc |
Perform actions after new code is updated. |
|
_update_cron_notify |
function |
drupal-7.x/modules/update/update.fetch.inc |
Performs any notifications that should be done once cron fetches new data. |
|
ccc_update_test.info |
file |
drupal-7.x/modules/update/tests/ccc_update_test.info |
name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 7.x
hidden = TRUE |
|
update_get_available |
function |
drupal-7.x/modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
|
_update_message_text |
function |
drupal-7.x/modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |
|
FIELD_STORAGE_UPDATE |
constant |
drupal-7.x/modules/field/field.attach.inc |
Argument for an update operation. |
|
UpdateTestUploadCase |
class |
drupal-7.x/modules/update/update.test |
Tests project upload and extract functionality. |
|
update_project_cache |
function |
drupal-7.x/modules/update/update.compare.inc |
Retrieves data from {cache_update} or empties the cache when necessary. |
|
taxonomy_node_update |
function |
drupal-7.x/modules/taxonomy/taxonomy.module |
Implements hook_node_update(). |
|
taxonomy_update_7001 |
function |
drupal-7.x/modules/taxonomy/taxonomy.install |
Rename taxonomy tables. |