..
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 .
2023-02-13 08:12:59 +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
API: Allow use of multivalue parameter documentation for templates
2023-01-17 21:21:22 -08: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
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
Make use of ??= in more places
2022-12-17 01:10:13 +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
Fix API help URLs
2023-02-10 14:08:29 +00:00
ApiFeedContributions.php
Reorg: Move ActorMigration and ActorMigrationBase to user/
2022-12-16 13:44:33 +01:00
ApiFeedRecentChanges.php
RecentChanges/Watchlist: Expose 'inverttags' param in form and API
2022-12-13 14:50:41 -08:00
ApiFeedWatchlist.php
Make use of ??= in more places
2022-12-17 01:10:13 +00: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
Use a SectionMetadata object in Linker::generateTOC()
2023-02-09 23:20:52 -05:00
ApiHelpParamValueMessage.php
ApiHookRunner.php
ApiImageRotate.php
Make use of ??= in more places
2022-12-17 01:10:13 +00: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
rdbms: Consolidate logger channels into one
2023-01-03 22:46:38 +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
ApiOptions: Give warning if the value is too long
2023-01-20 14:35:25 +08: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
Fix API help URLs
2023-02-10 14:08:29 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiQuery.php
search: Make TitleMatcher a MediaWiki service object
2023-02-03 12:35:14 +00: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
Reorg: Move ActorMigration and ActorMigrationBase to user/
2022-12-16 13:44:33 +01:00
ApiQueryAllUsers.php
api: Migrate subquery to use SelectQueryBuilder in ApiQueryAllUsers
2022-12-16 19:15:44 +01:00
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
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiQueryBase.php
Replace some tivial ??= with even more trivial ??
2022-12-23 08:35:44 +01:00
ApiQueryBlockInfoTrait.php
ApiQueryBlocks.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00: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
Reorg: Move ActorMigration and ActorMigrationBase to user/
2022-12-16 13:44:33 +01:00
ApiQueryDeletedRevisions.php
api: Replace deprecated Linker::formatComment
2022-12-11 00:56:46 +01:00
ApiQueryDeletedrevs.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00: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
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiQueryExtLinksUsage.php
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiQueryFilearchive.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00: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
Use LanguageNameUtils::AUTONYMS/SUPPORTED instead of hard coded value
2022-12-29 13:47:29 +01:00
ApiQueryLinks.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
ApiQueryLogEvents.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +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
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
ApiQueryQueryPage.php
Minor PHPDoc fixups and improvements in different places
2023-02-14 09:09:11 +01:00
ApiQueryRandom.php
Remove unused variable from unpacking arrays
2022-11-22 23:21:08 +00:00
ApiQueryRecentChanges.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
ApiQueryRevisions.php
Reorg: Move ActorMigration and ActorMigrationBase to user/
2022-12-16 13:44:33 +01:00
ApiQueryRevisionsBase.php
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiQuerySearch.php
search: Make TitleMatcher a MediaWiki service object
2023-02-03 12:35:14 +00:00
ApiQuerySiteinfo.php
Improve ApiQuerySiteInfo handling of deprecated and "extra" language links
2023-02-09 16:27:24 +00: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
Split a base class out of CommentStore
2023-01-01 22:34:36 +00: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
Split a base class out of CommentStore
2023-01-01 22:34:36 +00: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
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiRevisionDelete.php
revisiondelete: Replace dynamic property Status::$itemStatuses
2023-02-04 20:31:11 +00:00
ApiRollback.php
ApiRsd.php
ApiSerializable.php
ApiSetNotificationTimestamp.php
Make use of ??= in more places
2022-12-17 01:10:13 +00: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
ApiUnblock.php
ApiUndelete.php
ApiUpload.php
Make use of ??= in more places
2022-12-17 01:10:13 +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
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
ApiWatchlistTrait.php
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
IApiMessage.php
SearchApi.php
Replace some usages of MWException
2023-01-26 00:10:34 +00:00