X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=ba828d8fec5f41a99e63954fec78b03f9596998a;hb=abbaf76c9a7e1ce8cba6aa52e9ee5b0a92d908e4;hp=243d20581ce8cbdf47d9ebe304a2e1f8a1e25bba;hpb=4498b01558ff849af9263101817cd3dcb9747e8d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 243d20581c..ba828d8fec 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -27,6 +27,9 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. different timezone than the wiki timezone set by $wgLocaltimezone. * New variables $wgDBssl and $wgDBcompress to enable SSL and compression for database 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. @@ -65,7 +68,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 35685) api.php URL and other entry point URLs are now listed on Special:Version * Edit notices can now be translated. -* jQuery upgraded to 1.7.2 +* jQuery upgraded to 1.8.1 * jQuery UI upgraded to 1.8.23. * QUnit upgraded from v1.2.0 to v1.10.0. * (bug 37604) jquery.cookie upgraded to 2011 version. @@ -130,11 +133,11 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 22749) Create Special:MostInterwikis. * Show change tags when transclude Special:Recentchanges(linked) or Special:Newpages. * (bug 23226) Add |class= parameter to image links in order to add class(es) to HTML img tag. -* (bug 39431) SVG animated status is now shown in long description +* (bug 39431) SVG animated status is now shown in long description. * (bug 39376) jquery.form upgraded to 3.14. * SVG files will now show the actual width in the SVG's specified units in the metadata box. -* Added ResourceLoader module "jquery.jStorage". +* Added ResourceLoader module "jquery.jStorage" (v0.3.0, http://jStorage.info/). * (bug 39273) Added AJAX support for "Show changes" (diff) in LivePreview. * Added ResourceLoader module "jquery.badge". * mw.util.$content now points to the overall content area in the skin rather than just @@ -143,7 +146,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. with auto-hide, multi-message support, and message replacement tags. * jquery.messageBox which appears to be unused by both core and extensions has been removed. -* (bug 34939) Made link parsing insensitive ([HttP://]) +* (bug 34939) Made link parsing insensitive ([HttP://]). * (bug 40072) Add CSS classes to items in output of ChangesList pages. === Bug fixes in 1.20 === @@ -241,6 +244,11 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error. * (bug 36329) Accesskey tooltips for Firefox 14 on Mac should use "ctrl-option-" prefix. * (bug 32552) Drop unused database field cat_hidden from table category. +* (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 for interwiki redirects. +* (bug 40352) fixDoubleRedirects.php should support for interwiki redirects. === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. @@ -279,6 +287,7 @@ 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 === @@ -315,6 +324,9 @@ 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 ==