Deprecate the $wgExtraRandompageSQL config variable by adding a hook, SpecialRandomBe...
authorAlex Z <mrzman@users.mediawiki.org>
Sat, 8 Aug 2009 19:09:16 +0000 (19:09 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Sat, 8 Aug 2009 19:09:16 +0000 (19:09 +0000)
commit1166f4b410fec278b0644405fcd7799e12b4b9a8
treec2091b3d6ea4e7dc22a44bbb0fa301ecb3df6538
parent98cf514532ab1a782cb0a6d953facb1d30797489
Deprecate the $wgExtraRandompageSQL config variable by adding a hook, SpecialRandomBeforeSQL
This allows extensions more flexibility to modify the query,
or replace it entirely by setting their own query and returning false
$wgExtraRandompageSQL still retained for back-compat
RELEASE-NOTES
docs/hooks.txt
includes/DefaultSettings.php
includes/specials/SpecialRandompage.php