[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.93

Jesse Vincent jesse at bestpractical.com
Fri Aug 6 13:52:43 EDT 2010


The branch, master has been updated
       via  058d54513e3282eb63236ab854f55ccf5290fe8f (commit)
       via  f7beb2ca52c78959820ec25840ca5e1ad4b9d685 (commit)
      from  46b41feaa2f8b23f0902139f4e93c383d5ca49b0 (commit)

Summary of changes:
 Changes                      |    4 ++++
 html/m/dhandler              |    3 ++-
 lib/RT/Extension/MobileUI.pm |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f7beb2ca52c78959820ec25840ca5e1ad4b9d685
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Aug 6 10:54:07 2010 -0700

    Avoid redirect loops with /m/ and dhandler

diff --git a/html/m/dhandler b/html/m/dhandler
index 8fda70f..627ec22 100644
--- a/html/m/dhandler
+++ b/html/m/dhandler
@@ -1,4 +1,5 @@
 <%init>
-RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."/m/");
+# deal with users who don't have options indexes set right
+RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."m/index.html");
 $m->abort();
 </%init>

commit 058d54513e3282eb63236ab854f55ccf5290fe8f
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Aug 6 10:54:39 2010 -0700

    Checking in changes prior to tagging of version 0.93.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 89ed8a2..39614b3 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,3 +1,7 @@
    +0.93
    +
    +* Avoid redirect loops with /m/ and dhandler
    +
     0.92
    
     * an attempt at a fix for the homepage title

diff --git a/Changes b/Changes
index 89ed8a2..39614b3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.93
+
+* Avoid redirect loops with /m/ and dhandler
+
 0.92
 
 * an attempt at a fix for the homepage title
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index b49a8ee..06e772d 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::MobileUI;
 
-our $VERSION = "0.92";
+our $VERSION = "0.93";
 
 
 =head1 NAME

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



More information about the Bps-public-commit mailing list