Added missing directories to findHooks.php and missing quote in hooks.txt that made...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 12 Feb 2012 19:18:36 +0000 (19:18 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 12 Feb 2012 19:18:36 +0000 (19:18 +0000)
docs/hooks.txt
maintenance/findHooks.php

index 2bc0461..e18fa45 100644 (file)
@@ -1238,7 +1238,7 @@ $data: Associative array of data for handlers to record. It must include values
  - 'comment'   Wikitext string in the same format as an edit summary
  - 'timestamp' Timestamp when the action occured
 
-LoginAuthenticateAudit': a login attempt for a valid user account either
+'LoginAuthenticateAudit': a login attempt for a valid user account either
 succeeded or failed. No return data is accepted; this hook is for auditing only.
 $user: the User object being authenticated against
 $password: the password being submitted and found wanting
index 64410a7..b8512e5 100644 (file)
@@ -63,8 +63,10 @@ class FindHooks extends Maintenance {
                        $IP . '/includes/db/',
                        $IP . '/includes/diff/',
                        $IP . '/includes/filerepo/',
+                       $IP . '/includes/filerepo/file/',
                        $IP . '/includes/installer/',
                        $IP . '/includes/interwiki/',
+                       $IP . '/includes/logging/',
                        $IP . '/includes/media/',
                        $IP . '/includes/parser/',
                        $IP . '/includes/resourceloader/',