X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=blobdiff_plain;f=docs%2Fhooks.txt;h=62b22e153f2bc1d8ad05f361b6a938f5a824ec99;hb=d16c26fd2cbc190e078314f25889dd872269b160;hp=7c09a5551c59d71bb7a864a42b1e7620e5a87fc2;hpb=ded98f8c643eb295f728e37be74d972c101e7012;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index 7c09a5551c..62b22e153f 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1070,6 +1070,13 @@ $params: tag params $rc: RecentChange being tagged when the tagging accompanies the action or null $user: User who performed the tagging when the tagging is subsequent to the action or null +'ChangeTagsAllowedAdd': Called when checking if a user can add tags to a change. +&$allowedTags: List of all the tags the user is allowed to add. Any tags the + user wants to add ($addTags) that are not in this array will cause it to fail. + You may add or remove tags to this array as required. +$addTags: List of tags user intends to add. +$user: User who is adding the tags. + 'ChangeUserGroups': Called before user groups are changed. $performer: The User who will perform the change $user: The User whose groups will be changed @@ -1520,13 +1527,6 @@ $ip: The ip address of the user change the tables headers. &$extTypes: associative array of extensions types -'ExtractThumbParameters': DEPRECATED! Media handler should override -MediaHandler::parseParamString instead. -Called when extracting thumbnail parameters from a thumbnail file name. -$thumbname: the base name of the thumbnail file -&$params: the currently extracted params (has source name, temp or archived -zone) - 'FetchChangesList': When fetching the ChangesList derivative for a particular user. $user: User the list is being fetched for