update.compare.inc
Версия 1.8.2.5 (checked in on 2009/06/09 at 11:08:32 by goba)
Code required only when comparing available updates to existing data.
Функции
Имя | Описание |
---|---|
update_calculate_project_data | Определяет текущий статус обновления сайта по данным установленных модулей, а также доступных релизов, полученных от внешних серверов. |
update_get_projects | Fetch an array of installed and enabled projects. |
update_get_project_name | Given a $file object (as returned by system_get_files_database()), figure out what project it belongs to. See alsosystem_get_files_database() |
update_process_project_info | 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. |
update_project_cache | Retrieve data from {cache_update} or empty the cache when necessary. |
_update_process_info_list | Populate an array of project data. |