Don't use autodiscovery for core skins, move them to separate directories
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 25 May 2014 21:58:05 +0000 (23:58 +0200)
committerOri.livneh <ori@wikimedia.org>
Tue, 10 Jun 2014 02:49:17 +0000 (02:49 +0000)
commit9e6827d7b56e905521f0110727a46b2d14f31298
tree66a505ef5269b34791dff2bcc13b8197ff24b0cb
parentf87cf660bff2cb5c1c6192df7747fb59e531205f
Don't use autodiscovery for core skins, move them to separate directories

Step one on the way to killing the autodiscovery mechanism and making
the core skins less intertwined with core.

This only moves the files and fixes hardcoded paths throughout core.
Any further changes will be done in separate patch(es).

Moved files:
* skins/MonoBook.php → skins/monobook/MonoBook.php
* skins/Vector.php   → skins/vector/Vector.php

Bug: 65748
Change-Id: Ib4bdda5ed3c133fce0113eb17fa39950aa812f87
includes/AutoLoader.php
includes/Setup.php
includes/Skin.php
resources/Resources.php
skins/.gitignore
skins/MonoBook.php [deleted file]
skins/Vector.php [deleted file]
skins/monobook/MonoBook.php [new file with mode: 0644]
skins/vector/Vector.php [new file with mode: 0644]