Add an extension for logging MediaWiki events to the system logger
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 27 Nov 2004 23:10:05 +0000 (23:10 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 27 Nov 2004 23:10:05 +0000 (23:10 +0000)
commit7a57bb56af450cc034c68e7279a70ba2be5601c4
treeb3c2f1a8ad91435536d097be50dad6c13be274ab
parent80d9f05b37d909690e9c24001f2e09e6b703fcbb
Add an extension for logging MediaWiki events to the system logger
(syslog). Although intended to be useful, it's more of a testbed for
event hooks than anything else. For a first pass, started logging user
login and user logout events. Had to add hooks-running code to the
login and logout modules, but that's kind of the point. Documented the
three events added in hooks.doc.
docs/hooks.doc
extensions/Syslog.php [new file with mode: 0644]
includes/Hooks.php
includes/SpecialUserlogin.php
includes/SpecialUserlogout.php