X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=3e68abd06d5d6834e5cc3ca23f8e62c9517da229;hb=cfa57854f1b2938a2a8cc1fb4a7efb57e9df0441;hp=90a415cec0fb97937938abd0fc5384283afe1113;hpb=b9e3916b80fe7220ed2a4fbe045df09cd253c812;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 90a415cec0..3e68abd06d 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -29,7 +29,6 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. connections, if either are available for the selected DB type. * $wgUseCombinedLoginLink now defaults to false, making MediaWiki output separate login and create account links by default. -* (bug 29374) $wgVectorUseSimpleSearch is now enabled by default. === New features in 1.20 === * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists. @@ -249,9 +248,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 40214) Category pages no longer use deprecated "width" HTML attribute. * (bug 39941) Add missing stylesheets to the installer pages * In HTML5 mode, allow new input element types values (such as color, range..) -* (bug 40353) SpecialDoubleRedirect should support interwiki redirects. -* (bug 40352) fixDoubleRedirects.php should support interwiki redirects. -* (bug 9237) SpecialBrokenRedirect should not list interwiki redirects. +* (bug 36151) mw.Title: Don't limit extension in title parsing. === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. @@ -290,7 +287,6 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 11142) Improve file extension blacklist error reporting in API upload. * (bug 39665) Cache AllowedGenerator array so it doesn't autoload all query classes on every request. -* (bug 35693) ApiQueryImageInfo now suppresses errors when unserializing metadata. === Languages updated in 1.20 === @@ -327,9 +323,6 @@ changes to languages because of Bugzilla reports. * Use of __DIR__ instead of dirname( __FILE__ ). * OutputPage::wrapWikiMsg() no longer supports the 'options' parameter. It was not used and complicated migration to Message class. -* Live preview functionality has been improved and moved into the - 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module - has been removed. == Compatibility ==