X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=9abbb778a7a0703ba7d69759ae4c1710b4bccf61;hb=c9a2a365f421db9a95a0d9193ce340582d0b6f1c;hp=70f6084b6f23a2867a47553646edb3f79f444582;hpb=11c67100ba2b64f41d74acd98d1a10e1185f451d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 70f6084b6f..9abbb778a7 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -33,6 +33,10 @@ production. of search, you should use something like CirrusSearch instead of built in search. * Users in the 'sysop' group have access to Special:MergeHistory by default. +* $wgFileStore was removed after having been deprecated in 1.17. Alternative + configurations are $wgDeletedDirectory and $wgHashedUploadDirectory. +* The deprecated $wgUseCommaCount variable has been removed. +* $wgEnableSorbs and $wgSorbsUrl have been removed. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate @@ -109,6 +113,9 @@ production. permission needs to be set for 'pagelang'. * Upgrade Moment.js to v2.7.0. * (bug 67042) Added support for the HTML5 tag for East Asian typography. +* Upgrade Sinon.JS to 1.10.3. +* Added the es5-shim polyfill for older or non-compliant javascript engines. +* Upgrade jQuery Cookie to v1.2.0. === Bug fixes in 1.24 === * (bug 49116) Footer copyright notice is now always displayed in user language @@ -228,6 +235,19 @@ changes to languages because of Bugzilla reports. * Removed Title::escapeCanonicalURL(). (deprecated since 1.19) * Removed Title::escapeLocalURL(). (deprecated since 1.19) * Removed Title::escapeFullURL(). (deprecated since 1.19) +* Removed User::isValidEmailAddr(). (deprecated since 1.18) +* Removed Title::getEscapedText(). (deprecated since 1.19) +* Removed Language::getFallbackLanguageCode(). (deprecated since 1.19) +* Removed WikiPage::isBigDeletion(). (deprecated since 1.19) +* Removed MWInit class which contained functions related to a now discontinued + PHP compiler called hphpc. (deprecated since 1.22) +* ApiResult::enableSizeCheck() and disableSizeCheck() are now obsolete. +* Removed ResourceLoaderGetStartupModules hook. (deprecated since 1.23) +* Removed getFormFields(), onSubmit() and onSuccess() from FormlessAction, as + these were meant specifically for FormAction instead. +* Removed Action::execute(). +* Removed AjaxAddScript which has been obsolete since ResourceLoader and + is unused by any modern extension. ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression @@ -271,6 +291,7 @@ changes to languages because of Bugzilla reports. * IPBlockForm - Use SpecialBlock directly * WatchlistEditor - Use SpecialEditWatchlist directly * FormatExif - Use FormatMetadata directly +* RevertFileAction - Use RevertAction directly == Compatibility ==