X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES;h=b5341dd6abb4fec361e3f6a34694ce633eecbc80;hb=523ce0a9b9fac162f38a0772f2e1568b1a208261;hp=2bc875773fa9cbaa026b2c6c9b0ed568a2c31da4;hpb=19c69ba7ce245c14ca56b11abceb3fda7374d64c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2bc875773f..b5341dd6ab 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -76,6 +76,8 @@ this. Was used when mwEmbed was going to be an extension. PHP and database version. * $wgSecondaryGoNamespaces allows an arry of namespaces to be checked when the GO button is pressed, in addition to the main namespace. +* (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainsRegex added + to control which external domains may access the API via cross-site AJAX. === New features in 1.16 === @@ -167,6 +169,11 @@ this. Was used when mwEmbed was going to be an extension. * (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties * (bug 16697) Unicode combining characters are difficult to edit in some browsers * Parser test supports uploading results to remote CodeReview instance +* (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the + extension version in Special:Version +* (bug 20014) Added CSS class "mw-listgrouprights-right-name" is wrapped on the + right name in Special:ListGroupRights +* The description message in $wgExtensionCredits can be an array with parameters === Bug fixes in 1.16 === @@ -350,6 +357,12 @@ this. Was used when mwEmbed was going to be an extension. * (bug 19957) All known-failing tests now marked disabled; added --run-disabled option to parser test suite to run disabled tests if desired. * (bug 16311) Make recent change flags (n/m/b) s instead of s +* (bug 15680) Split the edit tip message of user CSS/JS subpage into + "usercssyoucanpreview" and "userjsyoucanpreview" respectively. +* (bug 12110) Split the rights for editing users' CSS/JS subpage from + "editusercssjs" into "editusercss" and edituserjs" respectively. +* (bug 19394) RecentChanges feed URLs for log items with no revisions + (eg Newuser, Userrights) are no longer broken == API changes in 1.16 == @@ -398,6 +411,9 @@ this. Was used when mwEmbed was going to be an extension. * Added fields to list=search output: size, wordcount, timestamp, snippet * Where supported by backend, list=search adds a 'searchinfo' element with optional info: 'totalhits' count and 'suggestion' alternate query term +* (bug 19907) $wgCrossSiteAJAXdomains added to allow specified (or all) + external domains to access api.php via AJAX, if the browser supports the + Access-Control-Allow-Origin HTTP header === Languages updated in 1.16 ===