wiki.techinc.nl/includes/api
2019-12-16 18:01:06 +00:00
..
i18n Localisation updates from https://translatewiki.net. 2019-12-16 11:16:46 +01:00
ApiAMCreateAccount.php
ApiAuthManagerHelper.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiBase.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiBlock.php Better grouping for code adding elements to arrays 2019-09-03 19:38:57 +02:00
ApiBlockInfoTrait.php Revert "Revert "Store block reasons as CommentStoreComments in block classes"" 2019-10-20 10:41:17 +01:00
ApiChangeAuthenticationData.php
ApiCheckToken.php
ApiClearHasMsg.php
ApiClientLogin.php
ApiComparePages.php Suppress PhanUndeclaredProperty for custom properties and phan bugs 2019-09-14 13:22:54 +00:00
ApiContinuationManager.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiCSPReport.php API: Fix 'user_id' field of ApiCSPReport 2019-07-19 22:58:39 +01:00
ApiDelete.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
ApiDisabled.php Remove use of old API doc methods 2018-10-29 14:58:19 -07:00
ApiEditPage.php ApiEditPage: Fix error message for edit conflicts 2019-12-13 15:46:41 +01:00
ApiEmailUser.php
ApiErrorFormatter.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiErrorFormatter_BackCompat.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
ApiExpandTemplates.php API: Remove unused asignment to $titleProvided in ApiExpandTemplates 2019-09-08 03:46:13 +00:00
ApiFeedContributions.php Avoid extra Title::newFromId calls in api modules with revisions 2019-10-10 19:14:19 +00:00
ApiFeedRecentChanges.php Remove unused constructor parameter and unused member variables 2019-04-14 01:43:19 +00:00
ApiFeedWatchlist.php Unsuppress PhanParamsTooMany 2019-10-10 12:44:08 -07:00
ApiFileRevert.php
ApiFormatBase.php Remove usage of deprecated SkinFactory::getDefaultInstance() 2019-06-02 21:08:07 -04:00
ApiFormatFeedWrapper.php Refactor edit stashing into a PageEditStash service 2019-04-17 12:53:03 -07:00
ApiFormatJson.php Don't silently fail if API result fails to encode 2018-12-05 13:28:33 -05:00
ApiFormatNone.php
ApiFormatPhp.php Various fixes to make phan-taint-check happier 2019-03-04 03:24:44 +00:00
ApiFormatRaw.php Simplify by using ?: operator 2019-04-15 15:05:00 +02:00
ApiFormatXml.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiFormatXmlRsd.php API: Add missing @ingroup API to a few Api-related classes 2019-09-14 00:09:49 +01:00
ApiHelp.php Highlight internal modules in API help and sandbox 2019-10-11 16:30:16 +02:00
ApiHelpParamValueMessage.php Highlight internal modules in API help and sandbox 2019-10-11 16:30:16 +02:00
ApiImageRotate.php API: Add missing @ingroup API to a few Api-related classes 2019-09-14 00:09:49 +01:00
ApiImport.php Replace User::isAllowed with PermissionManager. 2019-08-20 14:43:51 -07:00
ApiImportReporter.php Unsuppress more phan issues (part 3) 2019-08-31 16:38:55 +00:00
ApiLinkAccount.php
ApiLogin.php Remove unnecessary semi-colons 2019-06-12 14:35:59 +01:00
ApiLogout.php ApiLogout: Follow up Icb674095 2019-04-25 10:00:24 -04:00
ApiMain.php Hard deprecate User::isEveryoneAllowed 2019-10-30 11:17:19 -07:00
ApiManageTags.php Replace User::isAllowed with PermissionManager. 2019-08-20 14:43:51 -07:00
ApiMergeHistory.php
ApiMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
ApiMessageTrait.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
ApiModuleManager.php Mark passing non ObjectFactory spec to ApiModuleManager as deprecated 2019-09-09 21:59:03 +02:00
ApiMove.php Avoid multiply calls to MediaWikiServices::getInstance() in one function 2019-09-01 20:49:19 +02:00
ApiOpenSearch.php API: Deprecate wgEnableOpenSearchSuggest and opensearch+suggest parameter 2019-12-13 18:11:43 +00:00
ApiOpenSearchFormatJson.php Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api 2019-04-13 23:32:53 +00:00
ApiOptions.php New hook ApiOptions 2018-10-17 18:02:20 -07:00
ApiPageSet.php Set default for ApiPageSet::mParams to empty array 2019-12-11 14:00:20 +01:00
ApiParamInfo.php Highlight internal modules in API help and sandbox 2019-10-11 16:30:16 +02:00
ApiParse.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
ApiPatrol.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiProtect.php
ApiPurge.php [MCR] Move getSecondaryDataUpdates to the page level 2018-09-04 21:50:58 +02:00
ApiQuery.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryAllCategories.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryAllDeletedRevisions.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryAllImages.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryAllLinks.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryAllMessages.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
ApiQueryAllPages.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryAllRevisions.php Merge "Run GenderCache for api query modules using ApiQueryBase::addTitleInfo" 2019-11-05 21:07:15 +00:00
ApiQueryAllUsers.php Fix new phan errors, part 8 2019-10-22 10:09:13 +02:00
ApiQueryAuthManagerInfo.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiQueryBacklinks.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryBacklinksprop.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryBase.php Fix more scalar types in docblocks 2019-12-08 17:59:08 +00:00
ApiQueryBlockInfoTrait.php Add missing @param and @return to documentation 2019-11-13 17:26:55 +01:00
ApiQueryBlocks.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
ApiQueryCategories.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryCategoryInfo.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryCategoryMembers.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryContributors.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
ApiQueryDeletedRevisions.php api: Make ApiQuery(All)DeletedRevisions accessible to everyone 2019-09-09 22:58:05 +02:00
ApiQueryDeletedrevs.php Remove Revision::getRevisionText from ApiQueryDeletedrevs 2019-09-19 08:43:55 -07:00
ApiQueryDisabled.php Remove use of old API doc methods 2018-10-29 14:58:19 -07:00
ApiQueryDuplicateFiles.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryExternalLinks.php Use new externallinks.el_index_60 field 2018-11-12 22:33:18 +00:00
ApiQueryExtLinksUsage.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryFilearchive.php api: Update QueryFilearchive to provide information to everyone 2019-09-06 22:21:58 +02:00
ApiQueryFileRepoInfo.php API: Use param-per-value for meta=filerepoinfo's friprop docs 2018-06-20 10:47:18 -04:00
ApiQueryGeneratorBase.php
ApiQueryImageInfo.php Set visibility on ApiQueryImageInfo::getTransformCount 2019-12-04 22:23:28 +01:00
ApiQueryImages.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryInfo.php Unsuppress phan issues part 6 2019-09-01 09:48:45 +00:00
ApiQueryIWBacklinks.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryIWLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryLangBacklinks.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryLangLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryLanguageinfo.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
ApiQueryLinks.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryLogEvents.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryMyStashedFiles.php
ApiQueryPagePropNames.php
ApiQueryPageProps.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryPagesWithProp.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryPrefixSearch.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryProtectedTitles.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryQueryPage.php Update docblocks for methods potentially returning null 2019-09-15 15:22:39 +00:00
ApiQueryRandom.php Run GenderCache for api query modules using ApiQueryBase::addTitleInfo 2019-11-02 22:23:23 +01:00
ApiQueryRecentChanges.php Merge "Add 'slot' param for recentchanges API query" 2019-12-03 20:51:23 +00:00
ApiQueryRevisions.php Avoid extra Title::newFromId calls in api modules with revisions 2019-10-10 19:14:19 +00:00
ApiQueryRevisionsBase.php Fix some phan warnings for too many params (part 1) 2019-10-10 04:44:53 +00:00
ApiQuerySearch.php Merge "Return HtmlArmor for Search ResultSet snippets" 2019-12-13 08:27:35 +00:00
ApiQuerySiteinfo.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
ApiQueryStashImageInfo.php Fix property filter for ApiQueryStashImageInfo::getPropertyNames 2019-09-10 18:14:49 +00:00
ApiQueryTags.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryTokens.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
ApiQueryUserContribs.php ApiQueryUserContribs: Stringify user names in query 2019-12-16 09:10:13 -05:00
ApiQueryUserInfo.php Remove deprecated method ApiQueryUserInfo::getBlockInfo 2019-10-16 20:46:02 +01:00
ApiQueryUsers.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ApiQueryWatchlist.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiQueryWatchlistRaw.php Merge "Improve param docs" 2019-11-28 19:36:24 +00:00
ApiRawMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
ApiRemoveAuthenticationData.php
ApiResetPassword.php Turn PasswordReset into a service 2019-10-01 14:42:18 -07:00
ApiResult.php Clean up spacing of doc comments 2019-08-05 22:29:50 +00:00
ApiRevisionDelete.php Allow users who are partially blocked to delete revisions. 2019-09-11 08:14:48 +01:00
ApiRollback.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiRsd.php Fix new phan errors, part 1 2019-10-11 15:04:04 +00:00
ApiSerializable.php
ApiSetNotificationTimestamp.php Remove usages of Title::get{Previous,Next}RevisionId 2019-09-13 09:49:13 -07:00
ApiSetPageLanguage.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiStashEdit.php Remove redundant ignore_user_abort() call in ApiStashEdit 2019-08-29 22:18:57 -07:00
ApiTag.php phan: Enable PhanTypeMismatchArgument issue 2019-09-19 20:11:42 +02:00
ApiTokens.php
ApiUnblock.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00
ApiUndelete.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00
ApiUpload.php Improve param docs 2019-11-28 19:08:59 +01:00
ApiUsageException.php Unsuppress PhanParamReqAfterOpt, use PHP71 nullable types 2019-10-10 11:53:58 +02:00
ApiUserrights.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00
ApiValidatePassword.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00
ApiWatch.php Emit namespace for titles in ApiWatch 2019-10-24 15:26:34 +00:00
IApiMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
SearchApi.php Unsuppress more phan issues (part 5) 2019-09-01 09:48:31 +00:00