[Rt-commit] rt branch, development, updated. 6030be7caf0bb43d846cff25c09ce605c3fe0a12

Thomas Sibley trs at bestpractical.com
Thu Jul 8 14:04:18 EDT 2010


The branch, development has been updated
       via  6030be7caf0bb43d846cff25c09ce605c3fe0a12 (commit)
      from  34eaf1a2fdef1a1f4c4e2763561b90ed8154dfe7 (commit)

Summary of changes:
 lib/RT/View/SetupWizard.pm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 6030be7caf0bb43d846cff25c09ce605c3fe0a12
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jul 8 14:05:35 2010 -0400

    We no longer need the explicit restart after DB config

diff --git a/lib/RT/View/SetupWizard.pm b/lib/RT/View/SetupWizard.pm
index 8d9792d..540e721 100644
--- a/lib/RT/View/SetupWizard.pm
+++ b/lib/RT/View/SetupWizard.pm
@@ -85,9 +85,11 @@ template 'database' => setup_page {
     
     show 'database_widget';
 
-    # We need to restart here so that further changes to the DB get to the
-    # right place
-    show 'buttons', prev => 'index.html', next => 'root', restart => 1;
+    p {{ class is 'warning' };
+        _("RT may ask you, after saving the database settings, to login again as root with the default password.");
+    };
+
+    show 'buttons', prev => 'index.html', next => 'root';
 };
 
 template 'root' => setup_page {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list