update.compare.inc

Version 1.40 (checked in on 2010/01/30 at 07:59:26 by dries)

Code required only when comparing available updates to existing data.

Functions

NameDescription
update_calculate_project_dataCalculate the current update status of all projects on the site.
update_calculate_project_update_statusCalculate the current update status of a specific project.
update_filter_project_infoFilter the project .info data to only save attributes we need.
update_get_projectsFetch an array of installed and enabled projects.
update_get_project_nameGiven a $file object (as returned by system_get_files_database()), figure out what project it belongs to.
update_process_project_infoProcess 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.
update_project_cacheRetrieve data from {cache_update} or empty the cache when necessary.
_update_process_info_listPopulate an array of project data.