r89401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89400‎ | r89401 | r89402 >
Date:09:51, 3 June 2011
Author:catrope
Status:ok
Tags:
Comment:
(bug 29121) jquery.suggestions uses jquery.autoEllipsis but didn't have it in its dependency list, causing JS errors in non-Vector skins
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -143,6 +143,7 @@
144144 'jquery.suggestions' => array(
145145 'scripts' => 'resources/jquery/jquery.suggestions.js',
146146 'styles' => 'resources/jquery/jquery.suggestions.css',
 147+ 'dependencies' => 'jquery.autoEllipsis',
147148 ),
148149 'jquery.tabIndex' => array(
149150 'scripts' => 'resources/jquery/jquery.tabIndex.js',

Follow-up revisions

RevisionCommit summaryAuthorDate
r896701.17wmf1: MFT r87423, r88118, r88124, r88211, r88498, r89099, r89401, r89451catrope18:39, 7 June 2011
r896711.17wmf1: Revert r89670, merged revs were intended for REL1_17 instead. This ...catrope18:41, 7 June 2011
r896721.17: Redo r89670 in the right branch: MFT r87423, r88118, r88124, r88211, r8...catrope18:45, 7 June 2011
r922781.17wmf1 MFT r82748, r87840, r89401, r89697reedy19:01, 15 July 2011
r92339REL1_18 MFT r89401, r89451, r89512, r89513, r89523, r89529, r89532, r89549, r...reedy23:08, 15 July 2011

Status & tagging log