Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -79,6 +79,9 @@ |
80 | 80 | * $wgMemoryLimit has been added, default value '50M' |
81 | 81 | * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook |
82 | 82 | should be used instead |
| 83 | +* (bug 20489) $wgIllegalFileChars added to override the default list of illegal characters in file names. |
| 84 | +* (bug 19646) $wgImgAuthDetails added to display reason access to uploaded file was denied to users(img_auth only) |
| 85 | +* (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up correctly (img_auth only) |
83 | 86 | |
84 | 87 | === New features in 1.16 === |
85 | 88 | |
— | — | @@ -203,6 +206,7 @@ |
204 | 207 | and add its HTML to it, rather than having to go straight to $wgOut. |
205 | 208 | * Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for |
206 | 209 | database connection and query errors. |
| 210 | +* (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before file is streamed to user, but only when using img_auth |
207 | 211 | |
208 | 212 | === Bug fixes in 1.16 === |
209 | 213 | |