Commit d472bd1f7b3a84405c85ac140c531dcac5da23ba
1 parent
b6322f6e
Revert "Merge Conflicts"
This reverts commit b6322f6e961632c89beee586609636b5b6405397.
Showing
169 changed files
with
5 additions
and
5 deletions
setup/migrate/config/config.xml
100755 → 100644
setup/migrate/index.php
100755 → 100644
setup/migrate/migrateUtil.php
100755 → 100644
setup/migrate/migrateWizard.php
100755 → 100644
| ... | ... | @@ -261,7 +261,7 @@ class MigrateWizard { |
| 261 | 261 | } |
| 262 | 262 | } else { |
| 263 | 263 | // TODO: Die gracefully |
| 264 | - $this->util->error("System has been migrated <a href='../../login.php' class='back' style='width:90px;float:none' back button_next>Goto Login</a>"); | |
| 264 | + $this->util->error("System has been migrated <a href='../../login.php' class='back' style='width:80px;float:none' back button_next>Goto Login</a>"); | |
| 265 | 265 | } |
| 266 | 266 | } |
| 267 | 267 | } | ... | ... |
setup/migrate/migrater.php
100755 → 100644
setup/migrate/session.php
100755 → 100644
setup/migrate/step.php
100755 → 100644
setup/migrate/stepAction.php
100755 → 100644
setup/migrate/steps/migrateComplete.php
100755 → 100644
setup/migrate/steps/migrateDatabase.php
100755 → 100644
setup/migrate/steps/migrateErrors.php
100755 → 100644
setup/migrate/steps/migrateInstallation.php
100755 → 100644
setup/migrate/steps/migrateServices.php
100755 → 100644
setup/migrate/templates/complete.tpl
100755 → 100644
setup/migrate/templates/database.tpl
100755 → 100644
setup/migrate/templates/error.tpl
100755 → 100644
setup/migrate/templates/errors.tpl
100755 → 100644
setup/migrate/templates/installation.tpl
100755 → 100644
setup/migrate/templates/installation_confirm.tpl
100755 → 100644
setup/migrate/templates/services.tpl
100755 → 100644
setup/migrate/templates/wizard.tpl
100755 → 100644
setup/upgrade/config/config.xml
100755 → 100644
setup/upgrade/index.php
100755 → 100644
setup/upgrade/step.php
100755 → 100644
setup/upgrade/stepAction.php
100755 → 100644
setup/upgrade/steps/upgradeBackup.php
100755 → 100644
setup/upgrade/steps/upgradeComplete.php
100755 → 100644
setup/upgrade/steps/upgradeDatabase.php
100755 → 100644
setup/upgrade/steps/upgradeErrors.php
100755 → 100644
setup/upgrade/steps/upgradeInstallation.php
100755 → 100644
setup/upgrade/steps/upgradeRestore.php
100755 → 100644
setup/upgrade/steps/upgradeWelcome.php
100755 → 100644
setup/upgrade/templates/backup.tpl
100755 → 100644
setup/upgrade/templates/complete.tpl
100755 → 100644
| ... | ... | @@ -9,5 +9,5 @@ |
| 9 | 9 | Your database has been upgraded to <?php echo $default->systemVersion; ?> |
| 10 | 10 | </div> |
| 11 | 11 | </div> |
| 12 | - <a href="../../" class="back button_next" style="width:90px;" onclick="javascript:{w.clearSessions();}">Goto Login</a> | |
| 12 | + <a href="../../" class="back button_next" style="width:80px;" onclick="javascript:{w.clearSessions();}">Goto Login</a> | |
| 13 | 13 | </form> |
| 14 | 14 | \ No newline at end of file | ... | ... |
setup/upgrade/templates/database.tpl
100755 → 100644
setup/upgrade/templates/error.tpl
100755 → 100644
setup/upgrade/templates/errors.tpl
100755 → 100644
setup/upgrade/templates/installation.tpl
100755 → 100644
setup/upgrade/templates/loading.tpl
100755 → 100644
setup/upgrade/templates/progress.tpl
100755 → 100644
setup/upgrade/templates/restore.tpl
100755 → 100644
setup/upgrade/templates/welcome.tpl
100755 → 100644
setup/upgrade/templates/wizard.tpl
100755 → 100644
setup/upgrade/upgrade
100755 → 100644
setup/upgrade/upgrade.lock
100755 → 100644
setup/upgrade/upgradeSession.php
100755 → 100644
setup/upgrade/upgradeUtil.php
100755 → 100644
setup/upgrade/upgradeWizard.php
100755 → 100644
setup/upgrade/upgradedbUtil.php
100755 → 100644
setup/upgrade/upgrader.php
100755 → 100644
setup/wizard/batches/lucene_install.bat
100755 → 100644
setup/wizard/batches/lucene_start.bat
100755 → 100644
setup/wizard/batches/lucene_uninstall.bat
100755 → 100644
setup/wizard/batches/scheduler_install.bat
100755 → 100644
setup/wizard/batches/scheduler_start.bat
100755 → 100644
setup/wizard/batches/scheduler_uninstall.bat
100755 → 100644
setup/wizard/config/config.xml
100755 → 100644
setup/wizard/config/databases.xml
100755 → 100644
setup/wizard/dbUtil.php
100755 → 100644
setup/wizard/dbUtilities.php
100755 → 100644
setup/wizard/index.php
100755 → 100644
setup/wizard/ini.php
100755 → 100644
setup/wizard/iniUtilities.php
100755 → 100644
setup/wizard/install.lock deleted
setup/wizard/installUtil.php
100755 → 100644
setup/wizard/installWizard.php
100755 → 100644
| ... | ... | @@ -296,7 +296,7 @@ class InstallWizard { |
| 296 | 296 | } |
| 297 | 297 | } else { |
| 298 | 298 | // TODO: Die gracefully |
| 299 | - $this->util->error("System has been installed <a href='../../login.php' class='back' style='width:90px;float:none' class='back button_next'>Goto Login</a>"); | |
| 299 | + $this->util->error("System has been installed <a href='../../login.php' class='back' style='width:80px;float:none' class='back button_next'>Goto Login</a>"); | |
| 300 | 300 | } |
| 301 | 301 | } |
| 302 | 302 | } | ... | ... |
setup/wizard/installer.php
100755 → 100644
setup/wizard/lib/helpers/htmlHelper.php
100755 → 100644
setup/wizard/lib/services/service.php
100755 → 100644
setup/wizard/lib/services/unixAgent.php
100755 → 100644
setup/wizard/lib/services/unixLucene.php
100755 → 100644
setup/wizard/lib/services/unixOpenOffice.php
100755 → 100644
setup/wizard/lib/services/unixScheduler.php
100755 → 100644
setup/wizard/lib/services/unixService.php
100755 → 100644
setup/wizard/lib/services/windowsAgent.php
100755 → 100644
setup/wizard/lib/services/windowsLucene.php
100755 → 100644
setup/wizard/lib/services/windowsOpenOffice.php
100755 → 100644
setup/wizard/lib/services/windowsScheduler.php
100755 → 100644
setup/wizard/lib/services/windowsService.php
100755 → 100644
setup/wizard/lib/system/config-path-mock
100755 → 100644
setup/wizard/lib/system/config-path-mock-windows
100755 → 100644
setup/wizard/lib/system/executeCommand.class
100755 → 100644
No preview for this file type
setup/wizard/lib/system/executeCommand.java
100755 → 100644
setup/wizard/lib/system/javaVersion.class
100755 → 100644
No preview for this file type
setup/wizard/lib/system/javaVersion.java
100755 → 100644
setup/wizard/lib/system/openOffice.class
100755 → 100644
No preview for this file type
setup/wizard/lib/system/openOffice.java
100755 → 100644
setup/wizard/lib/system/perms.sh
100755 → 100644
setup/wizard/lib/system/phpinfo.php
100755 → 100644
setup/wizard/lib/system/soffice.php
100755 → 100644
setup/wizard/lib/system/systemCheck.php
100755 → 100644
setup/wizard/lib/validation/luceneValidation.php
100755 → 100644
setup/wizard/lib/validation/openofficeValidation.php
100755 → 100644
setup/wizard/lib/validation/schedulerValidation.php
100755 → 100644
setup/wizard/lib/validation/serviceValidation.php
100755 → 100644
setup/wizard/path.php
100755 → 100644
setup/wizard/resources/css/ie6.css
100755 → 100644
setup/wizard/resources/css/migrate.css
100755 → 100644
setup/wizard/resources/css/wizard.css
100755 → 100644
setup/wizard/resources/graphics/active.png
100755 → 100644
setup/wizard/resources/graphics/background.gif
100755 → 100644
setup/wizard/resources/graphics/big-ok.png
100755 → 100644
setup/wizard/resources/graphics/cross.png
100755 → 100644
setup/wizard/resources/graphics/cross_orange.png
100755 → 100644
setup/wizard/resources/graphics/dame/dot.png
100755 → 100644
setup/wizard/resources/graphics/dame/finish.png
100755 → 100644
setup/wizard/resources/graphics/dame/gradiant.gif
100755 → 100644
setup/wizard/resources/graphics/dame/installer-header_logo.png
100755 → 100644
setup/wizard/resources/graphics/dame/installer_head.png
100755 → 100644
setup/wizard/resources/graphics/dame/kt_gradient.jpg
100755 → 100644
setup/wizard/resources/graphics/dame/loginbg.png
100755 → 100644
setup/wizard/resources/graphics/dame/navbar.png
100755 → 100644
setup/wizard/resources/graphics/dame/powered-by-kt.png
100755 → 100644
setup/wizard/resources/graphics/dame/tick1.png
100755 → 100644
setup/wizard/resources/graphics/dame/tick2.png
100755 → 100644
setup/wizard/resources/graphics/dropbox.png
100755 → 100644
setup/wizard/resources/graphics/dropbox_old.png
100755 → 100644
setup/wizard/resources/graphics/footer.png
100755 → 100644
setup/wizard/resources/graphics/gradient.png
100755 → 100644
setup/wizard/resources/graphics/img_fatlogo.jpg
100755 → 100644
setup/wizard/resources/graphics/inactive.png
100755 → 100644
setup/wizard/resources/graphics/indicator.png
100755 → 100644
setup/wizard/resources/graphics/kt_browse.png
100755 → 100644
setup/wizard/resources/graphics/left.png
100755 → 100644
setup/wizard/resources/graphics/loading.gif
100755 → 100644
setup/wizard/resources/graphics/logo.png
100755 → 100644
setup/wizard/resources/graphics/powered-by-kt.png
100755 → 100644
setup/wizard/resources/graphics/question.gif
100755 → 100644
setup/wizard/resources/graphics/tick.png
100755 → 100644
setup/wizard/resources/graphics/tree.jpg
100755 → 100644
setup/wizard/resources/js/form.js
100755 → 100644
setup/wizard/resources/js/jquery.blockUI.js
100755 → 100644
setup/wizard/resources/js/jquery.form.js
100755 → 100644
setup/wizard/resources/js/jquery.hotkeys.js
100755 → 100644
setup/wizard/resources/js/jquery.js
100755 → 100644
setup/wizard/resources/js/wizard.js
100755 → 100644
setup/wizard/resources/license/license.txt
100755 → 100644
setup/wizard/session.php
100755 → 100644
setup/wizard/step.php
100755 → 100644
setup/wizard/stepAction.php
100755 → 100644
setup/wizard/steps/complete.php
100755 → 100644
setup/wizard/steps/configuration.php
100755 → 100644
setup/wizard/steps/database.php
100755 → 100644
setup/wizard/steps/dependencies.php
100755 → 100644
setup/wizard/steps/errors.php
100755 → 100644
setup/wizard/steps/install.php
100755 → 100644
setup/wizard/steps/installtype.php
100755 → 100644
setup/wizard/steps/license.php
100755 → 100644
setup/wizard/steps/registration.php
100755 → 100644
setup/wizard/steps/services.php
100755 → 100644
setup/wizard/steps/welcome.php
100755 → 100644
setup/wizard/template.php
100755 → 100644
setup/wizard/templates/complete.tpl
100755 → 100644
| ... | ... | @@ -136,7 +136,7 @@ |
| 136 | 136 | <?php if($migrate_check) { ?> |
| 137 | 137 | <a href="../upgrade" class="back button_next" style="width:190px;" onclick="javascript:{w.clearSessions();}">Goto Database Upgrade</a> |
| 138 | 138 | <?php } else { ?> |
| 139 | - <a href="../../login.php?redirect=<?php echo $redirect; ?>" class="back button_next" style="width:90px;" onclick="javascript:{w.clearSessions();}">Goto Login</a> | |
| 139 | + <a href="../../login.php?redirect=<?php echo $redirect; ?>" class="back button_next" style="width:80px;" onclick="javascript:{w.clearSessions();}">Goto Login</a> | |
| 140 | 140 | <?php } ?> |
| 141 | 141 | <?php |
| 142 | 142 | if ($install_environment == 'Zend') { | ... | ... |
setup/wizard/templates/configuration.tpl
100755 → 100644
setup/wizard/templates/configuration_confirm.tpl
100755 → 100644
setup/wizard/templates/database.tpl
100755 → 100644
setup/wizard/templates/database_confirm.tpl
100755 → 100644
setup/wizard/templates/dependencies.tpl
100755 → 100644
setup/wizard/templates/error.tpl
100755 → 100644
setup/wizard/templates/errors.tpl
100755 → 100644
setup/wizard/templates/install.tpl
100755 → 100644
setup/wizard/templates/installtype.tpl
100755 → 100644
setup/wizard/templates/license.tpl
100755 → 100644
setup/wizard/templates/registration.tpl
100755 → 100644
setup/wizard/templates/registration_confirm.tpl
100755 → 100644
setup/wizard/templates/services.tpl
100755 → 100644
setup/wizard/templates/sidemenu.tpl
100755 → 100644
setup/wizard/templates/welcome.tpl
100755 → 100644
setup/wizard/templates/wizard.tpl
100755 → 100644