X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=RELEASE-NOTES-1.22;h=1c364ffefc633d9755282d679b6b95a66cbc3e12;hb=73eb27d1c26fd7453d464d526898db16a63a0c90;hp=958da48c62ac3a1def21eecbce13d3b36f9d4962;hpb=51f2a693af7523bc055e31e4c1b3ddd766a3e9de;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 958da48c62..1c364ffefc 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -227,8 +227,6 @@ production. * Add deferrable update support for callback/closure. * Add TitleMove hook before page renames. * Revision deletion backend code is moved out of SpecialRevisiondelete -* Add a variable (wgRedactedFunctionArguments) to redact the values sent as certain function - parameters from exception stack traces. * Added {{REVISIONSIZE}} variable to get the current size of a revision. * Add support for the LESS stylesheet language to ResourceLoader. LESS is a stylesheet language that compiles into CSS. ResourceLoader file modules may @@ -262,8 +260,12 @@ production. Previously in the "SimpleAntiSpam" extension by Ryan Schmidt. * populateRevisionLength.php maintenance script updated to also populate archive.ar_len field. +* (bug 43571) DatabaseMySQLBase learned to list views, optionally filtered by a + prefix. Also fixed PHPUnit test suite when using a MySQL backend containing + views. === Bug fixes in 1.22 === +* (bug 47271) $wgContentHandlerUseDB should be set to false during the upgrade * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one could still navigate to the page by entering the URL directly. * (bug 47138) Fixed a fatal error when a blocked user tries to automatically @@ -529,6 +531,12 @@ changes to languages because of Bugzilla reports. object instead of a boolean. * Information boxes (CSS classes errorbox, warningbox, successbox) have been made more subtle. +* BREAKING CHANGE: The module 'mediawiki.legacy.IEFixes' has been removed as it was + unused. The file skins/common/IEFixes.js remains but is only used by wikibits. + The file never contained any re-usable components. To use it in a skin, load + 'mediawiki.legacy.wikibits' (which IEFixes depends on) and that will import + IEFixes automatically if user agent conditions are met. +* Code specific to the Math extension was marked as deprecated. == Compatibility ==