* links and brokenlinks tables merged to pagelinks; this will reduce pain
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 26 May 2005 10:23:36 +0000 (10:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 26 May 2005 10:23:36 +0000 (10:23 +0000)
commite0ce5a322e41cf39f110fd4fa3c2c5c849964252
tree7d2e635a071c187c10132bc6df4acd75fd332452
parent505c2a044792a52250b628f14d3db378ea8244e6
* links and brokenlinks tables merged to pagelinks; this will reduce pain
  dealing with moves and deletes of widely-linked pages.

The updaters should be fixed up to understand future versions without the
tables there without breaking upgrades.
23 files changed:
RELEASE-NOTES
includes/Article.php
includes/Database.php
includes/Image.php
includes/LinkCache.php
includes/LinksUpdate.php
includes/Parser.php
includes/SpecialBrokenRedirects.php
includes/SpecialDeadendpages.php
includes/SpecialDisambiguations.php
includes/SpecialDoubleRedirects.php
includes/SpecialLog.php
includes/SpecialLonelypages.php
includes/SpecialRecentchangeslinked.php
includes/SpecialWantedpages.php
includes/SpecialWhatlinkshere.php
includes/SquidUpdate.php
includes/Title.php
maintenance/convertUtf8.php
maintenance/refreshLinks.inc
maintenance/remove-brokenlinks.php [deleted file]
maintenance/tables.sql
maintenance/updaters.inc