Revert r107769, r107771, r107825, r107840, r107927, r107934
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 3 Jan 2012 21:44:41 +0000 (21:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 3 Jan 2012 21:44:41 +0000 (21:44 +0000)
commit0bbf9a45b08da15edb5aa767be26c2b13508c418
tree066e230d767711d86eff0ada9283354931f0c72d
parent09e3430a47ded75fe51e837467080263c26f0a32
Revert r107769, r107771, r107825, r107840, r107927, r107934

Title objects are meant to be dumb value objects; we shouldn't add to their internal state like this, but should be working to remove the bits already in there like the article ID.
Preloading information like this can make sense, but probably belongs in WikiPage, not Title.
includes/FakeTitle.php
includes/Title.php
includes/WikiPage.php