Followup to r51583: actually use the rd_interwiki and rd_fragment fields, in the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 8 Jul 2010 10:49:36 +0000 (10:49 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 8 Jul 2010 10:49:36 +0000 (10:49 +0000)
commit8d4c81e306f5ae675c894fbeecce76fe8ce3037a
tree7e6ca15305b8d0f3aec23734737c4cd6394a4c93
parent792a026c165a09a7d4e775b3f02bcebcfd41228c
Followup to r51583: actually use the rd_interwiki and rd_fragment fields, in the spirit of r33133: we now use the redirect table as a cache for redirect targets, no longer pulling the page text from ES for every logged-in redirect view. Old-style redirect table entries with NULL for fragment and interwiki are automatically updated when the redirect is visited or edited.
includes/Article.php
includes/Title.php