Search for date
Title | Object type | File name | Summary |
---|---|---|---|
UPDATE_DEFAULT_URL | constant | modules/ |
URL to check for updates, if a given project doesn't define its own. |
update_delete_file_if_stale | function | modules/ |
Deletes stale files and directories from the update manager disk cache. |
update_do_one | function | includes/ |
Implements callback_batch_operation(). |
update_extra_requirements | function | ./ |
Returns and stores extra requirements that apply during the update process. |
update_fetch_data | function | modules/ |
Attempts to fetch update data after loading the necessary include file. |
update_fetch_data_batch | function | modules/ |
Implements callback_batch_operation(). |
update_fetch_data_finished | function | modules/ |
Implements callback_batch_finished(). |
UPDATE_FETCH_PENDING | constant | modules/ |
We need to (re)fetch available update data for this project. |
update_filter_project_info | function | modules/ |
Filters the project .info data to only save attributes we need. |
update_finished | function | includes/ |
Implements callback_batch_finished(). |
update_fix_compatibility | function | includes/ |
Disable any items in the {system} table that are not core compatible. |
update_fix_d7_block_deltas | function | includes/ |
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_install_profile | function | includes/ |
Register the currently installed profile in the system table. |
update_fix_d7_requirements | function | includes/ |
Perform Drupal 6.x to 7.x updates that are required for update.php to function properly. |
update_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
update_form_system_modules_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for system_modules(). |
update_get_available | function | modules/ |
Tries to get update information from cache and refreshes it when necessary. |
update_get_d6_session_name | function | includes/ |
Constructs a session name compatible with a D6 environment. |
update_get_projects | function | modules/ |
Fetches an array of installed and enabled projects. |
update_get_project_name | function | modules/ |
Determines what project a given file object belongs to. |
update_get_update_function_list | function | includes/ |
Returns an organized list of update functions for a set of modules. |
update_get_update_list | function | includes/ |
Returns a list of all the pending database updates. |
update_help | function | modules/ |
Implements hook_help(). |
update_helpful_links | function | ./ |
Provides links to the homepage and administration pages. |
update_info_page | function | ./ |
Provides an overview of the Drupal database update. |
update_init | function | modules/ |
Implements hook_init(). |
update_install | function | modules/ |
Implements hook_install(). |
update_is_missing | function | includes/ |
Determines if a module update is missing or unavailable. |
update_mail | function | modules/ |
Implements hook_mail(). |
update_manager_access | function | modules/ |
Access callback: Resolves if the current user can access updater menu items. |
update_manager_archive_extract | function | modules/ |
Unpacks a downloaded archive file. |
update_manager_archive_verify | function | modules/ |
Verifies an archive after it has been downloaded and extracted. |
update_manager_batch_project_get | function | modules/ |
Implements callback_batch_operation(). |
update_manager_download_batch_finished | function | modules/ |
Implements callback_batch_finished(). |
update_manager_file_get | function | modules/ |
Copies a file from the specified URL to the temporary directory for updates. |
update_manager_install_form | function | modules/ |
Form constructor for the install form of the Update Manager module. |
update_manager_install_form_submit | function | modules/ |
Form submission handler for update_manager_install_form(). |
update_manager_install_form_validate | function | modules/ |
Form validation handler for update_manager_install_form(). |
update_manager_local_transfers_allowed | function | modules/ |
Determines if file transfers will be performed locally. |
update_manager_update_form | function | modules/ |
Form constructor for the update form of the Update Manager module. |
update_manager_update_form_submit | function | modules/ |
Form submission handler for update_manager_update_form(). |
update_manager_update_form_validate | function | modules/ |
Form validation handler for update_manager_update_form(). |
update_manager_update_ready_form | function | modules/ |
Form constructor for the update ready form. |
update_manager_update_ready_form_submit | function | modules/ |
Form submission handler for update_manager_update_ready_form(). |
update_manual_status | function | modules/ |
Page callback: Checks for updates and displays the update status report. |
UPDATE_MAX_FETCH_ATTEMPTS | constant | modules/ |
Maximum number of attempts to fetch available update data from a given host. |
UPDATE_MAX_FETCH_TIME | constant | modules/ |
Maximum number of seconds to try fetching available update data at a time. |
update_menu | function | modules/ |
Implements hook_menu(). |
UPDATE_NOT_CHECKED | constant | modules/ |
Project's status cannot be checked. |
UPDATE_NOT_CURRENT | constant | modules/ |
Project has a new release available, but it is not a security release. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.