Followup to r46951 and friends: add $wgExportMaxLinkDepth, defaulting to 0.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Feb 2009 00:48:39 +0000 (00:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Feb 2009 00:48:39 +0000 (00:48 +0000)
commit062158904b46d81784b95e65069ccd3704db10db
tree5bc7e060ad27a456a5240774784c18964d46f567
parent3d3c0b90e3368db71caddbfcb16124b4a0ad9869
Followup to r46951 and friends: add $wgExportMaxLinkDepth, defaulting to 0.
If set to non-zero, this specifies the maximum link depth that will be followed for exports. Remember "6 degrees of separation", this could easily kill on a site like Wikipedia. :)
includes/DefaultSettings.php
includes/specials/SpecialExport.php