To simplify the lives of extension developers, the logging type arrays can now be...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 25 May 2006 07:37:20 +0000 (07:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 25 May 2006 07:37:20 +0000 (07:37 +0000)
commit2fb7f4fdb2029c9280eb1b0ee94ff1f0fa4c0492
tree454ec20a639beabce0e814f4a2f6007a9191df43
parent81f7f2ac7d6d507762ba7abe24105c65b64e777a
To simplify the lives of extension developers, the logging type arrays can now be appended to directly by an extension setup function. It is no longer necessary to write four separate functions just to add a custom log type.
The old hooks for this are retained for backwards compatibility, but are deprecated.
RELEASE-NOTES
docs/hooks.txt
includes/DefaultSettings.php
includes/LogPage.php
includes/Setup.php