Revert r37686, 37687 for now:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jul 2008 21:35:32 +0000 (21:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jul 2008 21:35:32 +0000 (21:35 +0000)
commit5c75f383d827a4d2891d42eae8cf870ed0ba17ed
tree06c227c484557a5a6add3f6acf1a4599f3ec9c12
parentc2e257cafd49100ec4a4928385846d50da91a76d
Revert r37686, 37687 for now:

"Improving extendibility of the sidebar improvements, css adding, and also JS variables."

"* New hooks:"
"** SkinSidebarSpecialBox and SkinSidebarOutputSpecialBox to allow extensions to add new custom boxes to Tim's new Sidebar system"
"** SkinSetupSiteCss to allow extensions to modify and add new stylesheets to load into the page. This one allows for fine positioning and can be very useful for things like an extension providing global css for a wiki farm."
"** SkinGlobalVariables to allow extensions to add new global variables to export to the JS variables in the page."

At least some of these appear to duplicate existing functionality -- extensions already can add new stylesheets and JS variables, and I'm pretty sure can add portals as well.
RELEASE-NOTES
docs/hooks.txt
includes/Skin.php
includes/SkinTemplate.php
skins/Modern.php
skins/MonoBook.php