Add $wgAllowUserCssPrefs option to disable CSS-based preferences. These are injected...
authorHappy-melon <happy-melon@users.mediawiki.org>
Sat, 13 Mar 2010 20:46:22 +0000 (20:46 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sat, 13 Mar 2010 20:46:22 +0000 (20:46 +0000)
commita6e05537472942db1c5f72fb2d23cfd170263c03
tree3f087bc3f6b88cad67d69d9a324a86a612481213
parenta63e45a5bd5431b73918b81fd1c49b08b4c44620
Add $wgAllowUserCssPrefs option to disable CSS-based preferences.  These are injected by a 'stylesheet' /w/index.php?title=-&action=raw&gen=css, which is ~20 times slower to get out to the browser than a normal stylesheet. If you don't care about your users too much, getting rid of these options can dramatically improve page load times.

Also, update monobook/main.css to actually offer the redlink colour that's been seen on wikipedia since forever.  It's only when you turn off this per-user styling stuff that you realise that it's been overriding a different colour since September 2004 :D
RELEASE-NOTES
includes/DefaultSettings.php
includes/Preferences.php
includes/Skin.php
skins/monobook/main.css