..
Hook
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
i18n
Localisation updates from https://translatewiki.net .
2022-12-16 08:27:29 +01:00
Validator
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiAMCreateAccount.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiAuthManagerHelper.php
ApiBase.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
ApiBlock.php
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
ApiBlockInfoTrait.php
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
ApiChangeAuthenticationData.php
ApiChangeContentModel.php
ManualLogEntry::getComment() should always return string
2022-07-09 18:58:19 -04:00
ApiCheckToken.php
ApiClearHasMsg.php
ApiClientLogin.php
ApiComparePages.php
api: Remove use of undeclared property in action=comparepages
2022-12-12 20:02:49 +01:00
ApiContinuationManager.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
ApiCSPReport.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiDelete.php
ApiDisabled.php
ApiEditPage.php
Reorg: Move some of request related classes to MediaWiki/Request
2022-10-28 10:15:31 +00:00
ApiEmailUser.php
ApiErrorFormatter.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
ApiErrorFormatter_BackCompat.php
ApiExpandTemplates.php
build: Update mediawiki/mediawiki-phan-config to 0.12.0
2022-10-08 15:45:42 +02:00
ApiFeedContributions.php
Feed: Move feed-related classes to Feed/ and namespace them
2022-10-20 17:25:49 +00:00
ApiFeedRecentChanges.php
RecentChanges/Watchlist: Expose 'inverttags' param in form and API
2022-12-13 14:50:41 -08:00
ApiFeedWatchlist.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiFileRevert.php
ApiFormatBase.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiFormatFeedWrapper.php
Feed: Move feed-related classes to Feed/ and namespace them
2022-10-20 17:25:49 +00:00
ApiFormatJson.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiFormatNone.php
ApiFormatPhp.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiFormatRaw.php
ApiFormatXml.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiFormatXmlRsd.php
ApiHelp.php
Reorg: Move DummyLinker and Linker to linker/
2022-12-08 06:38:17 +01:00
ApiHelpParamValueMessage.php
ApiHookRunner.php
ApiImageRotate.php
api: Swap wfMessage() for $this->msg()
2022-08-13 15:21:29 +01:00
ApiImport.php
ApiImportReporter.php
ApiLinkAccount.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiLogin.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiLogout.php
ApiMain.php
Merge "Use str_starts_with/str_ends_with/str_contains"
2022-12-14 03:06:28 +00:00
ApiManageTags.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiMergeHistory.php
ApiMessage.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
ApiMessageTrait.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiModuleManager.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
ApiMove.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiOpenSearch.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiOpenSearchFormatJson.php
ApiOptions.php
api: Fix minor PHP 8.1 incompatibility in ApiOptions
2022-11-08 12:25:05 +01:00
ApiPageSet.php
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
ApiParamInfo.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiParse.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
ApiQuery.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryAllCategories.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryAllDeletedRevisions.php
Merge "api: Replace deprecated Linker::formatComment"
2022-12-15 23:33:12 +00:00
ApiQueryAllImages.php
Merge "api: Fix order by on list=allimages&aisort=timestamp for pagination"
2022-11-23 11:34:01 +00:00
ApiQueryAllLinks.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
ApiQueryAllMessages.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiQueryAllPages.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryAllRevisions.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryAllUsers.php
ApiQueryAuthManagerInfo.php
ApiQueryBacklinks.php
Use buildComparison() instead of raw SQL in API list=backlinks and friends
2022-10-22 01:38:49 +02:00
ApiQueryBacklinksprop.php
Use buildComparison() instead of raw SQL in API prop=linkshere and friends
2022-10-22 01:39:32 +02:00
ApiQueryBase.php
api: Deprecate ApiQuery::getNamedDB and ::selectNamedDB()
2022-08-22 13:51:46 +01:00
ApiQueryBlockInfoTrait.php
ApiQueryBlocks.php
api: Validate timestamp in continue parameter
2022-11-01 22:40:10 +01:00
ApiQueryCategories.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
api: Convert cl_timestamp format for continue on categorymembers
2022-12-16 16:50:37 +01:00
ApiQueryContributors.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryDeletedRevisions.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryDeletedrevs.php
api: Validate timestamp in continue parameter
2022-11-01 22:40:10 +01:00
ApiQueryDisabled.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiQueryDuplicateFiles.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryExternalLinks.php
Use buildComparison() instead of raw SQL in API list=exturlusage, prop=extlinks
2022-10-22 01:39:32 +02:00
ApiQueryExtLinksUsage.php
Use buildComparison() instead of raw SQL in API list=exturlusage, prop=extlinks
2022-10-22 01:39:32 +02:00
ApiQueryFilearchive.php
api: Validate timestamp in continue parameter
2022-11-01 22:40:10 +01:00
ApiQueryFileRepoInfo.php
ApiQueryGeneratorBase.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiQueryImageInfo.php
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
ApiQueryImages.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryInfo.php
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
ApiQueryIWBacklinks.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryIWLinks.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryLangBacklinks.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryLangLinks.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryLanguageinfo.php
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
ApiQueryLinks.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
ApiQueryLogEvents.php
Merge "api: Replace deprecated Linker::formatComment"
2022-12-15 23:33:12 +00:00
ApiQueryMyStashedFiles.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryPagePropNames.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryPageProps.php
Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\
2022-12-09 13:17:40 +01:00
ApiQueryPagesWithProp.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiQueryPrefixSearch.php
ApiQueryProtectedTitles.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryQueryPage.php
api: Do not add extra infos on generator=querypage
2022-10-22 11:56:42 +00:00
ApiQueryRandom.php
Remove unused variable from unpacking arrays
2022-11-22 23:21:08 +00:00
ApiQueryRecentChanges.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryRevisions.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryRevisionsBase.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQuerySearch.php
api-query-search: Request snippets when title variants are requested
2022-07-26 10:25:00 -07:00
ApiQuerySiteinfo.php
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
ApiQueryStashImageInfo.php
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
ApiQueryTags.php
ApiQueryTokens.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
ApiQueryUserContribs.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryUserInfo.php
Add cancreateaccount property to userinfo API
2022-08-31 11:51:18 +00:00
ApiQueryUsers.php
user: Migrate selects in UserGroupManager to SelectQueryBuilder
2022-10-31 16:23:41 +00:00
ApiQueryWatchlist.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryWatchlistRaw.php
Deduplicate code for parsing API 'continue' parameters
2022-09-29 16:05:31 +00:00
ApiRawMessage.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
ApiRemoveAuthenticationData.php
ApiResetPassword.php
ApiResult.php
ApiRevisionDelete.php
ManualLogEntry::getComment() should always return string
2022-07-09 18:58:19 -04:00
ApiRollback.php
ApiRsd.php
ApiSerializable.php
ApiSetNotificationTimestamp.php
api: Remove redundant 'api' group from DB_PRIMARY connection
2022-08-22 13:40:08 +01:00
ApiSetPageLanguage.php
ApiStashEdit.php
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
ApiTag.php
ManualLogEntry::getComment() should always return string
2022-07-09 18:58:19 -04:00
ApiUnblock.php
ApiUndelete.php
ApiUpload.php
Remove separate checks for global blocks from APIUpload and SpecialUpload
2022-11-09 16:40:48 +00:00
ApiUsageException.php
ApiUserrights.php
api: Remove compat code for expiry in action=userrights
2022-11-13 01:07:05 +01:00
ApiValidatePassword.php
ApiWatch.php
ApiWatchlistTrait.php
api: Minor code cleanup
2022-08-14 13:10:53 +00:00
IApiMessage.php
SearchApi.php