You are here

20 calls to st() in Drupal 5

default_profile_final in profiles/default/default.profile
Perform any final installation tasks for this profile.
drupal_rewrite_settings in 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 includes/install.mysql.inc
Check if we can connect to MySQL.
drupal_test_mysqli in includes/install.mysqli.inc
Check if we can connect to MySQL.
drupal_test_pgsql in includes/install.pgsql.inc
Check if we can connect to PostgreSQL.
drupal_verify_profile in includes/install.inc
Verify a profile for installation.
install_already_done_error in ./install.php
Show an error page when Drupal has already been installed.
install_change_settings in ./install.php
Configure and rewrite settings.php.
install_check_requirements in ./install.php
Page to check installation requirements and report any errors.
install_complete in ./install.php
Page displayed when the installation is complete. Called from install.php.
install_main in ./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_missing_modules_error in ./install.php
Show an error page when Drupal is missing required modules.
install_no_profile_error in ./install.php
Show an error page when there are no profiles available.
install_select_locale in ./install.php
Find all .po files for the current profile and allow admin to select which to use.
install_select_locale_form in ./install.php
install_select_profile in ./install.php
Find all .profile files and allow admin to select which to install.
install_select_profile_form in ./install.php
install_settings_form in ./install.php
Form API array definition for install_settings.
theme_install_page in includes/theme.inc
_install_settings_form_validate in ./install.php
Helper function for install_settings_validate.