* Speed up Special:UncategorizedPages and Special:Deadendpages (no longer marked...
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 11 Sep 2007 08:10:28 +0000 (08:10 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 11 Sep 2007 08:10:28 +0000 (08:10 +0000)
commit11de3cf8b42927a859dc59e99fcb3560394cda2a
tree0bd4d94e47cb99f5399debda168d965fe6c02c74
parentf2bbf9739c9505dc5f2429dd03d111d20704f52e
* Speed up Special:UncategorizedPages and Special:Deadendpages (no longer marked as slow queries). They now add blank ('','') entries for pages without ANY links or categories. Note that these entries are now what is checked by Special:Uncategorizedpages and Special:Deadendpages. Thus, refreshLinks.php needs to be run before either of these pages will work correctly. An update script will be forthcoming.
* RELEASE-NOTES comments forgotten in a previous commit.
RELEASE-NOTES
includes/LinksUpdate.php
includes/SpecialDeadendpages.php
includes/SpecialUncategorizedpages.php