X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES;h=cb665453f2c4e6c31b4158dc2e9e33868f4bab89;hb=8ae676f4f2a0d71ebedbd0d69c2866a4e0d93789;hp=b1249f0a1701df53530b91c249e98c8f3926ff1a;hpb=d6410a6c51f1829f4bf8f2cc00ed78fb2e26111a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b1249f0a17..cb665453f2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN extensions has been removed. * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged to new users log. +* $wgAllowImageTag can be set to true to whitelist the tag in wikitext. === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via @@ -45,6 +46,12 @@ 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" +* When visiting a "red link" of a deleted file, a deletion and move log excerpt + is provided on the Upload form. +* (bug 22647) Add category details in search results. === Bug fixes in 1.17 === * (bug 17560) Half-broken deletion moved image files to deletion archive @@ -101,7 +108,21 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (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 +* (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. +* (bug 23075) Correct MediaTransformError default width in gallery. +* (bug 16487) The Anonymous user account used on Postgres is no longer + displayed on Special:Listusers. === API changes in 1.17 === * (bug 22738) Allow filtering by action type on query=logevent @@ -121,6 +142,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