wiki.techinc.nl/includes/api
Tim Starling d36ea70309 Fix some PHPStorm inspections (#1)
* Triple backslash in regex should really be quadruple backslash
* Using the returned value of a void method
* Immediately overwritten array keys
* Duplicate array keys
* Foreach variable reuse
* sprintf() with too many params
* Incorrect reference usage

Change-Id: I3c649b543c9561a1614058c50f3847f663ff04df
2023-03-25 00:19:33 +00:00
..
Hook Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
i18n Localisation updates from https://translatewiki.net. 2023-03-23 08:15:57 +01:00
Validator Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ApiAMCreateAccount.php
ApiAuthManagerHelper.php
ApiBase.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiBlock.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiBlockInfoTrait.php Make use of ?:, ?? and ??= operators in mostly trivial cases 2022-12-05 21:37:13 +01:00
ApiChangeAuthenticationData.php
ApiChangeContentModel.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiCheckToken.php
ApiClearHasMsg.php
ApiClientLogin.php
ApiComparePages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiEmailUser.php
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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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
ApiFormatNone.php
ApiFormatPhp.php
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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiHelpParamValueMessage.php
ApiHookRunner.php
ApiImageRotate.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
ApiImport.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiImportReporter.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiLinkAccount.php
ApiLogin.php
ApiLogout.php
ApiMain.php Fix some PHPStorm inspections (#1) 2023-03-25 00:19:33 +00:00
ApiManageTags.php
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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiParamInfo.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiParse.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiPatrol.php
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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllCategories.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryAllDeletedRevisions.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04: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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryAllUsers.php api: Migrate subquery to use SelectQueryBuilder in ApiQueryAllUsers 2022-12-16 19:15:44 +01:00
ApiQueryAuthManagerInfo.php
ApiQueryBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryBacklinksprop.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryBase.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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 Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiQueryDeletedrevs.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04: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 Reorg: Move LinkFilter to ExternalLinks 2023-03-01 22:08:29 +01:00
ApiQueryExtLinksUsage.php Merge "Reorg: Move LinkFilter to ExternalLinks" 2023-03-03 19:18:26 +00:00
ApiQueryFilearchive.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryFileRepoInfo.php
ApiQueryGeneratorBase.php
ApiQueryImageInfo.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryImages.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryInfo.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryIWBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryIWLinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryLangBacklinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryLangLinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryLanguageinfo.php ApiQueryLanguageinfoTest: Do not pass a float to setFakeTime 2023-02-14 11:53:42 +00:00
ApiQueryLinks.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryLogEvents.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryMyStashedFiles.php
ApiQueryPagePropNames.php
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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryRevisionsBase.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQuerySearch.php search: Namespace TitleMatcher class 2023-02-19 10:55:07 +02:00
ApiQuerySiteinfo.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryStashImageInfo.php Reorg: Move five page-related classes to page/ out of includes/ 2023-02-23 17:03:49 +01:00
ApiQueryTags.php
ApiQueryTokens.php
ApiQueryUserContribs.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiQueryUserInfo.php
ApiQueryUsers.php Namespace SpecialUserRights under \MediaWiki\Specials 2023-03-16 20:15:59 -04:00
ApiQueryWatchlist.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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
ApiResetPassword.php
ApiResult.php Make use of ??= in more places 2022-12-17 01:10:13 +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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiSerializable.php
ApiSetNotificationTimestamp.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05: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 Merge "api: Add watch option for userpage to action=unblock" 2023-03-17 17:37:23 +00:00
ApiUndelete.php Api: Fix some very old copyright statements for Roan 2023-03-16 13:27:37 -04:00
ApiUpload.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiUsageException.php
ApiUserrights.php Namespace SpecialUserRights under \MediaWiki\Specials 2023-03-16 20:15:59 -04:00
ApiValidatePassword.php
ApiWatch.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ApiWatchlistTrait.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
IApiMessage.php
SearchApi.php Replace some usages of MWException 2023-01-26 00:10:34 +00:00