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 @@
324
324
'maxSimultaneousConnections' => 3,
325
325
326
326
// Max number of uploads for a given form
327
- 'maxUploads' => 10,
327
+ 'maxUploads' => 50,
328
328
329
329
// not for use with all wikis.
330
330
// The ISO 639 code for the language tagalog is "tl".
Status & tagging log
18:28, 3 October 2011
Raindrift
(
talk
|
contribs
)
changed the
status
of r98562
[
removed:
new
added:
ok]