r98562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98561‎ | r98562 | r98563 >
Date:21:07, 30 September 2011
Author:neilk
Status:ok
Tags:
Comment:
up max number of uploads per wizard run to 50. this limit was set arbitrarily, so I am arbitrarily increasing it
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -323,7 +323,7 @@
324324 'maxSimultaneousConnections' => 3,
325325
326326 // Max number of uploads for a given form
327 - 'maxUploads' => 10,
 327+ 'maxUploads' => 50,
328328
329329 // not for use with all wikis.
330330 // The ISO 639 code for the language tagalog is "tl".

Status & tagging log