X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=8e274ed06ee15a27c64830f3d34c6deb6c583fc7;hb=b33fb102d1af5e396220226d3a01890ca428e0a5;hp=756ba4e8d0bef9ceb21b9858cfd32ebf0333d56c;hpb=cc1a3562e21267a0f997b73f9ca9c084efc570d2;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index 756ba4e8d0..8e274ed06e 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3569,14 +3569,6 @@ $props: (array|null) File properties, as returned by MessageSpecifier instance (you might want to use ApiMessage to provide machine -readable details for the API). -'UploadVerification': DEPRECATED since 1.28! Use UploadVerifyFile instead. -Additional chances to reject an uploaded file. -$saveName: (string) destination file name -$tempName: (string) filesystem path to the temporary file for checks -&$error: (string) output: message key for message to show if upload canceled by - returning false. May also be an array, where the first element is the message - key and the remaining elements are used as parameters to the message. - 'UploadVerifyFile': extra file verification, based on MIME type, etc. Preferred in most cases over UploadVerification. $upload: (object) an instance of UploadBase, with all info about the upload