[Rt-commit] r12703 - in rt/branches/3.8-TESTING/share/html: Install

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue May 27 11:56:21 EDT 2008


Author: sunnavy
Date: Tue May 27 11:56:21 2008
New Revision: 12703

Modified:
   rt/branches/3.8-TESTING/share/html/Install/Basics.html
   rt/branches/3.8-TESTING/share/html/Install/DatabaseDetails.html
   rt/branches/3.8-TESTING/share/html/Install/DatabaseType.html
   rt/branches/3.8-TESTING/share/html/Install/Emails.html
   rt/branches/3.8-TESTING/share/html/Install/Initialize.html
   rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
   rt/branches/3.8-TESTING/share/html/Install/index.html
   rt/branches/3.8-TESTING/share/html/autohandler

Log:
renamed installation/ to Install/

Modified: rt/branches/3.8-TESTING/share/html/Install/Basics.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Basics.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/Basics.html	Tue May 27 11:56:21 2008
@@ -79,12 +79,12 @@
 
     if ( $Back ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/DatabaseDetails.html');
+'Install/DatabaseDetails.html');
     }
 
     unless ( @results ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Emails.html');
+'Install/Emails.html');
     }
 }
 

Modified: rt/branches/3.8-TESTING/share/html/Install/DatabaseDetails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/DatabaseDetails.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/DatabaseDetails.html	Tue May 27 11:56:21 2008
@@ -86,12 +86,12 @@
             Meta => $RT::Installer->{Meta}, KeepUndef => 1 ); 
     if ( $Back ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/DatabaseType.html');
+'Install/DatabaseType.html');
     }
     
     if ( $ARGS{Next} ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Basics.html');
+'Install/Basics.html');
     }
     my ( $status, $msg ) = RT::Installer->SaveConfig;
     if ( $status ) {

Modified: rt/branches/3.8-TESTING/share/html/Install/DatabaseType.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/DatabaseType.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/DatabaseType.html	Tue May 27 11:56:21 2008
@@ -72,7 +72,7 @@
     $m->comp('/Widgets/BulkProcess', Types => \@Types, Arguments => \%ARGS, Meta
             => $RT::Installer->{Meta}, Store => $RT::Installer->{InstallConfig} );
 
-    RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .  'installation/DatabaseDetails.html');
+    RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .  'Install/DatabaseDetails.html');
 }
 
 

Modified: rt/branches/3.8-TESTING/share/html/Install/Emails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Emails.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/Emails.html	Tue May 27 11:56:21 2008
@@ -71,7 +71,7 @@
 
     if ( $Back ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Basics.html');
+'Install/Basics.html');
     }
 
     for ( qw/MaxAttachmentSize/ ) {
@@ -82,7 +82,7 @@
 
     unless ( @results ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Sendmail.html');
+'Install/Sendmail.html');
     }
 }
 

Modified: rt/branches/3.8-TESTING/share/html/Install/Initialize.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Initialize.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/Initialize.html	Tue May 27 11:56:21 2008
@@ -66,7 +66,7 @@
 if ( $Run ) {
     if ( $Back ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Sendmail.html');
+'Install/Sendmail.html');
     }
 
     my @actions = split /,/, $RT::Installer->{DatabaseAction};
@@ -129,7 +129,7 @@
 
     unless ( @results ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Finish.html');
+'Install/Finish.html');
     }
 }
 </%init>

Modified: rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Sendmail.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/Sendmail.html	Tue May 27 11:56:21 2008
@@ -76,7 +76,7 @@
 
     if ( $Back ) {
         RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Emails.html');
+'Install/Emails.html');
     }
 
     unless ( @results ) {
@@ -89,11 +89,11 @@
 
             if ( $RT::Installer->{DatabaseAction} ne 'none' ) {
                 RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Initialize.html');
+'Install/Initialize.html');
             }
             else {
                 RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
-'installation/Finish.html');
+'Install/Finish.html');
             }
         }
         else {

Modified: rt/branches/3.8-TESTING/share/html/Install/index.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/index.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/index.html	Tue May 27 11:56:21 2008
@@ -90,7 +90,7 @@
                 SendmailArguments SendmailBounceArguments SendmailPath/ ) {
             $RT::Installer->{InstallConfig}{$field} ||= RT->Config->Get($field);
         }
-        RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .  'installation/DatabaseType.html');
+        RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .  'Install/DatabaseType.html');
     
         }
 </%init>

Modified: rt/branches/3.8-TESTING/share/html/autohandler
==============================================================================
--- rt/branches/3.8-TESTING/share/html/autohandler	(original)
+++ rt/branches/3.8-TESTING/share/html/autohandler	Tue May 27 11:56:21 2008
@@ -50,8 +50,8 @@
   if  ( $m->base_comp->path =~ RT->Config->Get('WebNoAuthRegex') ) {
     $m->call_next();
   }
-  elsif ( $m->request_comp->path !~ '^(/+)installation/' ) {
-    RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."installation/index.html");
+  elsif ( $m->request_comp->path !~ '^(/+)Install/' ) {
+    RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."Install/index.html");
     } else {
         $m->call_next();
     }


More information about the Rt-commit mailing list