[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-867-g8371521

Shawn Moore sartak at bestpractical.com
Mon Dec 13 20:10:43 EST 2010


The branch, 3.9-trunk has been updated
       via  837152112df456da10114c56c14215193bcc478c (commit)
      from  bc1b22ba50c2ed3a9671fc5bd98097490962b4e1 (commit)

Summary of changes:
 share/html/Install/Global.html |    3 +--
 share/html/Install/index.html  |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 837152112df456da10114c56c14215193bcc478c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 13 20:04:07 2010 -0500

    Remove Timezone from install wizard [issues.bestpractical.com #16178]

diff --git a/share/html/Install/Global.html b/share/html/Install/Global.html
index ef9d5fa..a832833 100644
--- a/share/html/Install/Global.html
+++ b/share/html/Install/Global.html
@@ -53,7 +53,6 @@
 
 <p><&|/l&>When RT sends an email it sets the From: and Reply-To: headers so users can add to the conversation by just hitting Reply in their mail client.  It uses different addresses for Replies and Comments.  These can be changed for each of your queues.  These addresses will need to be configured to use the <tt>rt-mailgate</tt> program.</&></p>
 
-<p><&|/l&>By default, RT will use the timezone of your system.  This lets you set a global default for the display of dates and times in RT.  Your users can choose a different Timezone in their preferences.</&></p>
 <form method="post">
 <& /Widgets/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types)
@@ -70,7 +69,7 @@
 <%init>
 my @errors;
 
-my @Types = qw/CommentAddress CorrespondAddress Timezone/;
+my @Types = qw/CommentAddress CorrespondAddress/;
 
 if ( $Run ) {
 
diff --git a/share/html/Install/index.html b/share/html/Install/index.html
index e1535fe..cc94003 100644
--- a/share/html/Install/index.html
+++ b/share/html/Install/index.html
@@ -110,7 +110,7 @@ elsif ( $Run ) {
     for my $field  (
             qw/DatabaseType DatabaseName DatabaseHost DatabasePort
             DatabaseUser DatabaseRequireSSL rtname
-            Organization Timezone CommentAddress CorrespondAddress 
+            Organization CommentAddress CorrespondAddress
             SendmailPath WebDomain WebPort/
     ) {
         $RT::Installer->{InstallConfig}{$field} ||= RT->Config->Get($field);

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


More information about the Rt-commit mailing list