[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.95-2-g71f1fbb
Jesse Vincent
jesse at bestpractical.com
Thu Aug 26 17:25:22 EDT 2010
The branch, master has been updated
via 71f1fbb8afad47e7d80185729f0852bb9ce10cc8 (commit)
via 8d021997006abcf2a61512caa88273446019e713 (commit)
from 8acde9d6f791c7945a001edb565a99755e0f7063 (commit)
Summary of changes:
Changes | 4 ++++
lib/RT/Extension/MobileUI.pm | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8d021997006abcf2a61512caa88273446019e713
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Aug 26 17:26:59 2010 -0400
Added WebOS as a mobile useragent
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index 0fcd869..b7b3e7e 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -36,7 +36,7 @@ sub MobileClient {
my $self = shift;
-if (($ENV{'HTTP_USER_AGENT'} || '') =~ /(?:hiptop|Blazer|Novarra|Vagabond|SonyEricsson|Symbian|NetFront|UP.Browser|UP.Link|Windows CE|MIDP|J2ME|DoCoMo|J-PHONE|PalmOS|PalmSource|iPhone|iPod|AvantGo|Nokia|Android)/io && !$HTML::Mason::Commands::session{'NotMobile'}) {
+if (($ENV{'HTTP_USER_AGENT'} || '') =~ /(?:hiptop|Blazer|Novarra|Vagabond|SonyEricsson|Symbian|NetFront|UP.Browser|UP.Link|Windows CE|MIDP|J2ME|DoCoMo|J-PHONE|PalmOS|PalmSource|iPhone|iPod|AvantGo|Nokia|Android|WebOS)/io && !$HTML::Mason::Commands::session{'NotMobile'}) {
return 1;
} else {
return undef;
commit 71f1fbb8afad47e7d80185729f0852bb9ce10cc8
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Aug 26 17:27:32 2010 -0400
Checking in changes prior to tagging of version 0.96.
Changelog diff is:
diff --git a/Changes b/Changes
index 898be97..6257463 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.96
+
+* Added WebOS as a valid mobile user agent. Thanks to Jason Smith.
+
0.95
* Additional fixes for RT instances running at subpaths, rather than the root ofa server.
diff --git a/Changes b/Changes
index 898be97..6257463 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.96
+
+* Added WebOS as a valid mobile user agent. Thanks to Jason Smith.
+
0.95
* Additional fixes for RT instances running at subpaths, rather than the root ofa server.
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index b7b3e7e..836dc34 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.95";
+our $VERSION = "0.96";
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list