r89863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89862‎ | r89863 | r89864 >
Date:00:02, 11 June 2011
Author:preilly
Status:deferred
Tags:
Comment:
do not use mobile frontend on tablets
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -48,7 +48,7 @@
4949 'onOutputPageBeforeHTML' );
5050
5151 class ExtMobileFrontend {
52 - const VERSION = '0.4.5';
 52+ const VERSION = '0.4.6';
5353
5454 private $doc;
5555
@@ -148,7 +148,9 @@
149149 }
150150 }
151151
152 - if ( $mAction != 'view_normal_site' && $props['is_wireless_device'] === 'true' ) {
 152+ if ( $mAction != 'view_normal_site' &&
 153+ $props['is_wireless_device'] === 'true' &&
 154+ $props['is_tablet'] === 'false' ) {
153155 ob_start( array( $this, 'DOMParse' ) );
154156 }
155157 return true;

Status & tagging log