diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2014-05-25 23:58:05 +0200 |
---|---|---|
committer | Ori.livneh <ori@wikimedia.org> | 2014-06-10 02:49:17 +0000 |
commit | 9e6827d7b56e905521f0110727a46b2d14f31298 (patch) | |
tree | 66a505ef5269b34791dff2bcc13b8197ff24b0cb /skins/.gitignore | |
parent | f87cf660bff2cb5c1c6192df7747fb59e531205f (diff) | |
download | mediawikicore-9e6827d7b56e905521f0110727a46b2d14f31298.tar.gz mediawikicore-9e6827d7b56e905521f0110727a46b2d14f31298.zip |
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
Diffstat (limited to 'skins/.gitignore')
-rw-r--r-- | skins/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/.gitignore b/skins/.gitignore index 3ab8af25b83f..a35670e8d368 100644 --- a/skins/.gitignore +++ b/skins/.gitignore @@ -7,5 +7,3 @@ !vector/* *.php -!MonoBook.php -!Vector.php |