r114507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114506‎ | r114507 | r114508 >
Date:00:27, 27 March 2012
Author:awjrichards
Status:deferred
Tags:
Comment:
MFG Change-Id: I5bec6e19260adf98d6b83a108ae79059b04eb0ca, Change-Id: I30f908c273b867b17ce1c0c4520e6c978f567798
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
@@ -429,6 +429,7 @@
430430 }
431431
432432 self::$device = $device->format( $formatName );
 433+ $this->checkUserStatus();
433434 $this->setDefaultLogo();
434435
435436 // honor useformat=mobile-wap if it's set, otherwise determine by device
@@ -495,8 +496,6 @@
496497 $this->disableCaching();
497498 $this->sendXDeviceVaryHeader();
498499 $this->sendApplicationVersionVaryHeader();
499 - $this->checkUserStatus();
500 - $this->setDefaultLogo();
501500 $this->checkUserLoggedIn();
502501
503502 if ( self::$title->isSpecial( 'Userlogin' ) && self::$isBetaGroupMember ) {
Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -786,6 +786,7 @@
787787 top: 0;
788788 left: 0;
789789 height: 40px;
 790+ line-height: 40px; /* prevent text jumping as you search */
790791 }
791792
792793 #searchbox {

Status & tagging log