|
node_type_update_nodes |
function |
drupal-6.x/modules/node/node.module |
Updates all nodes of one type to be of another type. |
|
update_xml_parser::end |
function |
drupal-6.x/modules/update/update.fetch.inc |
|
|
update_settings_submit |
function |
drupal-6.x/modules/update/update.settings.inc |
Submit handler for the settings tab. |
|
statistics_update_1000 |
function |
drupal-6.x/modules/statistics/statistics.install |
Changes session ID field to VARCHAR(64) to add support for SHA-1 hashes. |
|
statistics_update_6000 |
function |
drupal-6.x/modules/statistics/statistics.install |
Allow longer referrers. |
|
locale_update_js_files |
function |
drupal-6.x/modules/locale/locale.module |
Update JavaScript translation file, if required, and add it to the page. |
|
_update_build_fetch_url |
function |
drupal-6.x/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
|
update_xml_parser::data |
function |
drupal-6.x/modules/update/update.fetch.inc |
|
|
update_invalidate_cache |
function |
drupal-6.x/modules/update/update.module |
Invalidates all cached data relating to update status. |
|
update_get_project_name |
function |
drupal-6.x/modules/update/update.compare.inc |
Given a $file object (as returned by system_get_files_database()), figure
out what project it belongs to. |
|
_node_mass_update_helper |
function |
drupal-6.x/modules/node/node.admin.inc |
Node Mass Update - helper function. |
|
update_xml_parser::parse |
function |
drupal-6.x/modules/update/update.fetch.inc |
Parse an array of XML data files. |
|
update_xml_parser::start |
function |
drupal-6.x/modules/update/update.fetch.inc |
|
|
hook_update_last_removed |
function |
documentation-6.x/developer/hooks/install.php |
Return a number which is no longer available as hook_update_N(). |
|
update_settings_validate |
function |
drupal-6.x/modules/update/update.settings.inc |
Validation callback for the settings form. |
|
hook_update_status_alter |
function |
documentation-6.x/developer/hooks/core.php |
Alter the information about available updates for projects. |
|
update_fix_compatibility |
function |
drupal-6.x/update.php |
Disable anything in the {system} table that is not compatible with the
current version of Drupal core. |
|
UPDATE_MAX_FETCH_ATTEMPTS |
constant |
drupal-6.x/modules/update/update.module |
Maximum number of attempts to fetch available update data from a given host. |
|
_update_requirement_check |
function |
drupal-6.x/modules/update/update.module |
Private helper method to fill in the requirements array. |
|
_update_process_info_list |
function |
drupal-6.x/modules/update/update.compare.inc |
Populate an array of project data. |
|
update_access_denied_page |
function |
drupal-6.x/update.php |
|
|
update_create_batch_table |
function |
drupal-6.x/update.php |
Create the batch table. |
|
update_check_requirements |
function |
drupal-6.x/update.php |
Check update requirements and report any errors. |
|
system_update_last_removed |
function |
drupal-6.x/modules/system/system.install |
|
|
taxonomy_node_update_index |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_nodeapi('update_index'). |
|
_update_get_fetch_url_base |
function |
drupal-6.x/modules/update/update.fetch.inc |
Return the base of the URL to fetch available update data for a project. |
|
update_filter_project_info |
function |
drupal-6.x/modules/update/update.compare.inc |
Filter the project .info data to only save attributes we need. |
|
hook_update_projects_alter |
function |
documentation-6.x/developer/hooks/core.php |
Alter the list of projects before fetching data and comparing versions. |
|
update_fix_d6_requirements |
function |
drupal-6.x/update.php |
Perform Drupal 5.x to 6.x updates that are required for update.php
to function properly. |
|
_update_project_status_sort |
function |
drupal-6.x/modules/update/update.module |
Private sort function to order projects based on their status. |
|
update_process_project_info |
function |
drupal-6.x/modules/update/update.compare.inc |
Process the list of projects on the system to figure out the currently
installed versions, and other information that is required before we can
compare against the available releases to produce the status report. |
|
_profile_update_user_fields |
function |
drupal-6.x/modules/profile/profile.module |
Helper function: update an array of user fields by calling profile_view_field |
|
Extra system updates for 5.x |
group |
drupal-6.x/modules/system/system.install |
|
|
Extra system updates for 6.x |
group |
drupal-6.x/modules/system/system.install |
|
|
_menu_update_parental_status |
function |
drupal-6.x/includes/menu.inc |
Check and update the has_children status for the parent of a link. |
|
update_script_selection_form |
function |
drupal-6.x/update.php |
|
|
update_check_incompatibility |
function |
drupal-6.x/update.php |
Helper function to test compatibility of a module or theme. |
|
update_calculate_project_data |
function |
drupal-6.x/modules/update/update.compare.inc |
Given the installed projects and the available release data retrieved from
remote servers, calculate the current status. |
|
System updates from 5.x to 6.x |
group |
drupal-6.x/modules/system/system.install |
|
|
_node_mass_update_batch_process |
function |
drupal-6.x/modules/node/node.admin.inc |
Node Mass Update Batch operation |
|
_comment_update_node_statistics |
function |
drupal-6.x/modules/comment/comment.module |
Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
|
_node_mass_update_batch_finished |
function |
drupal-6.x/modules/node/node.admin.inc |
Node Mass Update Batch 'finished' callback. |
|
Private update status cache system |
group |
drupal-6.x/modules/update/update.module |
We specifically do NOT use the core cache API for saving the fetched data
about available updates. It is vitally important that this cache is only
cleared when we're populating it after successfully fetching new available
update data. Usage of… |
|
_update_remove_update_status_variables |
function |
drupal-6.x/modules/update/update.install |
Private helper to clear out stale variables from update_status 5.x contrib. |