Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/276046
Change subject: Deprecated ApiBase::getResultProperties() was removed
......................................................................
Deprecated ApiBase::getResultProperties() was removed
Deprecated since 1.24. Remaining use (extension Favorites) was removed.
Change-Id: Id48717c95f3544be39ec1e7d76cdc6ea372346ab
---
M RELEASE-NOTES-1.27
M includes/api/ApiBase.php
2 files changed, 1 insertion(+), 15 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/46/276046/1
diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index 157451b..163c026 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -218,6 +218,7 @@
* ApiBase::getRequireAtLeastOneParameterErrorMessages() was removed
(deprecated since 1.24).
* ApiBase::getRequireMaxOneParameterErrorMessages() was removed (deprecated
since 1.24).
* ApiBase::getRequireOnlyOneParameterErrorMessages() was removed (deprecated
since 1.24).
+* ApiBase::getResultProperties() was removed (deprecated since 1.24).
* ApiBase::getTitleOrPageIdErrorMessage() was removed (deprecated since 1.24).
* ApiQueryBase::titleToKey(), ApiQueryBase::keyToTitle() and
ApiQueryBase::keyPartToTitle() all removed (deprecated since 1.24).
diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php
index a14575a..cfe6f63 100644
--- a/includes/api/ApiBase.php
+++ b/includes/api/ApiBase.php
@@ -2534,21 +2534,6 @@
const PROP_NULLABLE = 1;
/**
- * Formerly used to fetch a list of possible properites in the result,
- * somehow organized with respect to the prop parameter that causes
them to
- * be returned. The specific semantics of the return value was never
- * specified. Since this was never possible to be accurately updated, it
- * has been removed.
- *
- * @deprecated since 1.24
- * @return array|bool
- */
- protected function getResultProperties() {
- wfDeprecated( __METHOD__, '1.24' );
- return false;
- }
-
- /**
* This formerly attempted to return a list of all possible errors
returned
* by the module. However, this was impossible to maintain in many cases
* since errors could come from other areas of MediaWiki and in some
cases
--
To view, visit https://gerrit.wikimedia.org/r/276046
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id48717c95f3544be39ec1e7d76cdc6ea372346ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits