Revert "Add 'mediawiki.skinning.logo' module"
authorKrinkle <krinklemail@gmail.com>
Thu, 4 Jun 2015 15:00:02 +0000 (15:00 +0000)
committerKrinkle <krinklemail@gmail.com>
Thu, 4 Jun 2015 15:00:02 +0000 (15:00 +0000)
commitcc6470252707f9959020047fe68bf7cfc50fa1a0
tree909374461f709c4d0009f2e56dd8c555b6b5bf0b
parent43346e1527dc6f30e33c5acd4f479acc0eab7d0a
Revert "Add 'mediawiki.skinning.logo' module"

This is redundant and creates more modules than necessary.

The use case of not wanting to load "mediawiki.skinning.interface"
in a custom skin is invalid. For this exact purpose we already created
the ResourceLoaderSkinModule class which is generic and re-usable.

Skins can add that class name to their stylesheet file module to
append the logo styles. This way involves no extra modules. Not in
core, and not in any skin.

This reverts commit 43346e1527dc6f30e33c5acd4f479acc0eab7d0a.

Change-Id: I2b0a1d5ed72f2d5338ad26af6e04227bec45dcc1
resources/Resources.php