jenkins-bot has submitted this change and it was merged. Change subject: (bug 35885) remove api version string and parameter ......................................................................
(bug 35885) remove api version string and parameter API was using SVN's version keyword which GIT does not support. All related methods were either removed, or for those that could have been used from extensions, emptied out. api.php?version now shows unrecognized param warning. Change-Id: I910ca1448ed2ed697ac19b17c486d130aa1d7e03 --- M RELEASE-NOTES-1.21 M includes/api/ApiBase.php M includes/api/ApiBlock.php M includes/api/ApiComparePages.php M includes/api/ApiCreateAccount.php M includes/api/ApiDelete.php M includes/api/ApiDisabled.php M includes/api/ApiEditPage.php M includes/api/ApiEmailUser.php M includes/api/ApiExpandTemplates.php M includes/api/ApiFeedContributions.php M includes/api/ApiFeedWatchlist.php M includes/api/ApiFileRevert.php M includes/api/ApiFormatBase.php M includes/api/ApiFormatDbg.php M includes/api/ApiFormatDump.php M includes/api/ApiFormatJson.php M includes/api/ApiFormatNone.php M includes/api/ApiFormatPhp.php M includes/api/ApiFormatRaw.php M includes/api/ApiFormatTxt.php M includes/api/ApiFormatWddx.php M includes/api/ApiFormatXml.php M includes/api/ApiFormatYaml.php M includes/api/ApiHelp.php M includes/api/ApiImport.php M includes/api/ApiLogin.php M includes/api/ApiLogout.php M includes/api/ApiMain.php M includes/api/ApiMove.php M includes/api/ApiOpenSearch.php M includes/api/ApiOptions.php M includes/api/ApiPageSet.php M includes/api/ApiParamInfo.php M includes/api/ApiParse.php M includes/api/ApiPatrol.php M includes/api/ApiProtect.php M includes/api/ApiPurge.php M includes/api/ApiQuery.php M includes/api/ApiQueryAllCategories.php M includes/api/ApiQueryAllImages.php M includes/api/ApiQueryAllLinks.php M includes/api/ApiQueryAllMessages.php M includes/api/ApiQueryAllPages.php M includes/api/ApiQueryAllUsers.php M includes/api/ApiQueryBacklinks.php M includes/api/ApiQueryBase.php M includes/api/ApiQueryBlocks.php M includes/api/ApiQueryCategories.php M includes/api/ApiQueryCategoryInfo.php M includes/api/ApiQueryCategoryMembers.php M includes/api/ApiQueryDeletedrevs.php M includes/api/ApiQueryDisabled.php M includes/api/ApiQueryDuplicateFiles.php M includes/api/ApiQueryExtLinksUsage.php M includes/api/ApiQueryExternalLinks.php M includes/api/ApiQueryFilearchive.php M includes/api/ApiQueryIWBacklinks.php M includes/api/ApiQueryIWLinks.php M includes/api/ApiQueryImageInfo.php M includes/api/ApiQueryImages.php M includes/api/ApiQueryInfo.php M includes/api/ApiQueryLangBacklinks.php M includes/api/ApiQueryLangLinks.php M includes/api/ApiQueryLinks.php M includes/api/ApiQueryLogEvents.php M includes/api/ApiQueryPageProps.php M includes/api/ApiQueryProtectedTitles.php M includes/api/ApiQueryQueryPage.php M includes/api/ApiQueryRandom.php M includes/api/ApiQueryRecentChanges.php M includes/api/ApiQueryRevisions.php M includes/api/ApiQuerySearch.php M includes/api/ApiQuerySiteinfo.php M includes/api/ApiQueryStashImageInfo.php M includes/api/ApiQueryTags.php M includes/api/ApiQueryUserContributions.php M includes/api/ApiQueryUserInfo.php M includes/api/ApiQueryUsers.php M includes/api/ApiQueryWatchlist.php M includes/api/ApiQueryWatchlistRaw.php M includes/api/ApiResult.php M includes/api/ApiRollback.php M includes/api/ApiRsd.php M includes/api/ApiSetNotificationTimestamp.php M includes/api/ApiTokens.php M includes/api/ApiUnblock.php M includes/api/ApiUndelete.php M includes/api/ApiUpload.php M includes/api/ApiUserrights.php M includes/api/ApiWatch.php 91 files changed, 13 insertions(+), 458 deletions(-) Approvals: Anomie: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/43622 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I910ca1448ed2ed697ac19b17c486d130aa1d7e03 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Yurik <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Parent5446 <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> Gerrit-Reviewer: Yurik <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
