Improving extendibility of the sidebar improvements, css adding, and also JS variables.
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 15 Jul 2008 11:03:04 +0000 (11:03 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 15 Jul 2008 11:03:04 +0000 (11:03 +0000)
commit81ffc1f0194c349e9b90aee18369a89baf67301d
tree99fc299b2abe86236993d32a80f8c9063e1c16be
parent2051ba1a18b1beecb6821d865a332306b24d3c44
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.
RELEASE-NOTES
docs/hooks.txt
includes/Skin.php
includes/SkinTemplate.php
skins/Modern.php
skins/MonoBook.php