Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -77,6 +77,16 @@ |
78 | 78 | load.php URLs by using a more compact parameter format. |
79 | 79 | * (bug 25262) Fix for minification of hardcoded data: URIs in CSS. |
80 | 80 | * (bug 25124) Respect $wgStyleDirectory in ResourceLoader. |
| 81 | +* Allow installation when no HTTP client is available, don't throw an exception. |
| 82 | +* (bug 27465) Fix metadata extraction for SVG files using unusual namespace |
| 83 | + names. |
| 84 | +* (bug 29174) Fix regression in upload-by-URL: uploading files larger than the |
| 85 | + PHP memory limit should work again. |
| 86 | +* Fixed the display of comments in the new user log. |
| 87 | +* (bug 28237) When installing extensions using the web-based installer, create |
| 88 | + any necessary database tables. |
| 89 | +* (bug 28983) Fixed automated installation of extensions that overwrite $path. |
| 90 | +* Fixed error caused by missing magic words. |
81 | 91 | |
82 | 92 | === Configuration changes in 1.17 === |
83 | 93 | |