wiki.techinc.nl/includes/api
Umherirrender 1086958611 Replace array_keys in foreach to use $_ as value instead
When the value of the associated array is not used, there is no need to
use array_keys and create internal a copy of the array, just omit the
value with $_ to tell static analyzer that the var is unused.

Change-Id: I5c6d667e98c0167c0573c683f0d617bc1d4ca619
2023-07-10 02:53:52 +00:00
..
Hook Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
i18n Localisation updates from https://translatewiki.net. 2023-07-07 07:57:22 +02:00
Validator Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ApiAMCreateAccount.php api: Minor code cleanup 2022-08-14 13:10:53 +00:00
ApiAuthManagerHelper.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiBase.php api: Change ApiBase::errorArrayToStatus to Authority 2023-06-19 20:16:10 +02:00
ApiBlock.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiBlockInfoTrait.php api: include details of email and own talk block 2023-05-30 02:13:13 +05:30
ApiChangeAuthenticationData.php Prevent temporary users from accessing APIs for changing passwords 2023-06-12 10:56:40 +00:00
ApiChangeContentModel.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiCheckToken.php api: Replace numerous more deprecated constants 2022-06-06 02:24:41 +01:00
ApiClearHasMsg.php
ApiClientLogin.php
ApiComparePages.php Add convenience method TempUserCreator::shouldAutoCreate() 2023-05-12 15:31:11 +10:00
ApiContinuationManager.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ApiCSPReport.php Reorg: Move CSP class to Request/ 2023-02-16 13:36:41 +01:00
ApiDelete.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiDisabled.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiEditPage.php ApiEditPage: Return URL to finish creating temp account if enabled 2023-06-22 11:30:07 +02:00
ApiEmailUser.php Namespace SpecialE* under \MediaWiki\Specials 2023-05-03 17:03:00 +00:00
ApiErrorFormatter.php Fix some PHPStorm inspections (#1) 2023-03-25 00:19:33 +00:00
ApiErrorFormatter_BackCompat.php
ApiExpandTemplates.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiFeedContributions.php Specials: Mass switch everything to IConnectionProvider from LB 2023-04-19 19:19:16 +02:00
ApiFeedRecentChanges.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiFeedWatchlist.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiFileRevert.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiFormatBase.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +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 Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiFormatXml.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiFormatXmlRsd.php
ApiHelp.php Merge "api: Explicit parse param help messages from validator" 2023-05-12 09:05:45 +00:00
ApiHelpParamValueMessage.php
ApiHookRunner.php ApiEditPage: Return URL to finish creating temp account if enabled 2023-06-22 11:30:07 +02:00
ApiImageRotate.php api: Replace deprecated ApiPageSet::getTitles in imagerotate 2023-06-16 20:09:36 +00:00
ApiImport.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiImportReporter.php Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
ApiLinkAccount.php Prevent temporary users from accessing ApiLinkAccount 2023-06-09 17:21:43 +01:00
ApiLogin.php api: Minor code cleanup 2022-08-14 13:10:53 +00:00
ApiLogout.php api: Silence database write warnings from ApiLogout 2023-06-08 17:22:42 +01:00
ApiMain.php api: Replace deprecated ApiPageSet::getRedirectTitles in action=parse 2023-06-27 19:42:35 +02:00
ApiManageTags.php api: Minor code cleanup 2022-08-14 13:10:53 +00:00
ApiMergeHistory.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
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: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiOpenSearch.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiOpenSearchFormatJson.php
ApiOptions.php Make ApiOptions unavailable to temporary users 2023-03-28 16:45:19 +03:00
ApiPageSet.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
ApiParamInfo.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiParse.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
ApiPatrol.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiProtect.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiPurge.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
ApiQuery.php Merge "API: Add metrics for query modules" 2023-06-29 08:55:04 +00:00
ApiQueryAllCategories.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryAllDeletedRevisions.php Revert "api: Use RevisionStore::newRevisionsFromBatch to fetch revision records" 2023-05-05 19:15:52 +02:00
ApiQueryAllImages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllLinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllMessages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllPages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllRevisions.php Revert "api: Use RevisionStore::newRevisionsFromBatch to fetch revision records" 2023-05-05 19:15:52 +02:00
ApiQueryAllUsers.php api: Migrate subquery to use SelectQueryBuilder in ApiQueryAllUsers 2022-12-16 19:15:44 +01:00
ApiQueryAuthManagerInfo.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiQueryBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryBacklinksprop.php rdbms: Throw when makeWhereFrom2d() receives empty data 2023-05-10 01:55:47 +00:00
ApiQueryBase.php api: Drop ApiQuery::getNamedDB() and ApiQueryBase::selectNamedDB() 2023-06-01 11:11:58 +00:00
ApiQueryBlockInfoTrait.php
ApiQueryBlocks.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryCategories.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryCategoryInfo.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryCategoryMembers.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryContributors.php Reorg: Move ActorMigration and ActorMigrationBase to user/ 2022-12-16 13:44:33 +01:00
ApiQueryDeletedRevisions.php Merge "api: Use a temp placeholder for signature on preview/pst" 2023-05-10 05:32:25 +00:00
ApiQueryDeletedrevs.php Merge sequences of if that end doing the same thing anyway 2023-06-16 16:09:42 +02:00
ApiQueryDisabled.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryDuplicateFiles.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryExternalLinks.php Merge "ExternalLinks: Make order by and continue only rely on el_id in READ NEW" 2023-07-05 17:35:47 +00:00
ApiQueryExtLinksUsage.php Merge "ExternalLinks: Make order by and continue only rely on el_id in READ NEW" 2023-07-05 17:35:47 +00:00
ApiQueryFilearchive.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryFileRepoInfo.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiQueryGeneratorBase.php api: Minor code cleanup 2022-08-14 13:10:53 +00:00
ApiQueryImageInfo.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiQueryImages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryInfo.php Merge "api: Replace deprecated ApiPageSet::getGoodTitles in prop=info" 2023-06-27 10:15:51 +00:00
ApiQueryIWBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryIWLinks.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiQueryLangBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryLangLinks.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiQueryLanguageinfo.php ApiQueryLanguageinfoTest: Do not pass a float to setFakeTime 2023-02-14 11:53:42 +00:00
ApiQueryLinks.php LinkBatch: Re-apply makeWhereFrom2d/constructSet exception 2023-06-15 21:30:07 +00:00
ApiQueryLogEvents.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryPrefixSearch.php
ApiQueryProtectedTitles.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryQueryPage.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryRandom.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryRecentChanges.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryRevisions.php Merge "api: Use a temp placeholder for signature on preview/pst" 2023-05-10 05:32:25 +00:00
ApiQueryRevisionsBase.php Replace deprecated MWException 2023-06-09 17:21:12 +02:00
ApiQuerySearch.php search: Namespace TitleMatcher class 2023-02-19 10:55:07 +02:00
ApiQuerySiteinfo.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiQueryStashImageInfo.php Reorg: Move five page-related classes to page/ out of includes/ 2023-02-23 17:03:49 +01:00
ApiQueryTags.php Start using ChangeTagsStore 2023-06-09 15:09:06 +02:00
ApiQueryTokens.php api: Minor code cleanup 2022-08-14 13:10:53 +00:00
ApiQueryUserContribs.php api: Replace deprecated User::newFromName in usercontribs 2023-06-16 19:04:16 +00:00
ApiQueryUserInfo.php Add cancreateaccount property to userinfo API 2022-08-31 11:51:18 +00:00
ApiQueryUsers.php Add User::newQueryBuilder() 2023-06-27 11:45:39 +10:00
ApiQueryWatchlist.php Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
ApiQueryWatchlistRaw.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiRawMessage.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
ApiRemoveAuthenticationData.php Prevent temporary users from accessing APIs for changing passwords 2023-06-12 10:56:40 +00:00
ApiResetPassword.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiResult.php Fix more PHPStorm inspections (#2) 2023-03-25 00:19:58 +00:00
ApiRevisionDelete.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiRollback.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiRsd.php API: Replace deprecated calls to wfExpandUrl with UrlUtils::expand 2023-06-22 16:49:01 -04:00
ApiSerializable.php
ApiSetNotificationTimestamp.php api: Replace ApiPageSet::getTitles in setnotificationtimestamp 2023-06-16 22:15:19 +02:00
ApiSetPageLanguage.php api: Switch to use IConnectionProvider 2023-04-24 13:54:27 +02:00
ApiStashEdit.php Add convenience method TempUserCreator::shouldAutoCreate() 2023-05-12 15:31:11 +10:00
ApiTag.php Start using ChangeTagsStore 2023-06-09 15:09:06 +02:00
ApiUnblock.php Merge "api: Add watch option for userpage to action=unblock" 2023-03-17 17:37:23 +00:00
ApiUndelete.php api: On action=undelete check for proper page identity 2023-05-09 22:17:18 +02:00
ApiUpload.php Prompt temporary users without upload permissions to log in 2023-05-24 16:05:21 +03:00
ApiUsageException.php
ApiUserrights.php Namespace SpecialUserRights under \MediaWiki\Specials 2023-03-16 20:15:59 -04:00
ApiValidatePassword.php api: Replace numerous deprecated constants 2022-06-06 00:18:50 +01:00
ApiWatch.php api: Replace deprecated ApiPageSet::getMissingTitles in action=watch 2023-06-16 22:11:12 +02:00
ApiWatchlistTrait.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
IApiMessage.php
SearchApi.php search: disallow negative offsets 2023-06-22 16:41:55 +02:00