r94425 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94424‎ | r94425 | r94426 >
Date:18:33, 13 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Add RELEASE-NOTES for r93818 and r94155. Adding to the 1.18 file since they're tagged for 1.18
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -201,7 +201,10 @@
202202 Configuration is similar to $wgAutopromote (see DefaultSettings.php)
203203 * The PerformRetroactiveAutoblock hook was added to allow overriding or complementing
204204 retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option.
205 -* MediaWiki now supports using protocol-relative URLs in links, interwiki targets and $wgServer
 205+* MediaWiki now supports using protocol-relative URLs in links, interwiki
 206+ targets and $wgServer.
 207+* Introduced $wgVaryOnXFPForAPI which will cause the API to send
 208+ Vary: X-Forwarded-Proto headers.
206209
207210 === Bug fixes in 1.18 ===
208211 * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)
@@ -435,6 +438,8 @@
436439 * $wgSVGMaxSize is now applied to the smaller of width or height, making very wide pano/timeline/diagram SVGs renderable at saner sizes
437440 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
438441 Windows servers.
 442+* (bug 30074) Moving user JS subpages resulted in JS errors because
 443+ #REDIRECT [[Foo]] is invalid JS
439444
440445 === API changes in 1.18 ===
441446 * BREAKING CHANGE: action=watch now requires POST and token.

Follow-up revisions

RevisionCommit summaryAuthorDate
r94472MFT to REL1_18:...hashar19:43, 14 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93818Introduce $wgVaryOnXFPToAPI which sends Vary: X-Forwarded-Proto (and the appr...catrope12:00, 3 August 2011
r94155(bug 30074) Moving user JS subpages resulted in JS errors because #REDIRECT [...catrope14:23, 10 August 2011

Status & tagging log