Reverting r25772 for now.
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Sep 2007 15:22:53 +0000 (15:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Sep 2007 15:22:53 +0000 (15:22 +0000)
commit949876a1962b4045d5d505d11b27e7cc890e2cdd
tree7b3772bbe042af288ffc1c13305c5e6fc3f43c43
parentfde0387186e4f5feb2d07293ef6d726fad8d19b7
Reverting r25772 for now.
The local language names as title are a cute feature, but a few problems:
* It only seems to use the values for the content language for this, though UI language would be more appropriate.
* A hojillion wfMsg() calls are made when Names.php is loaded, which feels kind of icky to me. Would trigger message cache initialization early and does a lot of extra calls not needed 99% of the time.
I'd rather only load values when required.
RELEASE-NOTES
includes/SkinTemplate.php
languages/Language.php
languages/Names.php
languages/messages/MessagesDe.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc
skins/MonoBook.php