(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 11:04:24 +0000 (11:04 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 11:04:24 +0000 (11:04 +0000)
commit57310ab838072148455c805a0a5c8bb64b6b0aba
tree7ea3f247d60ff83b5e27be124dc13758c2d47704
parent311bc79c88a5cd60284c04ab041ce8ea1de2a931
(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19
includes/AutoLoader.php
includes/OutputPage.php
includes/resourceloader/ResourceLoaderUserCSSPrefsModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderUserOptionsModule.php
resources/Resources.php