From: Alexandre Emsenhuber Date: Tue, 13 Apr 2010 17:33:22 +0000 (+0000) Subject: Documented hooks added in r64903 X-Git-Tag: 1.31.0-rc.0~37123 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=1cf4890abaee580a50966eb8c8cf4f619ad17093;p=lhc%2Fweb%2Fwiklou.git Documented hooks added in r64903 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index ecb8e0673e..82248a7211 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -731,12 +731,21 @@ $from: address of sending user $subject: subject of the mail $text: text of the mail +'EmailUserCC': before sending the copy of the email to the author +$to: address of receiving user +$from: address of sending user +$subject: subject of the mail +$text: text of the mail + 'EmailUserComplete': after sending email from one user to another $to: address of receiving user $from: address of sending user $subject: subject of the mail $text: text of the mail +'EmailUserForm': after building the email user form object +$form: HTMLForm object + 'EmailUserPermissionsErrors': to retrieve permissions errors for emailing a user. $user: The user who is trying to email another user. $editToken: The user's edit token.