r74715 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74714‎ | r74715 | r74716 >
Date:05:07, 13 October 2010
Author:dale
Status:deferred
Tags:
Comment:
* some language tweeks
* bumped release version for update
Modified paths:
  • /branches/MwEmbedStandAlone/modules/MiroSubs/loader.js (modified) (history)
  • /branches/MwEmbedStandAlone/modules/MiroSubs/mw.MiroSubsConfig.js (modified) (history)
  • /branches/MwEmbedStandAlone/remotes/mediaWiki.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/MiroSubs/loader.js
@@ -18,7 +18,7 @@
1919 });
2020
2121 mw.setDefaultConfig( {
22 - 'MiroSubs.EnableUniversalSubsEditor': false
 22+ 'MiroSubs.EnableUniversalSubsEditor': true
2323 })
2424
2525 mw.addModuleLoader( 'MiroSubs', function(){
Index: branches/MwEmbedStandAlone/modules/MiroSubs/mw.MiroSubsConfig.js
@@ -130,7 +130,7 @@
131131 buttons[ gM('mwe-mirosubs-save-subs') ] = function(){
132132 var summary = $j('#mwe-mirosubs-save-summary').val();
133133 // Append link to gadget:
134 - summary+= ' with [[Help:Gadget-MwEmbed/UniversalSubs|UniversalSubs]]';
 134+ summary+= ' using [[Commons:UniversalSubtitles|UniversalSubs]]';
135135 callback( summary );
136136 // set dialog to loading
137137 $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 = 'r157';
 8+var mwRemoteVersion = 'r158';
99 var mwUseScriptLoader = true;
1010
1111 // Log the mwRemote version makes it easy to debug cache issues

Status & tagging log