r74726 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74725‎ | r74726 | r74727 >
Date:18:54, 13 October 2010
Author:dale
Status:deferred
Tags:
Comment:
added ui.dialog override to not cause conflicts with 1.7 version hosted on commons.
Modified paths:
  • /branches/MwEmbedStandAlone/modules/MiroSubs/mw.MiroSubsConfig.js (modified) (history)
  • /branches/MwEmbedStandAlone/remotes/mediaWiki.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/MiroSubs/mw.MiroSubsConfig.js
@@ -134,7 +134,7 @@
135135 buttons[ gM('mwe-mirosubs-save-subs') ] = function(){
136136 var summary = $j('#mwe-mirosubs-save-summary').val();
137137 // Append link to gadget:
138 - summary+= ' using [[Commons:UniversalSubtitles|UniversalSubs]]';
 138+ summary+= ' using [[Commons:Universal_Subtitles|UniversalSubs]]';
139139 callback( summary );
140140 // set dialog to loading
141141 $j( this ).html( $j('<div />').append(
Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js
@@ -4,7 +4,7 @@
55 */
66 var urlparts = getRemoteEmbedPath();
77 var mwEmbedHostPath = urlparts[0];
8 -var mwRemoteVersion = 'r160';
 8+var mwRemoteVersion = 'r161';
99 var mwUseScriptLoader = true;
1010
1111 // Log the mwRemote version makes it easy to debug cache issues
@@ -323,6 +323,8 @@
324324 'JSON',
325325 '$j.ui.slider',
326326
 327+ '$j.ui.dialog',
 328+
327329 'mw.PlayerSkinKskin',
328330 'mw.style.PlayerSkinKskin',
329331

Status & tagging log