resourceloader: Remove wgAvailableSkins from mw.config
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 6 Mar 2019 15:00:47 +0000 (15:00 +0000)
committerKrinkle <krinklemail@gmail.com>
Wed, 6 Mar 2019 19:55:42 +0000 (19:55 +0000)
commit249c9d631ac45ca2ab3173894ffe188889341d19
tree9e20fc5ee80443adc0422bfb1b32bb249e0f000e
parentc5ffaf22539f0c5e422831332081c03ae92ca304
resourceloader: Remove wgAvailableSkins from mw.config

Added in 2011 for use in QUnit tests (r80790, r80792).

That was a terrible idea in hindsight, which I removed again in
2015 with 6b758fc982972e, and 0f9e4ca0fb7c.

If a need for it were to arise in the future, we'd export it
within the file module that needs it, or via addJsConfigVars()
on only the pages that need it – not globally.

Bug: T217772
Change-Id: I3885cacaa9b33e6947dbaf26f9b6839e19588603
RELEASE-NOTES-1.33
includes/resourceloader/ResourceLoaderStartUpModule.php