|
Updater::postUpdateTasks |
core/includes/updater.inc |
Return an array of links to pages that should be visited post operation. |
|
Updater::prepareInstallDirectory |
core/includes/updater.inc |
Make sure the installation parent directory exists and is writable. |
|
Updater::update |
core/includes/updater.inc |
Updates a Backdrop project, returns a list of next actions. |
|
Updater::__construct |
core/includes/updater.inc |
|
|
UpdateScriptFunctionalTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UpdateScriptFunctionalTest::testNoPendingUpdates |
core/modules/system/tests/system.test |
Tests that there are no pending updates for the first test method. |
|
UpdateScriptFunctionalTest::testNoUpdateFunctionality |
core/modules/system/tests/system.test |
Tests update.php when there are no updates to apply. |
|
UpdateScriptFunctionalTest::testRequirements |
core/modules/system/tests/system.test |
Tests that requirements warnings and errors are correctly displayed. |
|
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality |
core/modules/system/tests/system.test |
Tests update.php after performing a successful update. |
|
UpdateScriptFunctionalTest::testThemeSystem |
core/modules/system/tests/system.test |
Tests the effect of using the update script on the theme system. |
|
UpdateScriptFunctionalTest::testUpdateAccess |
core/modules/system/tests/system.test |
Tests access to the update script. |
|
UpdateTestContribCase::setUp |
core/modules/update/tests/update.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UpdateTestContribCase::testHookUpdateStatusAlter |
core/modules/update/tests/update.test |
Check that hook_update_status_alter() works to change a status. |
|
UpdateTestContribCase::testNoReleasesAvailable |
core/modules/update/tests/update.test |
Tests when there is no available release data for a contrib module. |
|
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that the admin theme is always notified about security updates. |
|
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that subthemes are notified about security updates for base themes. |
|
UpdateTestContribCase::testUpdateBrokenFetchURL |
core/modules/update/tests/update.test |
Makes sure that if we fetch from a broken URL, sane things happen. |
|
UpdateTestContribCase::testUpdateContribBasic |
core/modules/update/tests/update.test |
Tests the basic functionality of a contrib module on the status report. |
|
UpdateTestContribCase::testUpdateContribOrder |
core/modules/update/tests/update.test |
Tests that contrib projects are ordered by project name. |
|
UpdateTestContribCase::testUpdateShowDisabledThemes |
core/modules/update/tests/update.test |
Tests that disabled themes are only shown when desired. |
|
UpdateTestFileTransfer::factory |
core/modules/update/tests/update_test/update_test.module |
Returns an UpdateTestFileTransfer object. |
|
UpdateTestFileTransfer::getSettingsForm |
core/modules/update/tests/update_test/update_test.module |
Returns a settings form with a text field to input a username. |
|
UpdateTestHelper::assertStandardTests |
core/modules/update/tests/update.test |
Runs a series of assertions that are applicable to all update statuses. |
|
UpdateTestHelper::refreshUpdateStatus |
core/modules/update/tests/update.test |
Refreshes the update status based on the desired available update scenario. |
|
update_access_allowed |
core/update.php |
Determines if the current user is allowed to run update.php. |
|
update_access_denied_page |
core/update.php |
Renders a 403 access denied page for update.php. |
|
update_admin_bar_cache_info |
core/modules/update/update.module |
Implements hook_admin_bar_cache_info(). |
|
update_already_performed |
core/includes/update.inc |
Determines if a module update has already been performed. |
|
update_backup_enabled |
core/includes/update.inc |
Check if backups are enabled during the update.php process. |
|
update_backup_form |
core/update.php |
Form constructor for the list of available database module updates. |
|
update_backup_page |
core/update.php |
Provides a form to create an on-demand backup before updating. |
|
update_batch |
core/includes/update.inc |
Starts the site update batch process. |
|
update_build_dependency_graph |
core/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
|
update_cache_clear_submit |
core/modules/update/update.module |
Form submission handler for system_modules(). |
|
update_calculate_project_data |
core/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
|
update_calculate_project_update_status |
core/modules/update/update.compare.inc |
Calculates the current update status of a specific project. |
|
update_callback_service_unavailable |
core/modules/update/tests/update_test/update_test.module |
Page callback: Displays an Error 503 (Service unavailable) page. |
|
update_check_incompatibility |
core/includes/update.inc |
Tests the compatibility of a module or theme. |
|
update_check_requirements |
core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
|
update_config_info |
core/modules/update/update.module |
Implements hook_config_info(). |
|
update_create_fetch_task |
core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
|
update_cron |
core/modules/update/update.module |
Implements hook_cron(). |
|
update_d7_test_1_update_1000 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1000. |
|
update_d7_test_1_update_1001 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1001. |
|
update_d7_test_1_update_1002 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1002. |
|
update_d7_test_1_update_1003 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1003. |
|
update_d7_test_1_update_7000 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7000. |
|
update_d7_test_1_update_7001 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7001. |
|
update_d7_test_1_update_7002 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7002. |
|
update_d7_test_2_update_1000 |
core/modules/simpletest/tests/update_d7_test_2.install |
Dummy update_d7_test_2 update 1000. |