r114221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114220‎ | r114221 | r114222 >
Date:00:14, 20 March 2012
Author:awjrichards
Status:reverted
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
@@ -1452,7 +1452,7 @@
14531453 global $wgRequest, $wgCookiePrefix;
14541454
14551455 if ( !isset( self::$useFormatCookieName )) {
1456 - self::$useFormatCookieName = $wgCookiePrefix . 'mf_useformat';
 1456+ self::$useFormatCookieName = 'mf_useformat';
14571457 }
14581458
14591459 $useFormat = $this->getUseFormat();
@@ -1504,7 +1504,7 @@
15051505
15061506 public function getCacheVaryCookies( $out, &$cookies ) {
15071507 global $wgCookiePrefix;
1508 - $cookies[] = $wgCookiePrefix . 'mf_useformat';
 1508+ $cookies[] = 'mf_useformat';
15091509 return true;
15101510 }
15111511
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
15121512 Merged /trunk/extensions/MobileFrontend:r114220

Follow-up revisions

RevisionCommit summaryAuthorDate
r114223Revert r114221,r114216,r114213,r114207,r114206,r114205,r114203,r114202,r11420...awjrichards00:26, 20 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114220Changing mf_useformat cookie name to not use cookie prefixawjrichards00:13, 20 March 2012

Status & tagging log