Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -201,7 +201,10 @@ |
202 | 202 | Configuration is similar to $wgAutopromote (see DefaultSettings.php) |
203 | 203 | * The PerformRetroactiveAutoblock hook was added to allow overriding or complementing |
204 | 204 | 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. |
206 | 209 | |
207 | 210 | === Bug fixes in 1.18 === |
208 | 211 | * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) |
— | — | @@ -435,6 +438,8 @@ |
436 | 439 | * $wgSVGMaxSize is now applied to the smaller of width or height, making very wide pano/timeline/diagram SVGs renderable at saner sizes |
437 | 440 | * (bug 30219) The page shown when LocalSettings.php does not exist was broken on |
438 | 441 | Windows servers. |
| 442 | +* (bug 30074) Moving user JS subpages resulted in JS errors because |
| 443 | + #REDIRECT [[Foo]] is invalid JS |
439 | 444 | |
440 | 445 | === API changes in 1.18 === |
441 | 446 | * BREAKING CHANGE: action=watch now requires POST and token. |