[ Index ] |
|
Code source de Drupal 5.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 590 lignes (22 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 8 fichiers includes/locale.inc includes/form.inc includes/bootstrap.inc includes/module.inc includes/file.inc includes/install.inc modules/system/system.install includes/database.inc |
install_main() X-Ref |
The 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 and verify that it meets our minimum requirements. Finally we can allow the user to select an installation profile and complete the installation process. param: $phase |
install_verify_drupal() X-Ref |
Verify if Drupal is installed. |
install_verify_settings() X-Ref |
Verify existing settings.php |
install_change_settings($profile = 'default', $install_locale = '') X-Ref |
Configure and rewrite settings.php. |
install_settings_form($profile, $install_locale, $settings_file, $db_url, $db_type, $db_prefix, $db_user, $db_pass, $db_host, $db_port, $db_path) X-Ref |
Form API array definition for install_settings. |
install_settings_form_validate($form_id, $form_values, $form) X-Ref |
Form API validate for install_settings form. |
_install_settings_form_validate($db_prefix, $db_type, $db_user, $db_pass, $db_host, $db_port, $db_path, $settings_file, $form = NULL) X-Ref |
Helper function for install_settings_validate. |
install_settings_form_submit($form_id, $form_values) X-Ref |
Form API submit for install_settings form. |
install_select_profile() X-Ref |
Find all .profile files and allow admin to select which to install. return: |
install_select_profile_form($profiles) X-Ref |
Pas de description |
install_select_locale($profilename) X-Ref |
Find all .po files for the current profile and allow admin to select which to use. return: |
install_select_locale_form($locales) X-Ref |
Pas de description |
install_no_profile_error() X-Ref |
Show an error page when there are no profiles available. |
install_already_done_error() X-Ref |
Show an error page when Drupal has already been installed. |
install_missing_modules_error($profile) X-Ref |
Show an error page when Drupal is missing required modules. |
install_complete($profile) X-Ref |
Page displayed when the installation is complete. Called from install.php. |
install_check_requirements($profile) X-Ref |
Page to check installation requirements and report any errors. |
Généré le : Fri Nov 30 16:20:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |