From: Brion Vibber Date: Thu, 3 Jan 2008 20:54:42 +0000 (+0000) Subject: * (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form X-Git-Tag: 1.31.0-rc.0~50151 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=8e91c520a7a7d0d3d27fb51b07530c4343ab3629;p=lhc%2Fweb%2Fwiklou.git * (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form No particular reason to limit this beyond the general server settings. Seems to have been in there since the first version of the form, but dang if I know why I put it there. :) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 93c9b4ac6d..92e25573d8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -284,6 +284,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN it, all applicable reasons are now shown. * (bug 11428) Allow $wgScript inside $wgArticlePath when emulating PATH_INFO Fixes 'root'-style rewrite configurations +* (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form == Parser changes in 1.12 == diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index e7b88d587e..df6ba6e808 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -95,7 +95,6 @@ function wfSpecialImport( $page = '' ) {
-