r97682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97681‎ | r97682 | r97683 >
Date:23:22, 20 September 2011
Author:preilly
Status:ok (Comments)
Tags:
Comment:
fix for bug 31049 - Disable mobile site link
Modified paths:
  • /trunk/extensions/MobileFrontend/views/information/disable.html.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/views/information/disable.html.php
@@ -2,6 +2,7 @@
33
44 $lang = self::$code;
55 $currentURL = self::$currentURL;
 6+$currentURL = str_replace('&mobileaction=disable_mobile_site', '', $currentURL);
67
78 $disableHtml = <<<EOT
89 <h1>

Follow-up revisions

RevisionCommit summaryAuthorDate
r97683mft r97682preilly23:25, 20 September 2011
r97684mft r97682preilly23:40, 20 September 2011

Comments

#Comment by G.Hagedorn (talk | contribs)   13:43, 22 September 2011

Should this also be tagged for 1.18? Is in trunk and has been applied by preilly to 1.18wmf.

#Comment by Reedy (talk | contribs)   13:28, 3 October 2011

Some prerequisites of this haven't been merged, so this can't go in

Status & tagging log