r78249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78248‎ | r78249 | r78250 >
Date:15:36, 12 December 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r78248
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/UploadWizard/resources/combined.js (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/UploadWizard/resources/combined.min.js (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/UploadWizard/resources/combined.js
@@ -11782,7 +11782,6 @@
1178311783 // add an "anything else" template if needed
1178411784 var otherInfoWikiText = $j( _this.otherInformationInput ).val().trim();
1178511785 if ( ! mw.isEmpty( otherInfoWikiText ) ) {
11786 - wikiText += "=={{int:otherinfo}}==\n";
1178711786 wikiText += otherInfoWikiText;
1178811787 }
1178911788
Index: branches/wmf/1.16wmf4/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -1397,7 +1397,6 @@
13981398 // add an "anything else" template if needed
13991399 var otherInfoWikiText = $j( _this.otherInformationInput ).val().trim();
14001400 if ( ! mw.isEmpty( otherInfoWikiText ) ) {
1401 - wikiText += "=={{int:otherinfo}}==\n";
14021401 wikiText += otherInfoWikiText;
14031402 }
14041403
Index: branches/wmf/1.16wmf4/extensions/UploadWizard/resources/combined.min.js
@@ -11782,7 +11782,6 @@
1178311783
1178411784 var otherInfoWikiText=$j(_this.otherInformationInput).val().trim();
1178511785 if(!mw.isEmpty(otherInfoWikiText)){
11786 -wikiText+="=={{int:otherinfo}}==\n";
1178711786 wikiText+=otherInfoWikiText;
1178811787 }
1178911788

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78248(bug 26177) Remove usage of undefined 'otherinfo' message from UploadWizard o...catrope15:35, 12 December 2010

Status & tagging log