From 8e91c520a7a7d0d3d27fb51b07530c4343ab3629 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 3 Jan 2008 20:54:42 +0000 Subject: [PATCH] * (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. :) --- RELEASE-NOTES | 1 + includes/SpecialImport.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 = '' ) {
-
-- 2.20.1