ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Setup GUI class. More...
Public Member Functions | |
ilSetupGUI () | |
Constructor. More... | |
cmdInstall () | |
process valid commands for pre-installation status More... | |
cmdAdmin () | |
process valid commands for admins More... | |
cmdClient () | |
process valid commands for all clients More... | |
setDisplayMode ($a_mode) | |
set display mode to 'view' or 'setup' 'setup' -> show status panel and (prev/next) navigation buttons 'view' -> show overall status and tabs under title bar More... | |
displayHeader () | |
display header with admin links and language flags More... | |
displayFooter () | |
page output and set title More... | |
displayNavButtons () | |
display navigation buttons More... | |
SetButtonPrev ($a_cmd=0, $a_lng=0) | |
set previous navigation button More... | |
SetButtonNext ($a_cmd, $a_lng=0) | |
set next navigation button More... | |
displayClientOverview () | |
display client overview panel More... | |
initClientOverviewForm () | |
Init client overview form. More... | |
displayPreliminaries () | |
display preliminaries page More... | |
displayMasterSetup ($a_omit_init=false) | |
display master setup form & process form input More... | |
changeMasterSettings ($a_omit_init=false) | |
display master settings and process form input More... | |
initBasicSettingsForm ($a_install=false) | |
Init basic settings form. More... | |
getBasicSettingsValues () | |
Get current values for basic settings from. More... | |
saveBasicSettings () | |
Save basic settings form. More... | |
updateBasicSettings () | |
Update basic settings form. More... | |
loginClient () | |
login to a client More... | |
displayLogin ($a_omit_minit=false, $a_omit_cinit=false) | |
display login form and process form More... | |
performMLogin () | |
Master Login. More... | |
performLogin () | |
Login. More... | |
initClientLoginForm () | |
Init client login form. More... | |
initMasterLoginForm () | |
Init master login form. More... | |
displayClientList () | |
display client list and process form input More... | |
determineToolsPath () | |
Determine tools paths. More... | |
determineToolsPathInstall () | |
Determine tools paths. More... | |
determineTools ($a_tools="") | |
Determine Tools. More... | |
selectDBType () | |
Select database type. More... | |
initDBSelectionForm () | |
Init db selection form. More... | |
displayIni ($a_omit_form_init=false) | |
display setup in step More... | |
initClientIniForm () | |
Init client ini form. More... | |
getClientIniValues () | |
Get current values for client ini from. More... | |
saveClientIni () | |
Save client ini form. More... | |
displayError ($a_message) | |
display error page More... | |
displayLogout () | |
display logout page More... | |
displayProcessPanel () | |
display process panel More... | |
displayStatusPanel () | |
display status panel More... | |
checkDisplayMode ($a_title="") | |
determine display mode and load according html layout More... | |
displaySubTabs () | |
Show subtabs. More... | |
checkPanelMode () | |
determine display mode and load correct panel More... | |
displayStartup () | |
display intro page for the first client installation More... | |
displayDatabase () | |
display database form and process form input More... | |
displayDatabaseSlave ($a_from_save=false) | |
Display database slave. More... | |
initDbSlaveForm () | |
Init db slave form. More... | |
saveDbSlave () | |
Save db slave form. More... | |
setDbSubtabs ($a_subtab_id="db") | |
Set db subtabs. More... | |
initClientDbForm ($a_install=true, $dbupdate=null, $db_status=false, $hotfix_available=false, $custom_updates_available=false) | |
Init client db form. More... | |
getClientDbFormValues ($dbupdate=null) | |
Get current values for client db from. More... | |
installDatabase () | |
Install the database. More... | |
updateDatabase () | |
Update database. More... | |
showHotfixSteps () | |
Show hotfix steps. More... | |
showUpdateSteps ($a_hotfix=false) | |
Update database. More... | |
applyHotfix () | |
Apply hotfixes. More... | |
displaySessions () | |
display sessions form and process form input More... | |
displayLanguages () | |
display language form and process form input More... | |
saveLanguages () | |
Save languages. More... | |
displayContactData ($a_omit_init=false) | |
display contact data form and process form input More... | |
initContactDataForm () | |
Init contact data form. More... | |
getContactValues () | |
Get current values for contact from. More... | |
saveContact () | |
Save contact form. More... | |
displayNIC ($a_omit_init=false) | |
display nic registration form and process form input More... | |
initRegistrationForm ($a_mode="edit") | |
Init registration form. More... | |
getRegistrationValues () | |
Get current values for registration from. More... | |
saveRegistration () | |
Save registration form. More... | |
displayTools () | |
display tools More... | |
initTreeImplementationForm () | |
switchTree () | |
initControlStructureForm () | |
Init the form to reload the control structure. More... | |
reloadControlStructure () | |
reload control structure More... | |
initSettingsTypeForm () | |
Init the form to change the settings value type. More... | |
changeSettingsType () | |
change the type of the value field in settings table More... | |
showLongerSettings () | |
show a list of setting values that are loger than 4000 characters More... | |
changeMasterPassword () | |
display change password form and process form input More... | |
displayFinishSetup () | |
display finish setup page More... | |
displayDeleteConfirmation () | |
display delete client confirmation form and process form input More... | |
changeAccessMode ($a_back) | |
enable/disable access to a client More... | |
changeDefaultClient () | |
set defualt client More... | |
validateSetup () | |
validatesetup status again and set access mode of the first client to online More... | |
jumpToFirstUnfinishedSetupStep () | |
if setting up a client was not finished, jump back to the first uncompleted setup step More... | |
toggleClientList () | |
enable/disable client list on index page More... | |
applyCustomUpdates () | |
cloneInitForm () | |
Initialize clone form. More... | |
cloneSelectSource () | |
cloneSaveSource () | |
displayProxy ($a_omit_init=false) | |
saveProxy () | |
Save proxy settings. More... | |
Data Fields | |
$tpl | |
$lng | |
$log | |
$btn_prev_on = false | |
$btn_prev_cmd | |
$btn_prev_lng | |
$btn_next_on = false | |
$btn_next_cmd | |
$btn_next_lng | |
$revision | |
$version | |
$lang | |
$cmd | |
$display_mode = "view" | |
Private Member Functions | |
initProxyForm () | |
Setup GUI class.
class to setup ILIAS first and maintain the ini-settings and the database
Definition at line 14 of file class.ilSetupGUI.php.
ilSetupGUI::applyCustomUpdates | ( | ) |
Definition at line 4037 of file class.ilSetupGUI.php.
References $ilCtrlStructureReader, $ilDB, $row, ilUtil\redirect(), and ilUtil\sendInfo().
ilSetupGUI::applyHotfix | ( | ) |
Apply hotfixes.
Definition at line 2787 of file class.ilSetupGUI.php.
References $ilCtrlStructureReader, $ilDB, $row, ilUtil\redirect(), and ilUtil\sendInfo().
ilSetupGUI::changeAccessMode | ( | $a_back | ) |
enable/disable access to a client
string | jump back to this script |
Definition at line 3879 of file class.ilSetupGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdClient().
ilSetupGUI::changeDefaultClient | ( | ) |
set defualt client
Definition at line 3901 of file class.ilSetupGUI.php.
References $_POST, $client, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
ilSetupGUI::changeMasterPassword | ( | ) |
display change password form and process form input
Definition at line 3714 of file class.ilSetupGUI.php.
References $_POST, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
ilSetupGUI::changeMasterSettings | ( | $a_omit_init = false | ) |
display master settings and process form input
Definition at line 967 of file class.ilSetupGUI.php.
References getBasicSettingsValues(), and initBasicSettingsForm().
Referenced by cmdAdmin(), and updateBasicSettings().
ilSetupGUI::changeSettingsType | ( | ) |
change the type of the value field in settings table
Definition at line 3668 of file class.ilSetupGUI.php.
References $changed, ilSetting\_changeValueType(), ilSetting\_getLongerSettings(), ilSetting\_getValueType(), displayTools(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilSetupGUI::checkDisplayMode | ( | $a_title = "" | ) |
determine display mode and load according html layout
string | set title for display mode 'setup' |
Definition at line 2028 of file class.ilSetupGUI.php.
References displayError(), and exit.
Referenced by cloneInitForm(), displayClientOverview(), displayContactData(), displayDatabase(), displayDatabaseSlave(), displayDeleteConfirmation(), displayFinishSetup(), displayIni(), displayLanguages(), displayNIC(), displayProxy(), displaySessions(), displayTools(), selectDBType(), and showUpdateSteps().
ilSetupGUI::checkPanelMode | ( | ) |
determine display mode and load correct panel
Definition at line 2072 of file class.ilSetupGUI.php.
References displayProcessPanel(), and displayStatusPanel().
Referenced by displayContactData(), displayDatabase(), displayDatabaseSlave(), displayDeleteConfirmation(), displayFinishSetup(), displayIni(), displayLanguages(), displayNIC(), displayProxy(), displaySessions(), and selectDBType().
ilSetupGUI::cloneInitForm | ( | ) |
Initialize clone form.
Definition at line 4091 of file class.ilSetupGUI.php.
References $client, $ilCtrl, $lng, $si, checkDisplayMode(), and ilFormPropertyGUI\setRequired().
Referenced by cloneSaveSource(), and cloneSelectSource().
ilSetupGUI::cloneSaveSource | ( | ) |
Definition at line 4161 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, cloneInitForm(), and ilUtil\sendInfo().
ilSetupGUI::cloneSelectSource | ( | ) |
Definition at line 4148 of file class.ilSetupGUI.php.
References cloneInitForm().
ilSetupGUI::cmdAdmin | ( | ) |
process valid commands for admins
Definition at line 205 of file class.ilSetupGUI.php.
References $cmd, changeDefaultClient(), changeMasterPassword(), changeMasterSettings(), cmdClient(), determineToolsPath(), displayClientList(), displayDeleteConfirmation(), displayIni(), displayPreliminaries(), displayStartup(), selectDBType(), setDisplayMode(), and toggleClientList().
Referenced by ilSetupGUI().
ilSetupGUI::cmdClient | ( | ) |
process valid commands for all clients
Definition at line 291 of file class.ilSetupGUI.php.
References $_GET, $cmd, changeAccessMode(), displayClientOverview(), displayContactData(), displayDatabase(), displayDatabaseSlave(), displayError(), displayFinishSetup(), displayIni(), displayLanguages(), displayLogout(), displayNIC(), displayProxy(), displaySessions(), displayTools(), jumpToFirstUnfinishedSetupStep(), ilUtil\redirect(), reloadControlStructure(), setDisplayMode(), and switchTree().
Referenced by cmdAdmin(), and ilSetupGUI().
ilSetupGUI::cmdInstall | ( | ) |
process valid commands for pre-installation status
Definition at line 173 of file class.ilSetupGUI.php.
References $cmd, determineToolsPathInstall(), displayError(), displayMasterSetup(), and displayPreliminaries().
Referenced by ilSetupGUI().
ilSetupGUI::determineTools | ( | $a_tools = "" | ) |
Determine Tools.
Definition at line 1519 of file class.ilSetupGUI.php.
References $dirs, $ret, and ilUtil\isWindows().
Referenced by determineToolsPath(), and initBasicSettingsForm().
ilSetupGUI::determineToolsPath | ( | ) |
Determine tools paths.
Definition at line 1502 of file class.ilSetupGUI.php.
References $_POST, determineTools(), and updateBasicSettings().
Referenced by cmdAdmin().
ilSetupGUI::determineToolsPathInstall | ( | ) |
Determine tools paths.
Definition at line 1511 of file class.ilSetupGUI.php.
References displayMasterSetup().
Referenced by cmdInstall().
ilSetupGUI::displayClientList | ( | ) |
display client list and process form input
Definition at line 1476 of file class.ilSetupGUI.php.
References $_SESSION, $tab, and ilUtil\sendInfo().
Referenced by cmdAdmin().
ilSetupGUI::displayClientOverview | ( | ) |
display client overview panel
Definition at line 702 of file class.ilSetupGUI.php.
References checkDisplayMode(), displayStatusPanel(), and initClientOverviewForm().
Referenced by cmdClient().
ilSetupGUI::displayContactData | ( | $a_omit_init = false | ) |
display contact data form and process form input
Definition at line 3081 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), getContactValues(), and initContactDataForm().
Referenced by cmdClient(), jumpToFirstUnfinishedSetupStep(), and saveContact().
ilSetupGUI::displayDatabase | ( | ) |
display database form and process form input
Definition at line 2108 of file class.ilSetupGUI.php.
References $_POST, $ilDB, $ilErr, $ilLog, $ini, ilRadioGroupInputGUI\addOption(), checkDisplayMode(), checkPanelMode(), displaySubTabs(), ilGlobalCache\getAllTypes(), getClientDbFormValues(), initClientDbForm(), ilUtil\redirect(), ilUtil\sendInfo(), ilUtil\sendSuccess(), ilCheckboxInputGUI\setChecked(), and ilRadioOption\setInfo().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
ilSetupGUI::displayDatabaseSlave | ( | $a_from_save = false | ) |
Display database slave.
Definition at line 2232 of file class.ilSetupGUI.php.
References $ilDB, $ilErr, $ilLog, checkDisplayMode(), checkPanelMode(), displaySubTabs(), initDbSlaveForm(), and ilUtil\sendInfo().
Referenced by cmdClient(), and saveDbSlave().
ilSetupGUI::displayDeleteConfirmation | ( | ) |
display delete client confirmation form and process form input
Definition at line 3823 of file class.ilSetupGUI.php.
References $_POST, $ini, checkDisplayMode(), checkPanelMode(), ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
ilSetupGUI::displayError | ( | $a_message | ) |
display error page
string | error message |
Definition at line 1894 of file class.ilSetupGUI.php.
References $_SESSION, and exit.
Referenced by checkDisplayMode(), cmdClient(), and cmdInstall().
ilSetupGUI::displayFinishSetup | ( | ) |
display finish setup page
Definition at line 3783 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), and validateSetup().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
ilSetupGUI::displayFooter | ( | ) |
page output and set title
Definition at line 607 of file class.ilSetupGUI.php.
References displayNavButtons().
Referenced by ilSetupGUI().
ilSetupGUI::displayHeader | ( | ) |
display header with admin links and language flags
Definition at line 500 of file class.ilSetupGUI.php.
References $_GET, and ILIAS_VERSION.
Referenced by ilSetupGUI().
ilSetupGUI::displayIni | ( | $a_omit_form_init = false | ) |
display setup in step
Definition at line 1637 of file class.ilSetupGUI.php.
References $_POST, $_SESSION, checkDisplayMode(), checkPanelMode(), getClientIniValues(), and initClientIniForm().
Referenced by cmdAdmin(), cmdClient(), and saveClientIni().
ilSetupGUI::displayLanguages | ( | ) |
display language form and process form input
Definition at line 2984 of file class.ilSetupGUI.php.
References $tab, checkDisplayMode(), checkPanelMode(), and ilUtil\sendFailure().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
ilSetupGUI::displayLogin | ( | $a_omit_minit = false , |
|
$a_omit_cinit = false |
|||
) |
display login form and process form
Definition at line 1334 of file class.ilSetupGUI.php.
References $lng, initClientLoginForm(), and initMasterLoginForm().
Referenced by ilSetupGUI(), performLogin(), and performMLogin().
ilSetupGUI::displayLogout | ( | ) |
display logout page
Definition at line 1911 of file class.ilSetupGUI.php.
Referenced by cmdClient().
ilSetupGUI::displayMasterSetup | ( | $a_omit_init = false | ) |
display master setup form & process form input
Definition at line 943 of file class.ilSetupGUI.php.
References initBasicSettingsForm().
Referenced by cmdInstall(), determineToolsPathInstall(), and saveBasicSettings().
ilSetupGUI::displayNavButtons | ( | ) |
display navigation buttons
Definition at line 632 of file class.ilSetupGUI.php.
Referenced by displayFooter().
ilSetupGUI::displayNIC | ( | $a_omit_init = false | ) |
display nic registration form and process form input
Definition at line 3266 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), getRegistrationValues(), and initRegistrationForm().
Referenced by cmdClient(), jumpToFirstUnfinishedSetupStep(), and saveRegistration().
ilSetupGUI::displayPreliminaries | ( | ) |
display preliminaries page
Definition at line 855 of file class.ilSetupGUI.php.
Referenced by cmdAdmin(), and cmdInstall().
ilSetupGUI::displayProcessPanel | ( | ) |
display process panel
Definition at line 1928 of file class.ilSetupGUI.php.
References $steps, ilChecklistGUI\STATUS_NOT_OK, and ilChecklistGUI\STATUS_OK.
Referenced by checkPanelMode(), and displayStartup().
ilSetupGUI::displayProxy | ( | $a_omit_init = false | ) |
Definition at line 4193 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), and initProxyForm().
Referenced by cmdClient(), jumpToFirstUnfinishedSetupStep(), and saveProxy().
ilSetupGUI::displaySessions | ( | ) |
display sessions form and process form input
Definition at line 2845 of file class.ilSetupGUI.php.
References $_POST, $valid, checkDisplayMode(), checkPanelMode(), ilSessionControl\getSettingFields(), ilUtil\sendInfo(), ilSession\SESSION_HANDLING_FIXED, ilSession\SESSION_HANDLING_LOAD_DEPENDENT, ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilRadioGroupInputGUI\setValue(), and ilRadioOption\setValue().
Referenced by cmdClient().
ilSetupGUI::displayStartup | ( | ) |
display intro page for the first client installation
Definition at line 2089 of file class.ilSetupGUI.php.
References displayProcessPanel().
Referenced by cmdAdmin().
ilSetupGUI::displayStatusPanel | ( | ) |
display status panel
Definition at line 1990 of file class.ilSetupGUI.php.
References ilChecklistGUI\STATUS_NO_STATUS, and ilChecklistGUI\STATUS_OK.
Referenced by checkPanelMode(), and displayClientOverview().
ilSetupGUI::displaySubTabs | ( | ) |
Show subtabs.
Definition at line 2058 of file class.ilSetupGUI.php.
Referenced by displayDatabase(), and displayDatabaseSlave().
ilSetupGUI::displayTools | ( | ) |
display tools
Definition at line 3431 of file class.ilSetupGUI.php.
References checkDisplayMode(), initControlStructureForm(), initSettingsTypeForm(), initTreeImplementationForm(), and ilUtil\sendInfo().
Referenced by changeSettingsType(), cmdClient(), reloadControlStructure(), showLongerSettings(), and switchTree().
ilSetupGUI::getBasicSettingsValues | ( | ) |
Get current values for basic settings from.
Definition at line 1188 of file class.ilSetupGUI.php.
Referenced by changeMasterSettings().
ilSetupGUI::getClientDbFormValues | ( | $dbupdate = null | ) |
Get current values for client db from.
Definition at line 2593 of file class.ilSetupGUI.php.
References $lng.
Referenced by displayDatabase().
ilSetupGUI::getClientIniValues | ( | ) |
Get current values for client ini from.
Definition at line 1750 of file class.ilSetupGUI.php.
Referenced by displayIni().
ilSetupGUI::getContactValues | ( | ) |
Get current values for contact from.
Definition at line 3205 of file class.ilSetupGUI.php.
Referenced by displayContactData().
ilSetupGUI::getRegistrationValues | ( | ) |
Get current values for registration from.
Definition at line 3338 of file class.ilSetupGUI.php.
Referenced by displayNIC().
ilSetupGUI::ilSetupGUI | ( | ) |
Constructor.
Definition at line 39 of file class.ilSetupGUI.php.
References $_GET, $_POST, $_SESSION, $client_id, $cmd, $display_mode, $lng, $tpl, cmdAdmin(), cmdClient(), cmdInstall(), DEBUG, displayFooter(), displayHeader(), displayLogin(), ilUIFramework\init(), ilYuiUtil\initDomEvent(), iljQueryUtil\initjQuery(), and setDisplayMode().
ilSetupGUI::initBasicSettingsForm | ( | $a_install = false | ) |
Init basic settings form.
Definition at line 988 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, $options, $si, ilCalendarUtil\_getShortTimeZoneList(), determineTools(), ilUtil\isWindows(), ilNonEditableValueGUI\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilCheckboxInputGUI\setOptionTitle(), ilFormPropertyGUI\setRequired(), and ilTextInputGUI\setSize().
Referenced by changeMasterSettings(), displayMasterSetup(), saveBasicSettings(), and updateBasicSettings().
ilSetupGUI::initClientDbForm | ( | $a_install = true , |
|
$dbupdate = null , |
|||
$db_status = false , |
|||
$hotfix_available = false , |
|||
$custom_updates_available = false |
|||
) |
Init client db form.
Definition at line 2396 of file class.ilSetupGUI.php.
References $ilCtrl, $ilDB, $lng, $options, $si, ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), and ilNonEditableValueGUI\setValue().
Referenced by displayDatabase().
ilSetupGUI::initClientIniForm | ( | ) |
Init client ini form.
Definition at line 1670 of file class.ilSetupGUI.php.
References $_SESSION, $ilCtrl, $lng, ilTextInputGUI\setMaxLength(), ilFormPropertyGUI\setRequired(), and ilNonEditableValueGUI\setValue().
Referenced by displayIni(), and saveClientIni().
ilSetupGUI::initClientLoginForm | ( | ) |
Init client login form.
Definition at line 1413 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, ilTextInputGUI\setMaxLength(), ilPasswordInputGUI\setSize(), and ilTextInputGUI\setSize().
Referenced by displayLogin(), and performLogin().
ilSetupGUI::initClientOverviewForm | ( | ) |
Init client overview form.
Definition at line 725 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, ILIAS_ABSOLUTE_PATH, ILIAS_VERSION, and ilNonEditableValueGUI\setValue().
Referenced by displayClientOverview().
ilSetupGUI::initContactDataForm | ( | ) |
Init contact data form.
int | $a_mode | Edit Mode |
Definition at line 3113 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilTextInputGUI\setMaxLength().
Referenced by displayContactData(), and saveContact().
ilSetupGUI::initControlStructureForm | ( | ) |
Init the form to reload the control structure.
Definition at line 3524 of file class.ilSetupGUI.php.
References $ilDB, and ilFormPropertyGUI\setInfo().
Referenced by displayTools().
ilSetupGUI::initDBSelectionForm | ( | ) |
Init db selection form.
Definition at line 1605 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, $options, and $si.
Referenced by selectDBType().
ilSetupGUI::initDbSlaveForm | ( | ) |
Init db slave form.
Definition at line 2271 of file class.ilSetupGUI.php.
References $client, $ilCtrl, $ilDB, $lng, ilSubEnabledFormPropertyGUI\addSubItem(), ilCheckboxInputGUI\setChecked(), ilTextInputGUI\setMaxLength(), ilTextInputGUI\setValue(), and ilNonEditableValueGUI\setValue().
Referenced by displayDatabaseSlave(), and saveDbSlave().
ilSetupGUI::initMasterLoginForm | ( | ) |
Init master login form.
Definition at line 1448 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilPasswordInputGUI\setSize().
Referenced by displayLogin(), and performMLogin().
|
private |
Definition at line 4230 of file class.ilSetupGUI.php.
References $lng, and ilFormPropertyGUI\setInfo().
Referenced by displayProxy(), and saveProxy().
ilSetupGUI::initRegistrationForm | ( | $a_mode = "edit" | ) |
Init registration form.
int | $a_mode | Edit Mode |
Definition at line 3315 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilRadioGroupInputGUI\setValue().
Referenced by displayNIC(), and saveRegistration().
ilSetupGUI::initSettingsTypeForm | ( | ) |
Init the form to change the settings value type.
Definition at line 3613 of file class.ilSetupGUI.php.
References $row, ilSetting\_getValueType(), and ilNonEditableValueGUI\setValue().
Referenced by displayTools().
ilSetupGUI::initTreeImplementationForm | ( | ) |
Definition at line 3450 of file class.ilSetupGUI.php.
References $options.
Referenced by displayTools().
ilSetupGUI::installDatabase | ( | ) |
Install the database.
Definition at line 2627 of file class.ilSetupGUI.php.
References $_POST, ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilSetupGUI::jumpToFirstUnfinishedSetupStep | ( | ) |
if setting up a client was not finished, jump back to the first uncompleted setup step
Definition at line 3968 of file class.ilSetupGUI.php.
References displayContactData(), displayDatabase(), displayFinishSetup(), displayLanguages(), displayNIC(), displayProxy(), and ilUtil\sendInfo().
Referenced by cmdClient().
ilSetupGUI::loginClient | ( | ) |
login to a client
Definition at line 1324 of file class.ilSetupGUI.php.
References ilUtil\redirect().
ilSetupGUI::performLogin | ( | ) |
Login.
Definition at line 1386 of file class.ilSetupGUI.php.
References $_POST, displayLogin(), initClientLoginForm(), and ilUtil\redirect().
ilSetupGUI::performMLogin | ( | ) |
Master Login.
Definition at line 1361 of file class.ilSetupGUI.php.
References $_POST, displayLogin(), initMasterLoginForm(), and ilUtil\redirect().
ilSetupGUI::reloadControlStructure | ( | ) |
reload control structure
Definition at line 3556 of file class.ilSetupGUI.php.
References $GLOBALS, $ilCtrlStructureReader, displayTools(), ilModule\getAvailableCoreModules(), ilService\getAvailableCoreServices(), ILIAS_ABSOLUTE_PATH, and ilUtil\sendInfo().
Referenced by cmdClient().
ilSetupGUI::saveBasicSettings | ( | ) |
Save basic settings form.
Definition at line 1223 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayMasterSetup(), initBasicSettingsForm(), ilUtil\isWindows(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilSetupGUI::saveClientIni | ( | ) |
Save client ini form.
Definition at line 1767 of file class.ilSetupGUI.php.
References $_POST, $_SESSION, $client_id, $ilCtrl, $lng, $tpl, displayIni(), ILIAS_ABSOLUTE_PATH, ILIAS_WEB_DIR, initClientIniForm(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilSetupGUI::saveContact | ( | ) |
Save contact form.
Definition at line 3223 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayContactData(), initContactDataForm(), ilUtil\redirect(), and ilUtil\sendSuccess().
ilSetupGUI::saveDbSlave | ( | ) |
Save db slave form.
Definition at line 2335 of file class.ilSetupGUI.php.
References $client, $ilCtrl, $ilDB, $lng, $tpl, displayDatabaseSlave(), initDbSlaveForm(), ilUtil\redirect(), and ilUtil\sendSuccess().
ilSetupGUI::saveLanguages | ( | ) |
Save languages.
Definition at line 3031 of file class.ilSetupGUI.php.
References $_POST, $result, $txt, ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilSetupGUI::saveProxy | ( | ) |
Save proxy settings.
public
Definition at line 4271 of file class.ilSetupGUI.php.
References $lng, displayProxy(), initProxyForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilSetupGUI::saveRegistration | ( | ) |
Save registration form.
Definition at line 3365 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayNIC(), initRegistrationForm(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilSetupGUI::selectDBType | ( | ) |
Select database type.
Definition at line 1572 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), and initDBSelectionForm().
Referenced by cmdAdmin().
ilSetupGUI::SetButtonNext | ( | $a_cmd, | |
$a_lng = 0 |
|||
) |
set next navigation button
string | command to process on click |
string | button label |
Definition at line 688 of file class.ilSetupGUI.php.
ilSetupGUI::SetButtonPrev | ( | $a_cmd = 0 , |
|
$a_lng = 0 |
|||
) |
set previous navigation button
string | command to process on click |
string | button label |
Definition at line 675 of file class.ilSetupGUI.php.
ilSetupGUI::setDbSubtabs | ( | $a_subtab_id = "db" | ) |
Set db subtabs.
Definition at line 2378 of file class.ilSetupGUI.php.
References $ilDB.
ilSetupGUI::setDisplayMode | ( | $a_mode | ) |
set display mode to 'view' or 'setup' 'setup' -> show status panel and (prev/next) navigation buttons 'view' -> show overall status and tabs under title bar
string | display mode |
Definition at line 483 of file class.ilSetupGUI.php.
References $_SESSION, and $display_mode.
Referenced by cmdAdmin(), cmdClient(), and ilSetupGUI().
ilSetupGUI::showHotfixSteps | ( | ) |
Show hotfix steps.
Definition at line 2735 of file class.ilSetupGUI.php.
References showUpdateSteps().
ilSetupGUI::showLongerSettings | ( | ) |
show a list of setting values that are loger than 4000 characters
Definition at line 3704 of file class.ilSetupGUI.php.
References ilSetting\_getLongerSettings(), and displayTools().
ilSetupGUI::showUpdateSteps | ( | $a_hotfix = false | ) |
Update database.
Definition at line 2744 of file class.ilSetupGUI.php.
References $_POST, $ilCtrlStructureReader, $ilDB, and checkDisplayMode().
Referenced by showHotfixSteps().
ilSetupGUI::switchTree | ( | ) |
Definition at line 3483 of file class.ilSetupGUI.php.
References $_POST, $GLOBALS, ilMaterializedPathTree\createFromParentReleation(), displayTools(), and ilUtil\sendInfo().
Referenced by cmdClient().
ilSetupGUI::toggleClientList | ( | ) |
enable/disable client list on index page
Definition at line 4015 of file class.ilSetupGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
ilSetupGUI::updateBasicSettings | ( | ) |
Update basic settings form.
Definition at line 1278 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, changeMasterSettings(), initBasicSettingsForm(), ilUtil\isWindows(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by determineToolsPath().
ilSetupGUI::updateDatabase | ( | ) |
Update database.
Definition at line 2663 of file class.ilSetupGUI.php.
References $_POST, $ilCtrlStructureReader, $ilDB, $row, ilUtil\redirect(), and ilUtil\sendInfo().
ilSetupGUI::validateSetup | ( | ) |
validatesetup status again and set access mode of the first client to online
Definition at line 3935 of file class.ilSetupGUI.php.
Referenced by displayFinishSetup().
ilSetupGUI::$btn_next_cmd |
Definition at line 25 of file class.ilSetupGUI.php.
ilSetupGUI::$btn_next_lng |
Definition at line 26 of file class.ilSetupGUI.php.
ilSetupGUI::$btn_next_on = false |
Definition at line 24 of file class.ilSetupGUI.php.
ilSetupGUI::$btn_prev_cmd |
Definition at line 21 of file class.ilSetupGUI.php.
ilSetupGUI::$btn_prev_lng |
Definition at line 22 of file class.ilSetupGUI.php.
ilSetupGUI::$btn_prev_on = false |
Definition at line 20 of file class.ilSetupGUI.php.
ilSetupGUI::$cmd |
Definition at line 32 of file class.ilSetupGUI.php.
Referenced by cmdAdmin(), cmdClient(), cmdInstall(), and ilSetupGUI().
ilSetupGUI::$display_mode = "view" |
Definition at line 33 of file class.ilSetupGUI.php.
Referenced by ilSetupGUI(), and setDisplayMode().
ilSetupGUI::$lang |
Definition at line 30 of file class.ilSetupGUI.php.
ilSetupGUI::$lng |
Definition at line 17 of file class.ilSetupGUI.php.
Referenced by cloneInitForm(), cloneSaveSource(), displayLogin(), getClientDbFormValues(), ilSetupGUI(), initBasicSettingsForm(), initClientDbForm(), initClientIniForm(), initClientLoginForm(), initClientOverviewForm(), initContactDataForm(), initDBSelectionForm(), initDbSlaveForm(), initMasterLoginForm(), initProxyForm(), initRegistrationForm(), saveBasicSettings(), saveClientIni(), saveContact(), saveDbSlave(), saveProxy(), saveRegistration(), and updateBasicSettings().
ilSetupGUI::$log |
Definition at line 18 of file class.ilSetupGUI.php.
ilSetupGUI::$revision |
Definition at line 28 of file class.ilSetupGUI.php.
ilSetupGUI::$tpl |
Definition at line 16 of file class.ilSetupGUI.php.
Referenced by ilSetupGUI(), saveBasicSettings(), saveClientIni(), saveContact(), saveDbSlave(), saveRegistration(), and updateBasicSettings().
ilSetupGUI::$version |
Definition at line 29 of file class.ilSetupGUI.php.