wiki.techinc.nl/includes/api
Peter Ovchyn e7e0db5b34 Hard deprecate RevisionStore::newMutableRevisionFromArray
Bug: T272560
Depends-On: I171537c3346a7dd4aeb4fc612d7dd9fba5d64679
Change-Id: If8d079a5d0e9bc9103cf4a6893a9c961d2728534
2021-02-03 22:29:44 +00:00
..
Hook Improve docs in api related classes 2020-11-13 23:11:06 +01:00
i18n Localisation updates from https://translatewiki.net. 2021-02-01 08:45:03 +01:00
Validator Merge "api: Add new 'raw' parameter type which avoids Unicode NFC normalization" 2021-01-01 00:33:14 +00:00
ApiAMCreateAccount.php API: Use MediaWikiServices::getAuthManager in various Api classes 2020-06-20 23:04:17 +00:00
ApiAuthManagerHelper.php API: Use MediaWikiServices::getAuthManager in various Api classes 2020-06-20 23:04:17 +00:00
ApiBase.php Merge "api: Add new 'raw' parameter type which avoids Unicode NFC normalization" 2021-01-01 00:33:14 +00:00
ApiBlock.php Reduce SpecialBlock/Api logic duplication 2021-01-22 05:49:50 +01:00
ApiBlockInfoTrait.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
ApiChangeAuthenticationData.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiChangeContentModel.php Inject services into ApiChangeContentModel 2020-10-25 22:38:36 +00:00
ApiCheckToken.php
ApiClearHasMsg.php Inject TalkPageNotificationManager into ApiClearHasMsg 2020-10-25 22:32:57 +00:00
ApiClientLogin.php Merge "API: Use MediaWikiServices::getAuthManager in various Api classes" 2020-06-20 23:23:07 +00:00
ApiComparePages.php Hard deprecate RevisionStore::newMutableRevisionFromArray 2021-02-03 22:29:44 +00:00
ApiContinuationManager.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
ApiCSPReport.php Remove unneeded ApiCSPReport::isWriteMode 2020-08-19 10:26:56 +00:00
ApiDelete.php Document list of change tags as string[] 2020-11-20 14:12:54 +01:00
ApiDisabled.php
ApiEditPage.php Merge "ApiEditPage: Document that it is extended" 2020-10-06 18:50:01 +00:00
ApiEmailUser.php
ApiErrorFormatter.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiErrorFormatter_BackCompat.php Clean up redundant Exception|Throwable union type 2020-02-12 20:28:40 +00:00
ApiExpandTemplates.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
ApiFeedContributions.php Make ContributionsLookup use Authority 2021-01-21 13:45:18 +00:00
ApiFeedRecentChanges.php Use SpecialPageFactory to create special pages in ApiFeedRecentChanges 2020-11-03 18:11:46 +00:00
ApiFeedWatchlist.php Move init of array outside of try/catch in api action=feedwatchlist 2020-07-27 19:38:48 +02:00
ApiFileRevert.php Use MediaWikiServices::getRepoGroup in api related classes 2020-04-11 23:58:00 +00:00
ApiFormatBase.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ApiFormatFeedWrapper.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiFormatJson.php
ApiFormatNone.php
ApiFormatPhp.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
ApiFormatRaw.php
ApiFormatXml.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
ApiFormatXmlRsd.php
ApiHelp.php Use Html::rawElement on api help header 2020-12-12 00:23:09 +01:00
ApiHelpParamValueMessage.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
ApiHookRunner.php api: Use GetLinkColours hook to export CSS classes in page info 2020-12-14 17:51:50 -05:00
ApiImageRotate.php Fix some PHPStorm inspection warnings in includes/api 2020-02-18 14:17:37 -05:00
ApiImport.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ApiImportReporter.php
ApiLinkAccount.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiLogin.php Make UserIdentity objects aware of which wiki they belong to. 2021-02-02 16:10:51 +00:00
ApiLogout.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ApiMain.php Revert "Enhance GroupPermissionsLookup and use it." 2021-01-12 04:48:49 +00:00
ApiManageTags.php Fix some PHPStorm inspection warnings in includes/api 2020-02-18 14:17:37 -05:00
ApiMergeHistory.php Add MergeHistoryFactory interface, implemented by PageCommandFactory 2020-05-13 19:08:09 +00:00
ApiMessage.php Add taint hints for message creation method 2020-12-10 23:18:18 +01:00
ApiMessageTrait.php
ApiModuleManager.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiMove.php Inject and use MovePageFactory in ApiMove 2020-12-30 10:53:35 +02:00
ApiOpenSearch.php Use LinkBatchFactory in api modules 2020-09-06 09:32:16 +00:00
ApiOpenSearchFormatJson.php
ApiOptions.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiPageSet.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ApiParamInfo.php Ensure return value is declared in api param info 2020-07-17 23:02:01 +02:00
ApiParse.php WikiPage: deprecated construction on bad titles 2021-01-20 14:31:11 +01:00
ApiPatrol.php
ApiProtect.php Remove requirement for ApiWatchlistTrait to be in ApiBase. 2020-09-07 01:13:57 +01:00
ApiPurge.php
ApiQuery.php Revert "Remove usages and hard deprecate User::changeable(By)Group" 2021-01-29 20:32:57 +00:00
ApiQueryAllCategories.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryAllDeletedRevisions.php Standardize archive indexes 2021-01-28 11:32:49 +01:00
ApiQueryAllImages.php Revert "Enhance GroupPermissionsLookup and use it." 2021-01-12 04:48:49 +00:00
ApiQueryAllLinks.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryAllMessages.php Inject services into SpecialAllMessages 2020-11-02 02:14:36 +01:00
ApiQueryAllPages.php Strict return types for PageIdentity 2021-01-18 17:33:14 +01:00
ApiQueryAllRevisions.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryAllUsers.php Revert "Enhance GroupPermissionsLookup and use it." 2021-01-12 04:48:49 +00:00
ApiQueryAuthManagerInfo.php API: Use MediaWikiServices::getAuthManager in various Api classes 2020-06-20 23:04:17 +00:00
ApiQueryBacklinks.php Merge "Add PHPDoc documentation to all API query module constructors" 2020-11-01 21:04:39 +00:00
ApiQueryBacklinksprop.php Merge "Add PHPDoc documentation to all API query module constructors" 2020-11-01 21:04:39 +00:00
ApiQueryBase.php Strict return types for PageIdentity 2021-01-18 17:33:14 +01:00
ApiQueryBlockInfoTrait.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
ApiQueryBlocks.php
ApiQueryCategories.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryContributors.php Revert "Enhance GroupPermissionsLookup and use it." 2021-01-12 04:48:49 +00:00
ApiQueryDeletedRevisions.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryDeletedrevs.php Use LinkBatchFactory in api modules 2020-09-06 09:32:16 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryFilearchive.php
ApiQueryFileRepoInfo.php Use MediaWikiServices::getRepoGroup in api related classes 2020-04-11 23:58:00 +00:00
ApiQueryGeneratorBase.php Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
ApiQueryImageInfo.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiQueryImages.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryInfo.php Fix undefined index error in ApiQueryInfo 2021-01-12 15:29:52 +00:00
ApiQueryIWBacklinks.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryIWLinks.php
ApiQueryLangBacklinks.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryLangLinks.php Apply InterlanguageLinkCodeMap in Action API 2020-10-08 15:19:52 +02:00
ApiQueryLanguageinfo.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:14 +01:00
ApiQueryLinks.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryLogEvents.php Remove unnecessary phan issue suppression 2021-01-08 10:37:52 +01:00
ApiQueryMyStashedFiles.php
ApiQueryPagePropNames.php
ApiQueryPageProps.php
ApiQueryPagesWithProp.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryPrefixSearch.php Strict return types for PageIdentity 2021-01-18 17:33:14 +01:00
ApiQueryProtectedTitles.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryQueryPage.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryRandom.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiQueryRecentChanges.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiQueryRevisions.php Improve docs in api related classes 2020-11-13 23:11:06 +01:00
ApiQueryRevisionsBase.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
ApiQuerySearch.php ApiQuerySearch: Include prop/info when requested in generator mode 2021-01-19 17:33:09 -08:00
ApiQuerySiteinfo.php ApiQuerySiteInfo: Replace 'titleconversion' with 'linkconversion' boolean 2020-12-09 10:16:32 -05:00
ApiQueryStashImageInfo.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiQueryTags.php
ApiQueryTokens.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ApiQueryUserContribs.php Hard deprecate Revision::getParentLengths 2020-03-18 12:26:26 -07:00
ApiQueryUserInfo.php Make UserIdentity objects aware of which wiki they belong to. 2021-02-02 16:10:51 +00:00
ApiQueryUsers.php Remove uses of $wgUser in api token methods 2020-09-09 23:56:17 +00:00
ApiQueryWatchlist.php ApiQueryWatchlist: Include log entry action text 2020-11-22 01:50:52 +00:00
ApiQueryWatchlistRaw.php Add PHPDoc documentation to all API query module constructors 2020-10-27 19:16:41 +00:00
ApiRawMessage.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
ApiRemoveAuthenticationData.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiResetPassword.php Inject services into ApiResetPassword 2020-10-27 17:14:13 +00:00
ApiResult.php Merge "API: Micro-optimize ApiResult::isMetadataKey()" 2021-01-31 18:34:29 +00:00
ApiRevisionDelete.php Fix some PHPStorm inspection warnings in includes/api 2020-02-18 14:17:37 -05:00
ApiRollback.php Remove requirement for ApiWatchlistTrait to be in ApiBase. 2020-09-07 01:13:57 +01:00
ApiRsd.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ApiSerializable.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
ApiSetNotificationTimestamp.php Strict return types for PageIdentity 2021-01-18 17:33:14 +01:00
ApiSetPageLanguage.php Remove usages of deprecated Language methods 2020-02-16 00:45:48 +00:00
ApiStashEdit.php Inject services into ApiStashEdit 2020-10-27 17:07:54 +00:00
ApiTag.php
ApiTokens.php Used passed user objects for closure in ApiTokens 2020-11-27 23:52:30 +00:00
ApiUnblock.php Inject UserCache into ApiUnblock 2020-11-19 18:46:09 +00:00
ApiUndelete.php Remove requirement for ApiWatchlistTrait to be in ApiBase. 2020-09-07 01:13:57 +01:00
ApiUpload.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiUsageException.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
ApiUserrights.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
ApiValidatePassword.php Inject services into ApiValidatePassword 2020-10-13 19:04:09 +00:00
ApiWatch.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ApiWatchlistTrait.php [API] Ignore watchlist preferences for bot users 2020-12-22 22:28:28 +01:00
IApiMessage.php Hard deprecate Title::getUserPermissionsErrors 2020-02-26 05:09:55 +00:00
SearchApi.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00