From 86fb1cc78c94c7fa3a07f10981f697673e281535 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 4 Jan 2013 17:04:17 +0100 Subject: [PATCH] Remove docs for hook LoggableUserIPData Hook does not exist (anymore). Some background in bug 32925. Change-Id: I830abd60f559cdd276458447f8f4c772b2d136b1 --- docs/hooks.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index c6630dcba5..754dccf105 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1449,17 +1449,6 @@ $param: Associative Array with the following additional options: "<div ...>$1</div>"). - flags Integer display flags (NO_ACTION_LINK,NO_EXTRA_USER_LINKS) -'LoggableUserIPData': Called when IP data for a user action can be logged by extensions like CheckUser. -This is intended for when users do things that do not already create edits or log entries. -$context: The context the of the action, which includes the user and request -$data: Associative array of data for handlers to record. It must include values for: - - 'namespace' Integer namespace for target title (NS_SPECIAL is allowed) - - 'title' Database key string for target title (empty string if not applicable) - - 'pageid' Integer page ID for target title (zero if not applicable) - - 'action' Wikitext string in the same format as an edit summary - - '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 succeeded or failed. No return data is accepted; this hook is for auditing only. $user: the User object being authenticated against -- 2.20.1