New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Apr 2005 04:16:50 +0000 (04:16 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Apr 2005 04:16:50 +0000 (04:16 +0000)
commit4b279acd46437f7e01e6e876c777dbb32a6908dc
treeedd871e10af4ea46d7d0fc9dd1597c774621ff5d
parenta23dadf7a59f86cc1ff41074a40430f3818891e6
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.
includes/QueryPage.php
includes/SpecialAncientpages.php
includes/SpecialBrokenRedirects.php
includes/SpecialDisambiguations.php
includes/SpecialDoubleRedirects.php
includes/SpecialPage.php
maintenance/updateSpecialPages.php [new file with mode: 0644]