From: Brad Jorsch Date: Mon, 27 Jun 2016 15:34:28 +0000 (-0400) Subject: Apply $wgMaxArticleSize more exactly X-Git-Tag: 1.31.0-rc.0~6256^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=b6fce440b719882adc46a6f29f245d70e2a67e6f;hp=b6fce440b719882adc46a6f29f245d70e2a67e6f;p=lhc%2Fweb%2Fwiklou.git Apply $wgMaxArticleSize more exactly $wgMaxArticleSize is defined as "maximum article size in kilobytes", however the way it was being used in WikiImporter and EditPage was actually allowing 1023 bytes more than the limit. Other code using the variable was limiting it to the specified value. Change-Id: I85e4d2146643c5ac65f27cf464a51b28d68440b0 ---