X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=03cf27708eecd8216fa46b8cc1b16c1a6f16a357;hb=239b0c772a3cf4dc2160e2c36c2813cd705adb50;hp=becc5a9f3fe60d2ea48aba43a9ce3495b575ff61;hpb=0cf21249255d4ccc7d5c9acc8a19e6525eef5571;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index becc5a9f3f..03cf27708e 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -71,6 +71,8 @@ production. will not send a rel=canonical pointing to a variant-neutral page, however we will send rel=alternate. * $wgResourceLoaderLESSFunctions has been deprecated and will be removed in the future. +* $wgGoToEdit has been removed. Use the SpecialSearchNogomatch hook for similar + functionality. === New features in 1.24 === * Added new hook WatchlistEditorBeforeFormRender, allowing subscribers to @@ -193,6 +195,7 @@ production. * (bug 69418) A MultiConfig implementation was added that supports fallback to multiple Config instances. * Update CSSJanus to v1.1.0. +* Added FormatJson::parse() returning status with result or localized error message === Bug fixes in 1.24 === * (bug 50572) MediaWiki:Blockip should support gender @@ -502,6 +505,9 @@ changes to languages because of Bugzilla reports. * Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function it contained (superseded by Maintenance::purgeRedundantText() in 1.16). The purgeOldText.php maintenance script has been retained. +* PHPUnit tests can be found by directory discovery, by adding the directory + path from your UnitTestsList callback. Older versions of MediaWiki core will + barf at this usage. ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression