X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES;h=915b17cc18be761bf9461f2b924a9377b46ec454;hb=839001c7cc0ca819ed4e2e58971926187cc4a759;hp=ebaf08bf314cd665b50b044682b98580617d1469;hpb=ec6a5d1612c2ffcc304504b605cbf2fb43986af2;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ebaf08bf31..915b17cc18 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === Configuration changes in 1.17 === * DatabaseFunctions.php that was needed for compatibility with pre-1.3 extensions has been removed. +* $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged + to new users log. === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via @@ -43,6 +45,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN viewing contributions of a blocked IP address * (bug 22474) {{urlencode:}} now takes an optional second paramter for type of escaping. +* Special:Listfiles now supports a username parameter +* Special:Random carries over query string parameters +* (bug 23206) Add Special::Search hook for detecting successful "Go" === Bug fixes in 1.17 === * (bug 17560) Half-broken deletion moved image files to deletion archive @@ -96,8 +101,21 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN exceeding $wgMaxImageArea can still be embedded at original size * (bug 23078) "All public logs" option on Special:Log is now always the first item -* Special:ChangePassword no longer loads user javascript * (bug 16817) Group names in user rights log are now singular and in lowercase +* Special:Preferences no longer crashes if the wiki default date formatting + style is not valid for the user's interface language +* (bug 23167) Check the watch checkbox by default if the watchcreations + preference is set +* Maintenance script cleanupTitles is now able to fix titles stored +in a negative namespace (which is invalid). +* (bug 19858) Removed obsolete in interface messages. +* (bug 21456) "Bad title" error when showing non-local interwiki pages no longer + displays incorrect tabs +* (bug 23190) Improved math representation for text browsers. +* (bug 22015) Improved upload-by-url error handling and error display +* (bug 17941) $wgMaxUploadSize is now honored by all upload sources +* (bug 23080) New usernames now limited to 235 bytes so that custom skin files + work. === API changes in 1.17 === * (bug 22738) Allow filtering by action type on query=logevent @@ -117,6 +135,9 @@ changes to languages because of MediaZilla reports. * Latgalian (ltg) (new) * Rusyn (rue) (new) +* (bug 23156) Commafy and search normalization updated for Belarusian + (Taraškievica) + == Compatibility == MediaWiki 1.17 requires PHP 5.1 (5.2 recommended). PHP 4 is no longer