r55836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55835‎ | r55836 | r55837 >
Date:20:43, 4 September 2009
Author:jdpond
Status:resolved
Tags:
Comment:
Added documentation for img_auth upgrade and $wgIllegalFileChars
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -79,6 +79,9 @@
8080 * $wgMemoryLimit has been added, default value '50M'
8181 * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook
8282 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)
8386
8487 === New features in 1.16 ===
8588
@@ -203,6 +206,7 @@
204207 and add its HTML to it, rather than having to go straight to $wgOut.
205208 * Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for
206209 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
207211
208212 === Bug fixes in 1.16 ===
209213

Follow-up revisions

RevisionCommit summaryAuthorDate
r56069remove notes on reverted thigns from r55836brion21:08, 8 September 2009
r56070and one more stray line from r55836brion21:08, 8 September 2009

Status & tagging log