* Add a new hook getUserPermissionsErrors, which is a more modern version of the...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 10 Oct 2007 09:56:47 +0000 (09:56 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 10 Oct 2007 09:56:47 +0000 (09:56 +0000)
commit1e0651dce79e80e3ac325c293811f5fd6300f4b9
treeb2d4cfcb1bb650df053b250724fba78713b97b67
parentf53fed2d6b0ccb54e5f24b632382edd4fc390f28
* Add a new hook getUserPermissionsErrors, which is a more modern version of the userCan hook. userCan hook marked as deprecated, as this one allows you to actually say to the user WHY they can't edit an article, as opposed to just that they can't.

As a side-note, magic_quotes_gpc sucks. Two file-saves with it on, and I spent 45 minutes fixing it up, with a hacky perl script.
RELEASE-NOTES
docs/hooks.txt
includes/Title.php