http://www.mediawiki.org/wiki/User:Catrope/Stub_threshold shows us people setting...
authorPlatonides <platonides@users.mediawiki.org>
Tue, 3 Aug 2010 22:32:09 +0000 (22:32 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 3 Aug 2010 22:32:09 +0000 (22:32 +0000)
commit121bb4f03eb71f37c0294327648bdd0a00679a4d
treee04c6c51d9956ef1b0bd9c5eb31bc2185936e123
parentc343f8dedda6f2daec530a64eec5c91956fd4d52
mediawiki.org/wiki/User:Catrope/Stub_threshold shows us people setting it to insanely large values trying to disable it.
r70433 addressed the UI. Here we proxy its access via a new method getStubThreshold() that disables it if a page of such size cannot be
created (by an user), so we can serve them parser cached articles again.
includes/Article.php
includes/Linker.php
includes/User.php
includes/parser/LinkHolderArray.php