X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES;h=b5341dd6abb4fec361e3f6a34694ce633eecbc80;hb=523ce0a9b9fac162f38a0772f2e1568b1a208261;hp=ae2d6b908f0aa92c7e75a1b0996f016a3881b6c3;hpb=d0ff1e57ff7fb7bf2d5b6b9a70e867c90cda6aa4;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae2d6b908f..b5341dd6ab 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -74,6 +74,10 @@ this. Was used when mwEmbed was going to be an extension. * $wgHtml5 outputs an HTML 5 doctype instead of XHTML 1.0 Transitional. * $wgSpecialVersionExtended shows the extended version information besides 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 === @@ -154,6 +158,22 @@ this. Was used when mwEmbed was going to be an extension. * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup * (bug 18768) Remove AdminSettings requirements. Maintenance environment will still load it if it exists, but it's not required for anything +* Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked + when the Go button is pressed in addition to the main namespace. +* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with + class "mw-listgrouprights-key" +* (bug 471) Allow RSS feeds for watchlist, using an opt-in security token +* (bug 10812) Interwiki links can have names and descriptions, fetched from + message 'interwiki-desc-PREFIX', not really used anywhere yet though +* (bug 9691) Add type (signup or login) parameter to AuthPlugin::ModifyUITemplate() +* (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 === @@ -316,6 +336,33 @@ this. Was used when mwEmbed was going to be an extension. target page * (bug 16877) Moving a page over a redirect no longer leaves an orphan entry in the recentchanges table +* (bug 16009) Limit selection forms based on Pager now links to the correct page + when using long urls +* The display of the language list on the preferences is more comply with the + BCP 47 standards. +* (bug 19849) Custom X-Vary-Options header now disabled unless $wgUseXVO is set +* (bug 19301) Duplicates entries in $wgAddGroups, $wgRemoveGroups, + $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf are no more displayed on + Special:ListGroupRights +* (bug 18799) Special:Userlogin now handles correctly the returnto parameter + to not link back to Special:Userlogout when user's language isn't the same as + content's language +* (bug 19479) Show proper error message when unable to connect to PostgreSQL + database with username/password in MediaWiki's setup +* (bugs 18407, 18409) Special:Upload is now listed on Special:Specialpages only + if uploads are enabled and the user can access it +* (bug 17988) Spaces before [[Category:]] links are no longer ignored +* (bug 19392) Favicon, apple-touch-icon links matching the defaults are no + longer sent +* (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 == @@ -354,7 +401,6 @@ this. Was used when mwEmbed was going to be an extension. * (bug 18720) Add anchor field to action=parse&prop=sections output * (bug 19423) The initial file description page used caption in user lang rather than UI lang -* Added snippet field to list=search output * (bug 17809) Add number of users in user groups to meta=siteinfo * (bug 18533) Add readonly reason to readonly exception * (bug 19528) Added XSLT parameter to API queries in format=xml @@ -362,6 +408,12 @@ this. Was used when mwEmbed was going to be an extension. parameter in action=edit * (bug 19090) Added watchlist parameter, deprecated watch and unwatch parameter in action=edit +* 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 === @@ -384,6 +436,9 @@ changes to languages because of MediaZilla reports. * (bug 19286) Correct commafying function in Polish (pl) * (bug 19441) Updated date formatting for Lithuanian * (bug 19630) Added ÄäÇçĞğŇňÖöŞşÜüÝýŽž to Turkmen (tk) linktrail +* (bug 19949) New linktrail for Greek (el) +* (bug 19809) Korean (North Korea) (ko-kp) (new) +* (bug 19968) Fixed "Project talk" namespace name for Maltese (mt) == Compatibility ==