X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=a668e20cd7eb4647a6b5ddfaa9c8cf264f94b827;hb=378d765ed29730f463f7a7a0a02577a66bf565a0;hp=5c65070674f951f72471d5bdddc2299c67cf5a57;hpb=92079d3b1c977fa577bd64883f2016a4b2a15788;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5c65070674..a668e20cd7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -112,6 +112,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN $wgForeignFileRepos * Special:ListUsers: Sort list of usergroups by alphabet * (bug 16762) Special:Movepage now shows a list of subpages when possible +* (bug 17585) Hide legend on Special:Specialpages from non-privileged users +* (bug 15876) Users with 'reset-passwords' right can change the passwords of + other users. +* Add an ID if 'missingsummary' is triggered to allow styling of the summary + line +* Add logging to password resets if not resetting your own === Bug fixes in 1.15 === * (bug 16968) Special:Upload no longer throws useless warnings. @@ -195,9 +201,23 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17556) parameters in Special:Contributions feeds (RSS and Atom) now point to the actual contributors' feed. * ForeignApiRepos now fetch MIME types, rather than trying to figure it locally +* Special:Import: Do not show input field for import depth if + $wgExportMaxLinkDepth == 0 * (bug 17570) $wgMaxRedirects is now correctly respected when following redirects (was previously one more than $wgMaxRedirects) * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link. +* (bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot, + changed to rc_timestamp_bot +* (bug 17437) Fixed incorrect link to web-based installer +* (bug 17538) Use shorter URLs in elements +* (bug 13778) Hidden input added to the search form so that using the Enter key + on IE will do a fulltext search like clicking the button does +* (bug 1061) CSS-added icons next to links display through the text and makes + it unreadable in RTL +* Special:Wantedtemplates now works on PostgreSQL +* (bug 14414) maintenance/updateSpecialPages.php no longer throws error with + PostgreSQL +* (bug 17546) Correct Tongan language native name is "lea faka-Tonga" == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions @@ -233,8 +253,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17502) meta=siteinfo&siprop=namespacealiases no longer lists namespace aliases already listed in siprop=namespaces * (bug 17529) rvend ignored when rvstartid is specified -* Special:Import: Do not show input field for import depth if - $wgExportMaxLinkDepth == 0 === Languages updated in 1.15 ===