Moved redirect extraction from Title to WikitextContent.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 11 Jun 2012 10:35:46 +0000 (12:35 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 11 Jun 2012 10:35:46 +0000 (12:35 +0200)
commit6de4180d0c586e6b83bdfb5d82d107b14f482a7d
tree8ddc0f0df81d0a6019d9313c686dcc904817f594
parentc2ef0bff3791a2fb64e4f638e44582bdcd877ace
Moved redirect extraction from Title to WikitextContent.

All code that wants to know redirects should use the methods
from the Content interface, the newFromRedirect methods in
Title are deprecated.
includes/Content.php
includes/ContentHandler.php
includes/Title.php
includes/api/ApiEditPage.php
includes/job/DoubleRedirectJob.php
includes/parser/Parser.php
maintenance/checkBadRedirects.php