You are here

Functions in Update Status 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_update_status_report ./update_status.module Theme project status report.
theme_update_status_settings ./update_status.module
theme_update_status_version ./update_status.module
update_status_calculate_project_data ./update_status.module Given the installed projects and the available release data retrieved from remote servers, calculate the current status. 3
update_status_cron ./update_status.module Implementation of hook_cron().
update_status_form_alter ./update_status.module Implementation of hook_form_alter().
update_status_get_available ./update_status.module Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary. 3
update_status_get_project ./update_status.module Given a $module object (as returned by system_get_files_database()), figure out what project that module belongs to. 1
update_status_get_projects ./update_status.module Fetch an array of installed and enabled projects. 3
update_status_help ./update_status.module Implementation of hook_help().
update_status_install ./update_status.install Implementation of hook_install().
update_status_invalidate_cache ./update_status.module Invalidates all cached data relating to update status. 2
update_status_manual_status ./update_status.module Callback to manually check the update status without cron. 1
update_status_menu ./update_status.module Implementation of hook_menu().
update_status_process_project_info ./update_status.module 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. 1
update_status_project_cache ./update_status.module Retrieve data from {cache_update_status} or empty the cache when necessary. 2
update_status_refresh ./update_status.module Fetch project info via XML from a central server. 3
update_status_requirements ./update_status.module Implementation of hook_requirements. 2
update_status_settings ./update_status.module Menu callback. Show the settings for the update status module. 4
update_status_settings_submit ./update_status.module Submit callback handler for the update status settings tab.
update_status_settings_validate ./update_status.module Validates the update_status settings form.
update_status_status ./update_status.module Menu callback. Generate a page about the update status of projects. 1
update_status_system_submit ./update_status.module Submit handler for system modules pages.
update_status_uninstall ./update_status.install Implementation of hook_uninstall().
update_status_update_5200 ./update_status.install Remove the old data in stale variables used by the 5.x-1.* releases.
update_status_update_5201 ./update_status.install Database changes required for 5.x-2.0-rc2:
update_status_update_5202 ./update_status.install More thorough attempt at rebuilding the menu cache, since admin/logs/updates/check is a new path.
update_status_update_5203 ./update_status.install Backport seperate cache table and functionality from 6.x (#155450).
_update_status_build_fetch_url ./update_status.module Generates the URL to fetch information about project updates. 1
_update_status_cache_clear ./update_status.module Invalidates specific cached data relating to update status. 3
_update_status_cache_get ./update_status.module Retrieve data from the private update status cache table. 3
_update_status_cache_set ./update_status.module Store data in the private update status cache table. 3
_update_status_cron_notify ./update_status.module Perform any notifications that should be done once cron fetches new data. 1
_update_status_get_fetch_url_base ./update_status.module Return the base of the URL to fetch available update data for a project. 2
_update_status_message_text ./update_status.module Helper function to return the appropriate message text when the site is out of date or missing a security update. 2
_update_status_no_data ./update_status.module Prints a warning message when there is no data about available updates. 3
_update_status_process_info_list ./update_status.module 1
_update_status_project_status_sort ./update_status.module Private sort function to order projects based on their status. 1
_update_status_requirement_check ./update_status.module Private helper method to fill in the requirements array. 1

Other projects