$wgMaxUploadSize may now be set to an array to specify the upload size limit per...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 7 Jan 2011 22:12:05 +0000 (22:12 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 7 Jan 2011 22:12:05 +0000 (22:12 +0000)
commit02d3b7ad1d0f45664b4b9740099228182dac1fc2
treeabea3e6e34f52dae5633a5af9b9cc052f1ecb87d
parent332a63652e42f8b3813094706892a35d9802738c
$wgMaxUploadSize may now be set to an array to specify the upload size limit per upload type.

Backwards compatible, if not set to an array, applies to all uploads. If set to an array, per upload type maximums can be set, using the file and url keys. If the * key is set this value will be used as maximum for non-specified types.
RELEASE-NOTES
includes/ImagePage.php
includes/media/Bitmap.php