25 calls to st()
- default_profile_tasks in drupal-6.x/
profiles/ default/ default.profile - Perform any final installation tasks for this profile.
- drupal_rewrite_settings in drupal-6.x/
includes/ install.inc - Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
- drupal_test_mysql in drupal-6.x/
includes/ install.mysql.inc - Check if we can connect to MySQL.
- drupal_test_mysqli in drupal-6.x/
includes/ install.mysqli.inc - Check if we can connect to MySQL.
- drupal_test_pgsql in drupal-6.x/
includes/ install.pgsql.inc - Check if we can connect to PostgreSQL.
- drupal_verify_profile in drupal-6.x/
includes/ install.inc - Verify a profile for installation.
- example_form in documentation-6.x/
developer/ example.profile - Form API array definition for the example form.
- example_profile_tasks in documentation-6.x/
developer/ example.profile - Perform any final installation tasks for this profile.
- example_profile_task_list in documentation-6.x/
developer/ example.profile - Return a list of tasks that this profile supports.
- install_already_done_error in drupal-6.x/
install.php - Show an error page when Drupal has already been installed.
- install_change_settings in drupal-6.x/
install.php - Configure and rewrite settings.php.
- install_check_requirements in drupal-6.x/
install.php - Check installation requirements and report any errors.
- install_configure_form in drupal-6.x/
install.php - Form API array definition for site configuration.
- install_main in drupal-6.x/
install.php - 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…
- install_no_profile_error in drupal-6.x/
install.php - Show an error page when there are no profiles available.
- install_select_locale in drupal-6.x/
install.php - Allow admin to select which locale to use for the current profile.
- install_select_locale_form in drupal-6.x/
install.php - Form API array definition for language selection.
- install_select_profile in drupal-6.x/
install.php - Allow admin to select which profile to install.
- install_select_profile_form in drupal-6.x/
install.php - Form API array definition for the profile selection form.
- install_settings_form in drupal-6.x/
install.php - Form API array definition for install_settings.
- install_tasks in drupal-6.x/
install.php - Tasks performed after the database is initialized.
- install_task_list in drupal-6.x/
install.php - Add the installation task list to the current page.
- theme_install_page in drupal-6.x/
includes/ theme.maintenance.inc - Generate a themed installation page.
- _install_module_batch in drupal-6.x/
install.php - Batch callback for batch installation of modules.
- _install_settings_form_validate in drupal-6.x/
install.php - Helper function for install_settings_validate.