Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -432,6 +432,8 @@ |
433 | 433 | * Installer checked for magic_quotes_runtime instead of register_globals. |
434 | 434 | * (bug 30131) XCache with variable caching disabled no longer used for variable caching (CACHE_ACCEL) |
435 | 435 | * $wgSVGMaxSize is now applied to the smaller of width or height, making very wide pano/timeline/diagram SVGs renderable at saner sizes |
| 436 | +* (bug 30219) The page shown when LocalSettings.php does not exist was broken on |
| 437 | + Windows servers. |
436 | 438 | |
437 | 439 | === API changes in 1.18 === |
438 | 440 | * BREAKING CHANGE: action=watch now requires POST and token. |