update.module

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

Версия 1.17.2.5 (checked in on 2009/06/09 at 11:08:32 by goba)

The 'Update status' module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the module and theme pages, and optionally via email.

Константы

ИмяОписание
UPDATE_CURRENTПроект в актуальном состоянии.
UPDATE_DEFAULT_URLURL to check for updates, if a given project doesn't define its own.
UPDATE_MAX_FETCH_ATTEMPTSМаксимальное количество попыток извлечь данные доступных обновлений с данного хоста.
UPDATE_NOT_CHECKEDСтатус проекта не может быть проверен.
UPDATE_NOT_CURRENTДоступна новая версия проекта, но это не обновление безопасности.
UPDATE_NOT_FETCHEDThere was a failure fetching available update data for this project.
UPDATE_NOT_SECUREProject is missing security update(s).
UPDATE_NOT_SUPPORTEDТекущий релиз больше не поддерживается сопровождающим.
UPDATE_REVOKEDТекущий релиз был снят с публикации и больше не доступен.
UPDATE_UNKNOWNВ проекте нет доступных обновлений.

Функции

ИмяОписание
update_cronРеализация hook_cron().
update_flush_cachesИсполнение hook_flush_caches().
update_form_alterImplementation of hook_form_alter().
update_get_availableInternal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_helpРеализация hook_help().
update_invalidate_cacheОчищает кеш данных модуля обновлений.
update_mailImplementation of hook_mail().
update_menuРеализация hook_menu().
update_refreshWrapper to load the include file and then refresh the release data.
update_requirementsImplementation of hook_requirements(). See also_update_message_text()
update_themeImplementation of the hook_theme() registry.
_update_cache_clearАннулирование индивидуальных кэшированных данных относящихся к обновлению статуса.
_update_cache_getПоиск данных из индивидуальной таблицы обновления статуса кэша.
_update_cache_setХранение данных в индивидуальной таблице кэша обновления статуса.
_update_message_textHelper function to return the appropriate message text when the site is out of date or missing a security update.
_update_no_dataPrints a warning message when there is no data about available updates.
_update_project_status_sortPrivate sort function to order projects based on their status. See alsoupdate_requirements()
_update_requirement_checkPrivate helper method to fill in the requirements array.
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему