Set up the Title fields directly in Title::makeTitle(), skipping the
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 23:19:12 +0000 (23:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 23:19:12 +0000 (23:19 +0000)
commitd9b242a14957708b3991d774fb285e2b61245e80
tree31df9f695b8ba96523922ed5061a625ea8716e93
parent669d4e07f205cddbf3201253f7368270282df220
Set up the Title fields directly in Title::makeTitle(), skipping the
secureAndSplit() step. This saves a lot of time and memory when working
with titles that are known-good (coming out of the database or other
Title objects, for instance).

Warning: if you feed invalid input to makeTitle() it will *not* be
checked for validity anymore and may do bad things. Don't do that.
includes/SpecialAllmessages.php
includes/Title.php