install.php

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

Версия 1.113.2.9 (checked in on 2009/04/27 at 10:50:35 by goba)

Documentation for the installation and update system.

The update system is used by modules to provide database updates which are run with update.php.

Implementations of these hooks should be placed in a mymodule.install file in the same directory as mymodule.module.

Константы

ИмяОписание
MAINTENANCE_MODEГлобальный флаг для определения запуска update.php, и так же для избежания различных нежелательных операций, таких как вызовы hook_init() и hook_exit(), предобработки css/js и перевода, и решения некоторых проблем темизации. Этот флаг встречается в нескольких местах кода Друпал...

Функции

ИмяОписание
install_already_done_errorShow an error page when Drupal has already been installed.
install_change_settingsConfigure and rewrite settings.php.
install_check_requirementsCheck installation requirements and report any errors.
install_configure_formForm API array definition for site configuration.
install_configure_form_submitForm API submit for the site configuration form.
install_configure_form_validateForm API validate for the site configuration form.
install_find_localesFind all .po files for the current profile.
install_find_profilesFind all .profile files.
install_mainThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_no_profile_errorShow an error page when there are no profiles available.
install_reserved_tasksThe list of reserved tasks to run in the installer.
install_select_localeAllow admin to select which locale to use for the current profile.
install_select_locale_formForm API array definition for language selection.
install_select_profileAllow admin to select which profile to install.
install_select_profile_formForm API array definition for the profile selection form.
install_settings_formForm API array definition for install_settings.
install_settings_form_submitForm API submit for install_settings form.
install_settings_form_validateForm API validate for install_settings form.
install_tasksTasks performed after the database is initialized.
install_task_listAdd the installation task list to the current page.
install_verify_drupalVerify if Drupal is installed.
install_verify_settingsVerify existing settings.php
_install_locale_initial_batch_finishedFinished callback for the first locale import batch.
_install_locale_remaining_batch_finishedFinished callback for the second locale import batch.
_install_module_batchBatch callback for batch installation of modules.
_install_profile_batch_finishedFinished callback for the modules install batch.
_install_settings_form_validateHelper function for install_settings_validate.
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

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