* (bug 20720) moved userjs and sitejs to after core scripts and before all extension...
authorMichael Dale <dale@users.mediawiki.org>
Tue, 22 Sep 2009 01:00:06 +0000 (01:00 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Tue, 22 Sep 2009 01:00:06 +0000 (01:00 +0000)
commit7496a8e6c5d8dca1cf6afe52a38402b2b75a219a
tree1c91543ae005720bfc2f52119638b749b0f11c66
parent9d2586b282ccf97e78b320f7b4b6403ad34ba5c2
* (bug 20720) moved userjs and sitejs to after core scripts and before all extension code.
* removed setupSkinUserJs (not called anywhere) same functionality in getHeadScripts
* moved Skin::getHeadScripts() to outputPage::getHeadScripts()
** ( part of an effort to clean up scripts insertion to OutputPage )
** Standard skin was the only skin that implemented the getHeadScripts method. Has been merged into a skin::OutputPage method.
includes/OutputPage.php
includes/Skin.php
includes/SkinTemplate.php
skins/MonoBook.php
skins/Standard.php