r61049 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61048‎ | r61049 | r61050 >
Date:10:40, 14 January 2010
Author:dale
Status:deferred
Tags:
Comment:
* added comment field to "ignore error" button request
Modified paths:
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.BaseUploadInterface.js (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.BaseUploadInterface.js
@@ -722,7 +722,8 @@
723723 'sessionkey': _this.warnings_sessionkey,
724724 'ignorewarnings': 1,
725725 'filename': $j( '#wpDestFile' ).val(),
726 - 'token' : _this.editToken
 726+ 'token' : _this.editToken,
 727+ 'comment' : $j( '#wpUploadDescription' ).val(),
727728 };
728729 //run the upload from stash request
729730 mw.getJSON(_this.api_url, request, function( data ) {

Status & tagging log