r94245 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94244‎ | r94245 | r94246 >
Date:14:28, 11 August 2011
Author:krinkle
Status:ok
Tags:
Comment:
Add module definition for jquery.qunit.completenessTest and set position to top for jquery.qunit (right now it's manually loaded with a <script> tag, but once it's loaded dynamically it should be loaded from top because of the styling and the hooks that it makes available).
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -151,7 +151,11 @@
152152 'jquery.qunit' => array(
153153 'scripts' => 'resources/jquery/jquery.qunit.js',
154154 'styles' => 'resources/jquery/jquery.qunit.css',
 155+ 'position' => 'top',
155156 ),
 157+ 'jquery.qunit.completenessTest' => array(
 158+ 'scripts' => 'resources/jquery/jquery.qunit.completenessTest.js',
 159+ ),
156160 'jquery.suggestions' => array(
157161 'scripts' => 'resources/jquery/jquery.suggestions.js',
158162 'styles' => 'resources/jquery/jquery.suggestions.css',

Status & tagging log