r101437 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101436‎ | r101437 | r101438 >
Date:23:46, 31 October 2011
Author:raindrift
Status:ok
Tags:
Comment:
changed default values for FormData and multi-file select flags
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -348,9 +348,6 @@
349349 // supports "passthrough" mode so that assets that don't need conversions behave very similar
350350 // to a normal XHR post.
351351 'enableFirefogg' => false,
352 -
353 - // Check if we want to enable FormData upload
354 - 'enableFormData' => false,
355352
356353 // Setup list of video extensions for recomending firefogg.
357354 'transcodeExtensionList' => array( 'avi','asf','asx','wmv','wmx','dv','rm','ra','3gp','mkv',
@@ -389,8 +386,11 @@
390387
391388 // Wiki page for reporting issues with the blacklist
392389 'blacklistIssuesPage' => '',
 390+
 391+ // should File API uploads be available? Required for chunked uploading and multi-file select
 392+ 'enableFormData' => true,
393393
394 - // Whether multi-file select is enabled -- this is temporary, just waiting for backend code r93270 to be reviewed
395 - 'enableMultiFileSelect' => false
396 -
 394+ // should multi-file select be available in supporting browsers?
 395+ 'enableMultiFileSelect' => true,
 396+
397397 );

Status & tagging log