r78248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78247‎ | r78248 | r78249 >
Date:15:35, 12 December 2010
Author:catrope
Status:ok
Tags:
Comment:
(bug 26177) Remove usage of undefined 'otherinfo' message from UploadWizard output
Modified paths:
  • /trunk/extensions/UploadWizard/resources/combined.js (modified) (history)
  • /trunk/extensions/UploadWizard/resources/combined.min.js (modified) (history)
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/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 + "\n\n";
1178811787 }
1178911788
Index: trunk/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 + "\n\n";
14031402 }
14041403
Index: trunk/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+"\n\n";
1178811787 }
1178911788

Follow-up revisions

RevisionCommit summaryAuthorDate
r782491.16wmf4: MFT r78248catrope15:36, 12 December 2010
r79134MFT r78248platonides22:04, 28 December 2010

Status & tagging log