r113770 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113769‎ | r113770 | r113771 >
Date:22:07, 13 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Revert r113769, mistakenly checked in code
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.i18n.php (modified) (history)
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)
  • /trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -64,24 +64,12 @@
6565 'ApplicationWmlTemplate' => 'templates/ApplicationWmlTemplate',
6666 'ThanksNoticeTemplate' => 'templates/ThanksNoticeTemplate',
6767 'SopaNoticeTemplate' => 'templates/SopaNoticeTemplate',
68 -
69 - // special pages
70 - 'SpecialMobileFrontendContactUs' => 'special/SpecialMobileFrontendContactUs',
7168 );
7269
7370 foreach ( $autoloadClasses as $className => $classFilename ) {
7471 $wgAutoloadClasses[$className] = "$cwd/$classFilename.php";
7572 }
7673
77 -// Special page definitions (classes autloaded above)
78 -$specialPages = array(
79 - 'MobileFrontendContactUs' => 'SpecialMobileFrontendContactUs',
80 -);
81 -
82 -foreach ( $specialPages as $specialPageName => $specialClassName ) {
83 - $wgSpecialPages[ $specialPageName ] = $specialClassName;
84 -}
85 -
8674 /**
8775 * Path to the logo used in the mobile view
8876 *
Index: trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php
@@ -61,8 +61,8 @@
6262 <head>
6363 <title>{$this->data['htmlTitle']}</title>
6464 <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
65 - <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=1331676342' media='all' rel='Stylesheet' type='text/css' />
66 - <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$cssFileName}.css?version=1331676342' media='all' rel='Stylesheet' type='text/css' />
 65+ <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=1331257310' media='all' rel='Stylesheet' type='text/css' />
 66+ <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$cssFileName}.css?version=1331257310' media='all' rel='Stylesheet' type='text/css' />
6767 {$filePageStyle}
6868 <meta name="viewport" content="initial-scale=1.0">
6969 {$appleTouchIconTag}
Index: trunk/extensions/MobileFrontend/MobileFrontend.i18n.php
@@ -76,10 +76,6 @@
7777 'mobile-frontend-dismiss-notification' => 'dismiss this notification',
7878 'mobile-frontend-sopa-notice' => '<h3 id="sopa-notice">Thank you for protecting Wikipedia.</h3><br/><a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Mobile_Learn_more">(We’re not done yet.)</a>',
7979 'mobile-frontend-clear-search' => 'Clear',
80 -
81 - //SpecialMobileFrontendContactUs
82 - 'mobilefrontendcontactus' => 'Contact us',
83 - 'mobilefrontendcontactus-description' => 'A contact page for MobileFrontend',
8480 );
8581
8682 /** Message documentation (Message documentation)
@@ -116,9 +112,6 @@
117113 'mobile-frontend-placeholder' => 'Phrase used to prompt user to use search interface for mobile full screen search',
118114 'mobile-frontend-dismiss-notification' => 'Phrase used to dismiss the top banner notification',
119115 'mobile-frontend-clear-search' => 'Tooltip for clear button that appears when you type into search box',
120 -
121 - //SpecialMobileFrontendContactUs
122 - 'mobilefrontendcontactus-description' => '{{desc}}',
123116 );
124117
125118 /** Achinese (Acèh) */

Follow-up revisions

RevisionCommit summaryAuthorDate
r114201MFT r113486, r113488, r113512, r113553, r113640, r113642, r113644, r113645, r...awjrichards22:18, 19 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113769Bumping CSS versionawjrichards22:06, 13 March 2012

Status & tagging log