This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Move the setup wizard code to a dedicated module
Browse Source
refs
#7163
...
This commit is contained in:
Johannes Meyer
2014-11-10 15:11:44 +01:00
parent
5c9d7d6548
commit
8f212018ec
39 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
application/clicommands/SetupCommand.php → modules/setup/application/clicommands/SetupCommand.php
Unescape
Escape
View File
0
application/controllers/SetupController.php → modules/setup/application/controllers/SetupController.php
Unescape
Escape
View File
0
application/forms/Setup/AdminAccountPage.php → modules/setup/application/forms/AdminAccountPage.php
Unescape
Escape
View File
0
application/forms/Setup/AuthBackendPage.php → modules/setup/application/forms/AuthBackendPage.php
Unescape
Escape
View File
0
application/forms/Setup/AuthenticationPage.php → modules/setup/application/forms/AuthenticationPage.php
Unescape
Escape
View File
0
application/forms/Setup/DatabaseCreationPage.php → modules/setup/application/forms/DatabaseCreationPage.php
Unescape
Escape
View File
0
application/forms/Setup/DbResourcePage.php → modules/setup/application/forms/DbResourcePage.php
Unescape
Escape
View File
0
application/forms/Setup/GeneralConfigPage.php → modules/setup/application/forms/GeneralConfigPage.php
Unescape
Escape
View File
0
application/forms/Setup/LdapDiscoveryConfirmPage.php → modules/setup/application/forms/LdapDiscoveryConfirmPage.php
Unescape
Escape
View File
0
application/forms/Setup/LdapDiscoveryPage.php → modules/setup/application/forms/LdapDiscoveryPage.php
Unescape
Escape
View File
0
application/forms/Setup/LdapResourcePage.php → modules/setup/application/forms/LdapResourcePage.php
Unescape
Escape
View File
0
application/forms/Setup/ModulePage.php → modules/setup/application/forms/ModulePage.php
Unescape
Escape
View File
0
application/forms/Setup/PreferencesPage.php → modules/setup/application/forms/PreferencesPage.php
Unescape
Escape
View File
0
application/forms/Setup/RequirementsPage.php → modules/setup/application/forms/RequirementsPage.php
Unescape
Escape
View File
0
application/forms/Setup/SummaryPage.php → modules/setup/application/forms/SummaryPage.php
Unescape
Escape
View File
0
application/forms/Setup/WelcomePage.php → modules/setup/application/forms/WelcomePage.php
Unescape
Escape
View File
0
application/views/scripts/form/setup-admin-account.phtml → modules/setup/application/views/scripts/form/setup-admin-account.phtml
Unescape
Escape
View File
0
application/views/scripts/form/setup-modules.phtml → modules/setup/application/views/scripts/form/setup-modules.phtml
Unescape
Escape
View File
0
application/views/scripts/form/setup-requirements.phtml → modules/setup/application/views/scripts/form/setup-requirements.phtml
Unescape
Escape
View File
0
application/views/scripts/form/setup-summary.phtml → modules/setup/application/views/scripts/form/setup-summary.phtml
Unescape
Escape
View File
0
application/views/scripts/form/setup-welcome.phtml → modules/setup/application/views/scripts/form/setup-welcome.phtml
Unescape
Escape
View File
0
application/views/scripts/setup/index.phtml → modules/setup/application/views/scripts/setup/index.phtml
Unescape
Escape
View File
0
application/views/scripts/setup/parts/finish.phtml → modules/setup/application/views/scripts/setup/parts/finish.phtml
Unescape
Escape
View File
0
application/views/scripts/setup/parts/wizard.phtml → modules/setup/application/views/scripts/setup/parts/wizard.phtml
Unescape
Escape
View File
0
library/Icinga/Exception/InstallException.php → modules/setup/library/Setup/Exception/SetupException.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/Requirements.php → modules/setup/library/Setup/Requirements.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/Setup.php → modules/setup/library/Setup/Setup.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/SetupWizard.php → modules/setup/library/Setup/SetupWizard.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/Step.php → modules/setup/library/Setup/Step.php
Unescape
Escape
View File
0
library/Icinga/Installation/AuthenticationStep.php → modules/setup/library/Setup/Steps/AuthenticationStep.php
Unescape
Escape
View File
0
library/Icinga/Installation/DatabaseStep.php → modules/setup/library/Setup/Steps/DatabaseStep.php
Unescape
Escape
View File
0
library/Icinga/Installation/GeneralConfigStep.php → modules/setup/library/Setup/Steps/GeneralConfigStep.php
Unescape
Escape
View File
0
library/Icinga/Installation/ResourceStep.php → modules/setup/library/Setup/Steps/ResourceStep.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/DbTool.php → modules/setup/library/Setup/Utils/DbTool.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/EnableModuleStep.php → modules/setup/library/Setup/Utils/EnableModuleStep.php
Unescape
Escape
View File
0
library/Icinga/Web/Setup/MakeDirStep.php → modules/setup/library/Setup/Utils/MakeDirStep.php
Unescape
Escape
View File
0
library/Icinga/Web/Form/Validator/TokenValidator.php → modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php
Unescape
Escape
View File
0
library/Icinga/Application/WebWizard.php → modules/setup/library/Setup/WebWizard.php
Unescape
Escape
View File
0
public/css/icinga/setup.less → modules/setup/public/css/module.less
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
tyler.durden/icingaweb2
Title
Body
Create Issue