From: Roan Kattouw Date: Sat, 13 Aug 2011 18:33:00 +0000 (+0000) Subject: Add RELEASE-NOTES for r93818 and r94155. Adding to the 1.18 file since they're tagged... X-Git-Tag: 1.31.0-rc.0~28288 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=3ef136899265002cc99eb3b61960c3f808507307;p=lhc%2Fweb%2Fwiklou.git Add RELEASE-NOTES for r93818 and r94155. Adding to the 1.18 file since they're tagged for 1.18 --- diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18 index 0f71e53cb0..0fe33d9d55 100644 --- a/RELEASE-NOTES-1.18 +++ b/RELEASE-NOTES-1.18 @@ -201,7 +201,10 @@ production. Configuration is similar to $wgAutopromote (see DefaultSettings.php) * The PerformRetroactiveAutoblock hook was added to allow overriding or complementing retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. -* MediaWiki now supports using protocol-relative URLs in links, interwiki targets and $wgServer +* MediaWiki now supports using protocol-relative URLs in links, interwiki + targets and $wgServer. +* Introduced $wgVaryOnXFPForAPI which will cause the API to send + Vary: X-Forwarded-Proto headers. === Bug fixes in 1.18 === * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) @@ -435,6 +438,8 @@ production. * $wgSVGMaxSize is now applied to the smaller of width or height, making very wide pano/timeline/diagram SVGs renderable at saner sizes * (bug 30219) The page shown when LocalSettings.php does not exist was broken on Windows servers. +* (bug 30074) Moving user JS subpages resulted in JS errors because + #REDIRECT [[Foo]] is invalid JS === API changes in 1.18 === * BREAKING CHANGE: action=watch now requires POST and token.