From: Antoine Musso Date: Tue, 11 Jul 2006 14:30:03 +0000 (+0000) Subject: Note about $wgUploadSizeWarning using byte X-Git-Tag: 1.31.0-rc.0~56304 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=e6eb37bf9ef64c1d0d42b5a868ab6b9e012af0bf;p=lhc%2Fweb%2Fwiklou.git Note about $wgUploadSizeWarning using byte --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1a92f67ecf..9c8660391d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -50,7 +50,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6622) Removed deprecated function image::newFromTitle * (bug 6627) Fix regression in Special:Ipblocklist with table prefix * Removed forced dereferencements (new() returns a reference in PHP5) - +* Note about $wgUploadSizeWarning using byte == Languages updated == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f0b9442b93..f6591adca7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1280,7 +1280,7 @@ $wgCheckFileExtensions = true; */ $wgStrictFileExtensions = true; -/** Warn if uploaded files are larger than this */ +/** Warn if uploaded files are larger than this (in bytes)*/ $wgUploadSizeWarning = 150 * 1024; /** For compatibility with old installations set to false */