r93910 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93909‎ | r93910 | r93911 >
Date:20:52, 4 August 2011
Author:raindrift
Status:ok
Tags:
Comment:
Adding new jquery plugins to Resources.php so they'll be available through ResourceLoader, followup to r93908
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -142,6 +142,9 @@
143143 'styles' => 'resources/jquery/jquery.makeCollapsible.css',
144144 'messages' => array( 'collapsible-expand', 'collapsible-collapse' ),
145145 ),
 146+ 'jquery.mockjax' => array(
 147+ 'scripts' => 'resources/jquery/jquery.mockjax.js',
 148+ ),
146149 'jquery.mwPrototypes' => array(
147150 'scripts' => 'resources/jquery/jquery.mwPrototypes.js',
148151 ),
@@ -164,6 +167,9 @@
165168 'jquery.textSelection' => array(
166169 'scripts' => 'resources/jquery/jquery.textSelection.js',
167170 ),
 171+ 'jquery.xmldom' => array(
 172+ 'scripts' => 'resources/jquery/jquery.xmldom.js',
 173+ ),
168174
169175 /* jQuery Tipsy */
170176

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93908Adding jquery plugins that UploadWizard and jQueryMsg need for Jasmine testsraindrift20:43, 4 August 2011

Status & tagging log