wiki.techinc.nl/includes/api
David Causse cf41c48f8d Deprecate SearchEngine::replacePrefixes
This should be handled internally by SearchEngine implementations.

Bug: T198860
Change-Id: Ifbfd0fcb81fcacf5228bd2ffcac7b80fca872b2a
Depends-On: I7d4ff9498fa1f4ea66835c634b8931f4c29993fb
2018-07-17 21:56:14 +00:00
..
i18n Localisation updates from https://translatewiki.net. 2018-07-16 21:55:39 +02:00
ApiAMCreateAccount.php
ApiAuthManagerHelper.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiBase.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiBlock.php Improve test coverage for ApiBlock.php to 100% 2018-03-26 18:17:32 +03:00
ApiChangeAuthenticationData.php
ApiCheckToken.php
ApiClearHasMsg.php Remove "Created on" from file header comments 2018-01-26 23:12:40 +00:00
ApiClientLogin.php
ApiComparePages.php
ApiContinuationManager.php
ApiCSPReport.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiDelete.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiDisabled.php
ApiEditPage.php Get ~100% test coverage for ApiEditPage.php and fix a couple of bugs 2018-03-28 15:33:24 +03:00
ApiEmailUser.php
ApiErrorFormatter.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiExpandTemplates.php
ApiFeedContributions.php
ApiFeedRecentChanges.php Drop the 'CategorizedRecentChanges' feature 2018-02-15 10:45:10 -08:00
ApiFeedWatchlist.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiFileRevert.php
ApiFormatBase.php Convert OutputHandler functions to a class 2018-03-20 21:11:32 -07:00
ApiFormatFeedWrapper.php
ApiFormatJson.php Add more checks to ApiStructureTest.php 2018-04-08 15:58:06 +03:00
ApiFormatNone.php
ApiFormatPhp.php Add more checks to ApiStructureTest.php 2018-04-08 15:58:06 +03:00
ApiFormatRaw.php
ApiFormatXml.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiHelp.php Merge "Hide TOC with CSS instead of JavaScript" 2018-07-11 20:36:22 +00:00
ApiHelpParamValueMessage.php
ApiImageRotate.php
ApiImport.php
ApiLinkAccount.php
ApiLogin.php BotPasswords: Indicate when a password needs reset 2018-05-04 09:48:23 -04:00
ApiLogout.php
ApiMain.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiManageTags.php
ApiMergeHistory.php
ApiMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
ApiMessageTrait.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
ApiModuleManager.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiMove.php Test ApiMove 2018-04-15 14:13:08 +03:00
ApiOpenSearch.php
ApiOptions.php Refactor ApiOptions for reusability 2018-06-26 15:46:40 -07:00
ApiPageSet.php Use $lang->hasVariants() instead of count( $lang->getVariants() ) > 1 2018-07-11 16:13:17 +00:00
ApiParamInfo.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiParse.php Avoid deprecated LinkCache::singleton() 2018-06-10 23:55:11 -07:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php Swap isset by null check in ApiSetNotificationTimestamp/ApiPurge 2018-04-05 12:39:24 +02:00
ApiQuery.php Rename ApiQueryContributions to ApiQueryUserContribs to match api module name 2018-05-26 23:07:15 +00:00
ApiQueryAllCategories.php
ApiQueryAllDeletedRevisions.php Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00:00
ApiQueryAllImages.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiQueryAllLinks.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiQueryAllMessages.php
ApiQueryAllPages.php
ApiQueryAllRevisions.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryAllUsers.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ApiQueryAuthManagerInfo.php
ApiQueryBacklinks.php
ApiQueryBacklinksprop.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryBase.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryBlocks.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
ApiQueryContributors.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiQueryDeletedRevisions.php Drop archive.ar_text and ar_flags 2018-04-03 12:54:27 -04:00
ApiQueryDeletedrevs.php Drop archive.ar_text and ar_flags 2018-04-03 12:54:27 -04:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiQueryExtLinksUsage.php
ApiQueryFilearchive.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00: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 Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00:00
ApiQueryImages.php
ApiQueryInfo.php Add varianttitles parameter to API query prop=info 2018-04-09 22:03:19 +00:00
ApiQueryIWBacklinks.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryIWLinks.php
ApiQueryLangBacklinks.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
ApiQueryLogEvents.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiQueryMyStashedFiles.php
ApiQueryPagePropNames.php
ApiQueryPageProps.php
ApiQueryPagesWithProp.php
ApiQueryPrefixSearch.php Push pagination decision for search into SearchEngine 2018-06-11 13:35:44 -07:00
ApiQueryProtectedTitles.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
ApiQueryQueryPage.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryRandom.php
ApiQueryRecentChanges.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQueryRevisions.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ApiQueryRevisionsBase.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiQuerySearch.php Deprecate SearchEngine::replacePrefixes 2018-07-17 21:56:14 +00:00
ApiQuerySiteinfo.php Ensure LanguageCode::bcp47() returns a valid BCP 47 language code 2018-07-13 14:56:18 -04:00
ApiQueryStashImageInfo.php
ApiQueryTags.php
ApiQueryTokens.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
ApiQueryUserContribs.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
ApiQueryUserInfo.php
ApiQueryUsers.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
ApiQueryWatchlist.php Replace rc_patrolled values with contants, part I 2018-04-11 22:35:31 +02:00
ApiQueryWatchlistRaw.php
ApiRawMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
ApiRemoveAuthenticationData.php
ApiResetPassword.php
ApiResult.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ApiRevisionDelete.php
ApiRollback.php
ApiRsd.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiSerializable.php
ApiSetNotificationTimestamp.php Swap isset by null check in ApiSetNotificationTimestamp/ApiPurge 2018-04-05 12:39:24 +02:00
ApiSetPageLanguage.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
ApiStashEdit.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ApiTag.php
ApiTokens.php
ApiUnblock.php
ApiUndelete.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiUpload.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiUsageException.php Split ApiUsageException and UsageException to class per file 2018-05-27 20:43:55 +00:00
ApiUserrights.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ApiValidatePassword.php
ApiWatch.php
IApiMessage.php Split ApiMessage to class per file 2018-05-27 00:31:30 +00:00
SearchApi.php Push pagination decision for search into SearchEngine 2018-06-11 13:35:44 -07:00
UsageException.php Split ApiUsageException and UsageException to class per file 2018-05-27 20:43:55 +00:00