X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES-1.22;h=1b434d9d1ee935db8e527bba0307bdacb371fc6a;hb=a9ab983b2656516b90bdea697bd35e6ae981e46c;hp=68624eb27f247c6a70fc365cd568a63f8fc7f001;hpb=ca934127d7424e0e63ef3515137cf02278ab26ca;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 68624eb27f..1b434d9d1e 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -24,11 +24,16 @@ production. * $wgXhtmlDefaultNamespace is no longer used by core. Setting it will no longer change the xmlns used by MediaWiki. Reliance on this variable by extensions is deprecated. * $wgHandheldStyle was removed. +* $wgHandheldForIPhone was removed. * $wgJsMimeType is no longer used by core. Most usage has been removed since HTML output is now exclusively HTML5. * $wgDBOracleDRCP added. True enables persistent connection with DRCP on Oracle. * $wgLogAutopatrol added to allow disabling logging of autopatrol edits in the logging table. default for $wgLogAutopatrol is true. +* The 'edit' right no longer allows for editing a user's own CSS and JS. +* New rights 'editmyusercss' and 'editmyuserjs' restrict actions that were + formerly allowed by default. They have been added to the default for + $wgGroupPermissions['*']. === New features in 1.22 === * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes. @@ -99,6 +104,13 @@ production. handlers can take further action based on the status of the patrol footer * LinkCache singleton can now be altered or cleared, letting one to specify another instance that does not rely on a database backend. +* MediaWiki's PHPUnit tests can now use PHPUnit installed using composer --dev. +* New user rights have been added to increase granularity in rights management + for extensions such as OAuth: +** editmyusercss controls whether a user may edit their own CSS subpages. +** editmyuserjs controls whether a user may edit their own JS subpages. +* Add new hook AbortTalkPageEmailNotification, this will be used to determine + whether to send the regular talk page email notification === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one @@ -129,6 +141,15 @@ production. is disabled, and AJAX patrolling and watching are now disabled when use of the write API is not allowed. * (bug 48294) API: Fix chunk upload async mode. +* (bug 46749) Broken files tracking category removed from pages if an image + with that name is uploaded. +* (bug 14176) System messages that are empty were previously incorrectly treated + as non-existent, causing a fallback to the default. This stopped users from + overriding system messages to make them blank. +* (bug 48319) action=parse no longer returns an error if passed none of 'oldid', + 'pageid', 'page', 'title', and 'text' (e.g. if only passed 'summary'). A + warning will instead be issued if 'title' is non-default, unless no props are + requested. === API changes in 1.22 === * (bug 46626) xmldoublequote parameter was removed. Because of a bug, the @@ -155,6 +176,12 @@ production. * prop=info now adds the content model and page language of the title. * New upload log entries will now contain information on the relavent image (sha1 and timestamp). +* (bug 49239) action=parse now can parse in preview and section preview modes. +* (bug 49259) action=patrol now accepts revision ids. +* (bug 48129) list=blocks&bkip= now correctly handles IPv6 CIDR ranges and + honors $wgBlockCIDRLimit. Note any clients passing invalid values to bkip + will now receive an error, rather than the previous behavior listing all + user blocks. === Languages updated in 1.22=== @@ -162,6 +189,7 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. +* Batak Toba (bbc-latn) added. * (bug 46751) Made Buryat (Russia) (буряад) (bxr) fallback to Russian. === Other changes in 1.22 === @@ -200,6 +228,13 @@ changes to languages because of Bugzilla reports. is_opera_95, is_opera_preseven, is_opera, and ie6_bugs. * (bug 48276) MediaWiki will now flash a confirmation message upon successfully editing a page. +* (bug 40785) mediawiki.legacy.ajax has been marked as deprecated. The following + properties now emit mw.log.warn when accessed: sajax_debug, sajax_init_object, + sajax_do_call and wfSupportsAjax. +* BREAKING CHANGE: meta keywords are no longer supported. A