X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=3e68abd06d5d6834e5cc3ca23f8e62c9517da229;hb=cfa57854f1b2938a2a8cc1fb4a7efb57e9df0441;hp=9203f90887dd305c58a3a0ec24599d0c209126f8;hpb=db759c2acb655771a7fb057336946be7393d43cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 9203f90887..3e68abd06d 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -132,11 +132,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 @@ -145,8 +145,10 @@ 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. +* Added $wgCopyUploadProxy global to define which proxy to use for copy + uploads. === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -245,6 +247,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (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 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.