Index: trunk/phase3/maintenance/findHooks.php |
— | — | @@ -63,8 +63,10 @@ |
64 | 64 | $IP . '/includes/db/', |
65 | 65 | $IP . '/includes/diff/', |
66 | 66 | $IP . '/includes/filerepo/', |
| 67 | + $IP . '/includes/filerepo/file/', |
67 | 68 | $IP . '/includes/installer/', |
68 | 69 | $IP . '/includes/interwiki/', |
| 70 | + $IP . '/includes/logging/', |
69 | 71 | $IP . '/includes/media/', |
70 | 72 | $IP . '/includes/parser/', |
71 | 73 | $IP . '/includes/resourceloader/', |
Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1238,7 +1238,7 @@ |
1239 | 1239 | - 'comment' Wikitext string in the same format as an edit summary |
1240 | 1240 | - 'timestamp' Timestamp when the action occured |
1241 | 1241 | |
1242 | | -LoginAuthenticateAudit': a login attempt for a valid user account either |
| 1242 | +'LoginAuthenticateAudit': a login attempt for a valid user account either |
1243 | 1243 | succeeded or failed. No return data is accepted; this hook is for auditing only. |
1244 | 1244 | $user: the User object being authenticated against |
1245 | 1245 | $password: the password being submitted and found wanting |