From 471c86d907cd9f073e8b2b0f1a9c7840912ca0c6 Mon Sep 17 00:00:00 2001 From: "Jack D. Pond" Date: Fri, 4 Sep 2009 20:43:45 +0000 Subject: [PATCH 1/1] Added documentation for img_auth upgrade and $wgIllegalFileChars --- RELEASE-NOTES | 4 ++++ 1 file changed, 4 insertions(+) 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 === -- 2.20.1