Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / RELEASE-NOTES-1.24
index ff9cf83..1205ceb 100644 (file)
@@ -274,6 +274,7 @@ production.
     APIQueryRecentChangesTokens, APIQueryUsersTokens, and
     ApiTokensGetTokenTypes are deprecated, but are still called to support
     backwards-compatible token access.
+* ApiBase::validateLimit and ApiBase::validateTimestamp are now protected.
 * The following methods have been deprecated and may be removed in a future
   release:
   * ApiBase::getResultProperties
@@ -287,6 +288,10 @@ production.
   * ApiBase::getFinalPossibleErrors
   * ApiBase::parseErrors
   * ApiQuery::setGeneratorContinue
+  * ApiQueryBase::checkRowCount
+  * ApiQueryBase::titleToKey
+  * ApiQueryBase::keyToTitle
+  * ApiQueryBase::keyPartToTitle
   * ApiQueryInfo::getTokenFunctions
   * ApiQueryInfo::resetTokenCache
   * ApiQueryInfo::getEditToken
@@ -425,6 +430,8 @@ changes to languages because of Bugzilla reports.
   Running update.php on MySQL < v5.1 may result in heavy processing.
 * RSS and Atom feeds generated by MediaWiki no longer include a fallback
   stylesheet. It was ignored by most browsers these days anyway.
+* SpecialSearchNoResults hook has been removed. SpecialSearchResults is now
+  called unconditionally.
 
 ==== Renamed classes ====
 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression