r75006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75005‎ | r75006 | r75007 >
Date:08:27, 19 October 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Temp fix for r74966 to stop causing errors everywhere
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -18,7 +18,7 @@
1919 array( 'styles' => array(
2020 'skins/monobook/main.css' => array( 'media' => 'screen' ),
2121 // Honor $wgHandheldStyle. This is kind of evil
22 - $GLOBALS['wgHandheldStyle'] => array( 'media' => 'handheld' )
 22+ //$GLOBALS['wgHandheldStyle'] => array( 'media' => 'handheld' )
2323 )
2424 )
2525 ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r75548Followup r74966, r75006: load $wgHandheldStyle again in SkinMonoBook. Can't d...catrope15:21, 27 October 2010
r781751.17: Back out Monobook-to-ResourceLoader port, has issues on IE6. This rever...catrope11:53, 10 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74966First shot at porting Monobook to Vector. The only non-straightforward part i...catrope20:35, 18 October 2010

Status & tagging log