* Moved all <link> definitions in OutputPage::getHeadLinks() instead of having them...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Apr 2011 18:38:42 +0000 (18:38 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Apr 2011 18:38:42 +0000 (18:38 +0000)
commitb7f8d0f41d5976f3fa0bf2e0e2816827edab0106
tree819008e68e5e48a6410643db798b11394459af14
parent3b3d26ef44946d8d71c5d4c89c1c7b735c73b468
* Moved all <link> definitions in OutputPage::getHeadLinks() instead of having them in a *lot* of different functions
* Also moved there generic <meta> and removed OutputPage::addDefaultMeta() with its $called static local variable which was breaking the output when generating multiple pages on the same request (rebuildFileCache.php, dumpHTML.php) since that function could only be executed completely once for all instances, and not once per instance
* Moved default module from OutputPage::output() to its own function and don't call it when executing a body only request, since it's useless in that case
* Call Skin::setMembers() from Skin::initPage() instead of Skin::outputPage()
includes/OutputPage.php
includes/Skin.php
includes/SkinTemplate.php