From: Bartosz DziewoƄski Date: Thu, 7 Jul 2016 06:25:44 +0000 (+0200) Subject: Release notes for UploadVerifyUpload hook (8f2acfcd) X-Git-Tag: 1.31.0-rc.0~6435 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=7fbbee93e2815ee51bbe52530964a0a62c3a9274;p=lhc%2Fweb%2Fwiklou.git Release notes for UploadVerifyUpload hook (8f2acfcd) Change-Id: Ic8c79e7c56c747795b59a05c2cae1e5ca59e417f --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index d0bb57f609..9281a96ac8 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -22,6 +22,9 @@ production. * Added a new hook, 'UserIsBot', to aid in determining if a user is a bot. * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better interact with API parsing. +* Added a new hook, 'UploadVerifyUpload', which can be used to reject a file + upload. Unlike 'UploadVerifyFile' it provides information about upload comment + and the file description page, but does not run for uploads to stash. === External library changes in 1.28 ===