Last modified: 2010-05-15 14:36:28 UTC
It's currently not possible to add new log types to includes/LogPage.php without hardcoding them, this means that extensions such as Renameuser (see bug 2772) can't add a new logtype and have to log to the main log. The code should be refactored in a way to allow external code to add log types.
I added three new $wgHooks to LogPage which enable extensions to add their own logtypes, see extensions/Renameuser/SpecialRenameuser.php for an example of this. Marking this as FIXED.