[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.9-6-g46b41fe
Jesse Vincent
jesse at bestpractical.com
Fri Aug 6 11:57:43 EDT 2010
The branch, master has been updated
via 46b41feaa2f8b23f0902139f4e93c383d5ca49b0 (commit)
via 4fa4c09336ba8d6d914ed8fa3a15d83aa4834625 (commit)
from 1eacf6dc8bb42980407f84f187f851bed4776a70 (commit)
Summary of changes:
Changes | 4 ++++
html/m/dhandler | 10 ++++------
lib/RT/Extension/MobileUI.pm | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 4fa4c09336ba8d6d914ed8fa3a15d83aa4834625
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 6 08:57:36 2010 -0700
fix the dhandler
diff --git a/html/m/dhandler b/html/m/dhandler
index d5d9dd1..8fda70f 100644
--- a/html/m/dhandler
+++ b/html/m/dhandler
@@ -1,6 +1,4 @@
-%# %$HTML::Mason::Commands::r->status(404);
-%# fix this sometime
-<&| _elements/wrapper &>
-<h1><%loc("Page not found")%></h1>
-<& _elements/menu &>
-</&>
+<%init>
+RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."/m/");
+$m->abort();
+</%init>
commit 46b41feaa2f8b23f0902139f4e93c383d5ca49b0
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 6 08:58:05 2010 -0700
Checking in changes prior to tagging of version 0.92.
Changelog diff is:
diff --git a/Changes b/Changes
index a6d6336..89ed8a2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.92
+
+* an attempt at a fix for the homepage title
+
0.91
* Minor CSS styling, an attempt at a fix for the homepage title
diff --git a/Changes b/Changes
index a6d6336..89ed8a2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.92
+
+* an attempt at a fix for the homepage title
+
0.91
* Minor CSS styling, an attempt at a fix for the homepage title
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index bc4343e..b49a8ee 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.91";
+our $VERSION = "0.92";
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list