From: Jack D. Pond Date: Fri, 4 Sep 2009 20:43:45 +0000 (+0000) Subject: Added documentation for img_auth upgrade and $wgIllegalFileChars X-Git-Tag: 1.31.0-rc.0~39917 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=471c86d907cd9f073e8b2b0f1a9c7840912ca0c6;hp=2684a9fd3b203872f6825260573f55a65bc0d2ea;p=lhc%2Fweb%2Fwiklou.git Added documentation for img_auth upgrade and $wgIllegalFileChars --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 83fd27da7c..be44c5e966 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -79,6 +79,9 @@ this. Was used when mwEmbed was going to be an extension. * $wgMemoryLimit has been added, default value '50M' * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook should be used instead +* (bug 20489) $wgIllegalFileChars added to override the default list of illegal characters in file names. +* (bug 19646) $wgImgAuthDetails added to display reason access to uploaded file was denied to users(img_auth only) +* (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up correctly (img_auth only) === New features in 1.16 === @@ -203,6 +206,7 @@ this. Was used when mwEmbed was going to be an extension. and add its HTML to it, rather than having to go straight to $wgOut. * Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for database connection and query errors. +* (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before file is streamed to user, but only when using img_auth === Bug fixes in 1.16 ===