X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=03cf27708eecd8216fa46b8cc1b16c1a6f16a357;hb=efd2fcc575a0d1c067f76d5944aa8a3c525a2856;hp=1f4fcfee134b50d8f347bf0fdca5a9d315820810;hpb=c361cb74fad3caff81d831f997fc08ccc78f1d6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 1f4fcfee13..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 @@ -503,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