hooks.txt

This document contains the hooks available in BlueSpiceFoundation. For further
information on how to use hooks please take a look at the 
<mediawiki>/docs/hooks.txt file.

'BS:UserPageSettings': Allows the manipulation of the tile menu on the users 
own user page.
$oUser: The current MediaWiki User object
$oTitle: The current MediaWiki Title object
&$aSettingViews: A list of View objects

'BsFoundationBeforeMakeGlobalVariablesScript': Allows last minute manipulation of the RENDER_AS_JAVASCRIPT config vars
$oUser: The current MediaWiki User object
&$aScriptSettings: Array of script settings (BsConfig::getScriptSettings())