r79134 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79133‎ | r79134 | r79135 >
Date:22:04, 28 December 2010
Author:platonides
Status:ok
Tags:
Comment:
MFT r78248
Modified paths:
  • /branches/REL1_17/extensions/UploadWizard/resources/combined.js (modified) (history)
  • /branches/REL1_17/extensions/UploadWizard/resources/combined.min.js (modified) (history)
  • /branches/REL1_17/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: branches/REL1_17/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: branches/REL1_17/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: branches/REL1_17/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

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