Go to the source code of this file.
Namespaces | |
| namespace | install |
Enumerations | |
| enum | BIT_INSTALL |
Functions | |
| set_menu ($pInstallFiles, $pStep) | |
Variables | |
| $_SESSION ['first_install'] = FALSE | |
| $commands = array() | |
| $config_file = (strpos($_SERVER["SERVER_SOFTWARE"],"IIS") ? str_replace( "/", "\\", $config_file) : $config_file) | |
| $config_file = empty($_SERVER['CONFIG_INC']) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC'] | |
| $createHash | |
| $dbTables = $gBitInstaller->verifyInstalledPackages( 'all' ) | |
| $failedcommands = array() | |
| global | $failedcommands |
| $gBitInstaller = new BitInstaller() | |
| global | $gBitInstaller |
| global | $gBitLanguage |
| global | $gBitSmarty |
| global | $gBitSystem |
| global | $gBitThemes |
| $gBitLanguage | mLanguage = 'en' |
| $gBitInstaller | mPackages = $gBitSystem->mPackages |
| enum BIT_INSTALL |
Global flag to indicate we are installing
Definition at line 63 of file install_inc.php.
| set_menu | ( | $ | pInstallFiles, | |
| $ | pStep | |||
| ) |
set_menu function
Definition at line 15 of file install_inc.php.
References $_SESSION, $app, $error, $failedcommands, $gBitDbType, $gBitSmarty, and $gBitUser.
| $_SESSION['first_install'] = FALSE |
Definition at line 170 of file install_inc.php.
| $commands = array() |
Definition at line 129 of file install_inc.php.
| $config_file = (strpos($_SERVER["SERVER_SOFTWARE"],"IIS") ? str_replace( "/", "\\", $config_file) : $config_file) |
Definition at line 69 of file install_inc.php.
| $config_file = empty($_SERVER['CONFIG_INC']) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC'] |
| $createHash |
Initial value:
array(
"gBitDbType" => $_REQUEST['db'],
"gBitDbHost" => $tmpHost,
"gBitDbUser" => $_REQUEST['user'],
"gBitDbPassword" => $_REQUEST['pass'],
"gBitDbName" => $_REQUEST['name'],
"gBitDbCaseSensitivity" => $_REQUEST['dbcase'],
"bit_db_prefix" => $_REQUEST['prefix'],
"bit_root_url" => $_REQUEST['baseurl'],
"auto_bug_submit" => !empty( $_REQUEST['auto_bug_submit'] ) ? 'TRUE' : 'FALSE',
"is_live" => !empty( $_REQUEST['is_live'] ) ? 'TRUE' : 'FALSE',
)
Definition at line 86 of file install_inc.php.
| $dbTables = $gBitInstaller->verifyInstalledPackages( 'all' ) |
Definition at line 122 of file install_inc.php.
| $failedcommands = array() |
Definition at line 131 of file install_inc.php.
| global $failedcommands |
Definition at line 130 of file install_inc.php.
Referenced by set_menu(), and BitInstaller::upgradePackage().
| $gBitInstaller = new BitInstaller() |
Definition at line 108 of file install_inc.php.
| global $gBitInstaller |
Definition at line 99 of file install_inc.php.
| global $gBitLanguage |
Definition at line 132 of file install_inc.php.
Referenced by _translate_lang(), BitMailer::BitMailer(), cache_templates(), data_lang(), BitUser::defaults(), BitBase::display(), LibertyTranslations::getContentTranslations(), BitThemes::getIconCachePath(), BitUser::load(), BitSystem::loadPackage(), BitMailer::sendQueue(), smarty_modifier_bit_date_format(), smarty_modifier_cal_date_format(), TestBitSmartyFilter::testPrePostFilters(), tra(), translation_content_display(), translation_content_edit(), LibertyContent::verify(), and BitSmarty::verifyCompileDir().
| global $gBitSmarty |
Definition at line 64 of file install_inc.php.
| global $gBitSystem |
Definition at line 99 of file install_inc.php.
| global $gBitThemes |
Definition at line 99 of file install_inc.php.
| $gBitLanguage mLanguage = 'en' |
Definition at line 133 of file install_inc.php.
Referenced by BitLanguage::BitLanguage(), data_lang(), BitUser::defaults(), BitLanguage::getLanguage(), BitUser::load(), BitLanguage::setLanguage(), smarty_modifier_bit_date_format(), smarty_modifier_cal_date_format(), and BitLanguage::translate().
Definition at line 118 of file install_inc.php.
Referenced by LibertyStructure::buildSubtreeToc(), BitThemes::cloneLayout(), BitThemes::getAllModules(), Pigeonholes::getAssignableContent(), LibertyContent::getContentList(), BitSystem::getDefaultPage(), BitSystem::getIncludeFiles(), PackagerBase::getInstalledVersion(), PackagerInstall::getInstallPath(), LibertyStars::getList(), LibertyRecommends::getList(), Pigeonholes::getMemberList(), LibertyStructure::getNode(), LibertySystem::getService(), LibertyStructure::getStructure(), BitThemes::getTplIncludeFiles(), install_check_database_integrity(), BitInstaller::isInstalled(), BitSystem::makePackageHomeable(), Nexus::printUrl(), BitSystem::registerPackage(), BitSystem::registerPackageInfo(), BitSystem::registerPackageVersion(), BitSystem::registerSchemaConstraints(), BitSystem::registerSchemaDefault(), BitSystem::registerSchemaIndexes(), BitSystem::registerSchemaSequences(), BitSystem::registerSchemaTable(), LibertyAttachable::scanForAttchmentUse(), smarty_function_biticon(), BitSystem::storeVersion(), and BitSystem::verifyInstalledPackages().
1.5.2