Added two global variables, $wgAllowUserJs and $wgAllowUserCss, which
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 21:51:52 +0000 (21:51 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 21:51:52 +0000 (21:51 +0000)
commitc9d98b9dcab7d79895acaa4308c2a2a59fbf089d
treef69a15c56f6b86b524a01ef73352e050eed74bc6
parent827c0e138aa5b9d84fe9e5cec648e94d2541dbb3
Added two global variables, $wgAllowUserJs and $wgAllowUserCss, which
default to true. Admins can set one or the other to false to disable the
feature of User: namespace Javascript and CSS links.

Added code to Skin.php (but not SkinPHPTal.php, yet) to check these
variables before adding the User: namespace Javascript and CSS links.
includes/DefaultSettings.php
includes/Skin.php