|
update_get_update_function_list |
drupal-7.x/includes/update.inc |
Returns an organized list of update functions for a set of modules. |
1 |
|
|
update_get_update_list |
drupal-7.x/includes/update.inc |
Returns a list of all the pending database updates. |
2 |
|
|
update_help |
drupal-7.x/modules/update/update.module |
Implements hook_help(). |
|
|
|
update_helpful_links |
drupal-7.x/update.php |
Provides links to the homepage and administration pages. |
2 |
|
|
update_info_page |
drupal-7.x/update.php |
Provides an overview of the Drupal database update. |
|
|
|
update_init |
drupal-7.x/modules/update/update.module |
Implements hook_init(). |
|
|
|
update_install |
drupal-7.x/modules/update/update.install |
Implements hook_install(). |
|
|
|
update_is_missing |
drupal-7.x/includes/update.inc |
Determines if a module update is missing or unavailable. |
1 |
|
|
update_mail |
drupal-7.x/modules/update/update.module |
Implements hook_mail(). |
|
|
|
update_manager_access |
drupal-7.x/modules/update/update.module |
Access callback: Resolves if the current user can access updater menu items. |
5 |
1 |
|
update_manager_archive_extract |
drupal-7.x/modules/update/update.manager.inc |
Unpacks a downloaded archive file. |
2 |
|
|
update_manager_archive_verify |
drupal-7.x/modules/update/update.manager.inc |
Verifies an archive after it has been downloaded and extracted. |
2 |
|
|
update_manager_batch_project_get |
drupal-7.x/modules/update/update.manager.inc |
Batch callback: Downloads, unpacks, and verifies a project. |
|
1 |
|
update_manager_download_batch_finished |
drupal-7.x/modules/update/update.manager.inc |
Batch callback: Performs actions when the download batch is completed. |
|
1 |
|
update_manager_file_get |
drupal-7.x/modules/update/update.manager.inc |
Copies a file from the specified URL to the temporary directory for updates. |
2 |
|
|
update_manager_install_form |
drupal-7.x/modules/update/update.manager.inc |
Form constructor for the install form of the Update Manager module. |
|
1 |
|
update_manager_install_form_submit |
drupal-7.x/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
|
|
|
update_manager_install_form_validate |
drupal-7.x/modules/update/update.manager.inc |
Form validation handler for update_manager_install_form(). |
|
|
|
update_manager_local_transfers_allowed |
drupal-7.x/modules/update/update.manager.inc |
Determines if file transfers will be performed locally. |
1 |
|
|
update_manager_update_form |
drupal-7.x/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
|
2 |
|
update_manager_update_form_submit |
drupal-7.x/modules/update/update.manager.inc |
Form submission handler for update_manager_update_form(). |
|
|
|
update_manager_update_form_validate |
drupal-7.x/modules/update/update.manager.inc |
Form validation handler for update_manager_update_form(). |
|
1 |
|
update_manager_update_ready_form |
drupal-7.x/modules/update/update.manager.inc |
Form constructor for the update ready form. |
|
1 |
|
update_manager_update_ready_form_submit |
drupal-7.x/modules/update/update.manager.inc |
Form submission handler for update_manager_update_ready_form(). |
|
|
|
update_manual_status |
drupal-7.x/modules/update/update.fetch.inc |
Page callback: Checks for updates and displays the update status report. |
|
3 |
|
update_menu |
drupal-7.x/modules/update/update.module |
Implements hook_menu(). |
|
|
|
update_parse_db_url |
drupal-7.x/includes/update.inc |
Parse pre-Drupal 7 database connection URLs and return D7 compatible array. |
2 |
|
|
update_parse_xml |
drupal-7.x/modules/update/update.fetch.inc |
Parses the XML of the Drupal release history info files. |
1 |
|
|
update_prepare_d7_bootstrap |
drupal-7.x/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 6 database. |
1 |
|
|
update_process_project_info |
drupal-7.x/modules/update/update.compare.inc |
Determines version and type information for currently installed projects. |
1 |
|
|
update_project_cache |
drupal-7.x/modules/update/update.compare.inc |
Retrieves data from {cache_update} or empties the cache when necessary. |
2 |
|
|
update_refresh |
drupal-7.x/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
1 |
|
|
update_requirements |
drupal-7.x/modules/update/update.install |
Implements hook_requirements(). |
2 |
|
|
update_resolve_dependencies |
drupal-7.x/includes/update.inc |
Resolves dependencies in a set of module updates, and orders them correctly. |
5 |
|
|
update_results_page |
drupal-7.x/update.php |
Displays results of the update script with any accompanying errors. |
|
|
|
update_retrieve_dependencies |
drupal-7.x/includes/update.inc |
Invokes hook_update_dependencies() in all installed modules. |
2 |
|
|
update_schema |
drupal-7.x/modules/update/update.install |
Implements hook_schema(). |
|
|
|
update_script_selection_form |
drupal-7.x/update.php |
Form constructor for the list of available database module updates. |
|
1 |
|
update_script_test_flush_caches |
drupal-7.x/modules/simpletest/tests/update_script_test.module |
Implements hook_flush_caches(). |
|
|
|
update_script_test_requirements |
drupal-7.x/modules/simpletest/tests/update_script_test.install |
Implements hook_requirements(). |
|
|
|
update_script_test_update_7000 |
drupal-7.x/modules/simpletest/tests/update_script_test.install |
Dummy update function to run during the tests. |
|
|
|
update_selection_page |
drupal-7.x/update.php |
Renders a form with a list of available database updates. |
|
|
|
update_settings |
drupal-7.x/modules/update/update.settings.inc |
Form constructor for the update settings form. |
|
1 |
|
update_settings_submit |
drupal-7.x/modules/update/update.settings.inc |
Form submission handler for update_settings(). |
|
|
|
update_settings_validate |
drupal-7.x/modules/update/update.settings.inc |
Form validation handler for update_settings(). |
|
1 |
|
update_status |
drupal-7.x/modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |
|
4 |
|
update_task_list |
drupal-7.x/update.php |
Adds the update task list to the current page. |
4 |
|
|
update_test_1_update_7000 |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7000. |
|
1 |
|
update_test_1_update_7001 |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7001. |
|
1 |
|
update_test_1_update_7002 |
drupal-7.x/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 7002. |
|
1 |