X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=fb7683e08c2f7a9d453cd95568229866893788f1;hb=ca90e32665183709b9c0e558b6c6df5923e76dc0;hp=6f45cf052dad79f9c46b71d3734e905f4175430c;hpb=879e32df7cd98f9096735cb80f97d8b9c8525566;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 6f45cf052d..fb7683e08c 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -25,6 +25,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * Removed f-prot support from $wgAntivirusSetup. * New variable $wgDBerrorLogTZ to provide dates in the error log in a 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. === New features in 1.20 === * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists. @@ -122,6 +124,13 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. API upload errors due to the file extension blacklist. * jsMessage: Redesigned in Vector/Monobook as floating bubble with auto-hide. * New hook 'ParserTestGlobals' allows to set globals before running parser tests. +* Allow importing pages as subpage. +* Add lang and hreflang attributes to language links on Login page. +* (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 39376) jquery.form upgraded to 3.14 === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -204,6 +213,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. are returned, like in previous versions. * (bug 36524) "Show" options on Special:RecentChanges and Special:RecentChangesLinked are now remembered between successive clicks. +* (bug 26069) Page title is no longer "Error" for all error pages +* (bug 39297) Show warning if thumbnail of animated image will not be animated. === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.