* Cleanup for r108175: made if easier for extensions to interact with each other...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 6 Jan 2012 06:16:05 +0000 (06:16 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 6 Jan 2012 06:16:05 +0000 (06:16 +0000)
commit1d77bc94c2b41ec266d2b7e4db1203f6fec536fd
tree65a2ffbde70c424d3ee5e7aa1465a8c45db682b2
parent78f5e5a63e4fdaabb322f04680d0e32bef69df94
* Cleanup for r108175: made if easier for extensions to interact with each other in TitleReadWhitelist hook. A handler can set $whitelisted to true to whitelist the page or it can set it to false and return false (most restrictive wins).
* Added some hook doc comments.
docs/hooks.txt
includes/GlobalFunctions.php
includes/Hooks.php
includes/Title.php