Add a system of hooks to allow third-party code to run before, after, or
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 27 Nov 2004 21:43:06 +0000 (21:43 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 27 Nov 2004 21:43:06 +0000 (21:43 +0000)
commit80d9f05b37d909690e9c24001f2e09e6b703fcbb
treec8100c557fd52bc22e744765e80cbb6958f0a444
parentea56a5acffcffeaa6f9bc1807299e83511b9db08
Add a system of hooks to allow third-party code to run before, after, or
instead of -- MediaWiki code for particular events (article rollback,
user ban, etc.). Framework is in place; hooks are not yet in place
in the mainline code.
docs/hooks.doc [new file with mode: 0644]
includes/DefaultSettings.php
includes/Hooks.php [new file with mode: 0644]
includes/Setup.php