wiki.techinc.nl/includes/api
2019-04-02 03:06:56 +00:00
..
i18n Localisation updates from https://translatewiki.net. 2019-03-31 21:55:51 +02:00
ApiAMCreateAccount.php
ApiAuthManagerHelper.php
ApiBase.php API: Avoid duplicate logs to api-feature-usage 2019-03-05 17:56:55 -05:00
ApiBlock.php Remove reliance on Block properties being public 2019-03-22 21:17:22 +00:00
ApiChangeAuthenticationData.php
ApiCheckToken.php
ApiClearHasMsg.php
ApiClientLogin.php
ApiComparePages.php Merge "ApiComparePages: Don't error with no prev/next rev" 2018-12-18 10:06:23 +00:00
ApiContinuationManager.php
ApiCSPReport.php
ApiDelete.php Fix function/class case 2019-03-29 16:20:50 -07:00
ApiDisabled.php
ApiEditPage.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiEmailUser.php
ApiErrorFormatter.php ApiDelete: Handle batched deletions properly 2018-12-20 10:03:26 -05:00
ApiExpandTemplates.php resourceloader: Remove addModuleScripts, and deprecate getModuleScripts. 2019-03-05 16:54:08 +00:00
ApiFeedContributions.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiFeedRecentChanges.php
ApiFeedWatchlist.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
ApiFileRevert.php
ApiFormatBase.php Use the ?? feature instead of isset() where it makes sense 2019-03-24 22:40:49 +01:00
ApiFormatFeedWrapper.php
ApiFormatJson.php
ApiFormatNone.php
ApiFormatPhp.php Various fixes to make phan-taint-check happier 2019-03-04 03:24:44 +00:00
ApiFormatRaw.php
ApiFormatXml.php
ApiHelp.php
ApiHelpParamValueMessage.php
ApiImageRotate.php Fix unused vars/pointless assignments 2019-03-29 16:52:48 -07:00
ApiImport.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiLinkAccount.php
ApiLogin.php Fix unused vars/pointless assignments 2019-03-29 16:52:48 -07:00
ApiLogout.php
ApiMain.php Merge "Replace several uses of wfWikiId() with WikiMap methods" 2019-03-30 00:08:28 +00:00
ApiManageTags.php
ApiMergeHistory.php
ApiMessage.php
ApiMessageTrait.php
ApiModuleManager.php
ApiMove.php API: Spread autoblocks from action=edit and action=move 2019-02-19 17:34:48 -05:00
ApiOpenSearch.php
ApiOptions.php
ApiPageSet.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiParamInfo.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiParse.php Avoid a few overly complicated is_null() checks 2019-03-11 10:29:20 +01:00
ApiPatrol.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiProtect.php
ApiPurge.php
ApiQuery.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
ApiQueryAllCategories.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryAllDeletedRevisions.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryAllImages.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryAllLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryAllMessages.php
ApiQueryAllPages.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryAllRevisions.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryAllUsers.php Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries 2019-03-06 14:01:20 -08:00
ApiQueryAuthManagerInfo.php
ApiQueryBacklinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryBacklinksprop.php
ApiQueryBase.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryBlocks.php Prevent fatal PHP errors when PageRestriction::getTitle() returns null. 2019-02-07 10:06:15 -05:00
ApiQueryCategories.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryCategoryInfo.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryCategoryMembers.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryContributors.php Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries 2019-03-06 14:01:20 -08:00
ApiQueryDeletedRevisions.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryDeletedrevs.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryFilearchive.php
ApiQueryFileRepoInfo.php
ApiQueryGeneratorBase.php
ApiQueryImageInfo.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryImages.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryInfo.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryIWBacklinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryIWLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryLangBacklinks.php Merge "Return the page_id in list=langbacklinks as an int" 2019-02-25 02:45:42 +00:00
ApiQueryLangLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryLinks.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryLogEvents.php Merge "ApiQueryLogEvents: Add IGNORE INDEX to avoid MariaDB optimizer bug" 2019-03-08 23:12:20 +00:00
ApiQueryMyStashedFiles.php
ApiQueryPagePropNames.php
ApiQueryPageProps.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryPagesWithProp.php
ApiQueryPrefixSearch.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryProtectedTitles.php
ApiQueryQueryPage.php Use SpecialPageFactory in ApiQueryQueryPage 2018-12-14 18:50:22 +01:00
ApiQueryRandom.php
ApiQueryRecentChanges.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryRevisions.php rdbms: add IDatabase::UNION_* constants for readability 2019-03-28 11:01:02 -07:00
ApiQueryRevisionsBase.php Stop gap to shut up log spam due to T212428. 2019-03-26 01:43:46 +00:00
ApiQuerySearch.php Fix unused vars/pointless assignments 2019-03-29 16:52:48 -07:00
ApiQuerySiteinfo.php Clean up some database domain ID related code and fix some comments 2019-03-29 14:30:21 -07:00
ApiQueryStashImageInfo.php
ApiQueryTags.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiQueryTokens.php
ApiQueryUserContribs.php Remove many references to db fields being retired as part of MCR Schema Migration 2019-03-19 10:50:54 -05:00
ApiQueryUserInfo.php Remove reliance on Block properties being public 2019-03-22 21:17:22 +00:00
ApiQueryUsers.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
ApiQueryWatchlist.php Fix unused vars/pointless assignments 2019-03-29 16:52:48 -07:00
ApiQueryWatchlistRaw.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiRawMessage.php
ApiRemoveAuthenticationData.php
ApiResetPassword.php
ApiResult.php API: Fix missing return in ApiResult::addContentValue() 2019-03-23 18:06:35 -07:00
ApiRevisionDelete.php build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
ApiRollback.php Use (int) rather than intval() 2019-02-25 00:38:33 +00:00
ApiRsd.php
ApiSerializable.php
ApiSetNotificationTimestamp.php WatchedItemStore: Use batching in setNotificationTimestampsForUser 2019-03-21 04:41:42 +00:00
ApiSetPageLanguage.php
ApiStashEdit.php Make ApiStashEdit::pruneExcessStashedEntries use user name 2019-03-27 18:25:46 -07:00
ApiTag.php
ApiTokens.php
ApiUnblock.php
ApiUndelete.php Fix partially blocked admin undelete permissions 2019-03-29 21:00:27 +00:00
ApiUpload.php Fix api error for apierror-upload-missingresult 2019-03-26 22:44:05 +01:00
ApiUsageException.php
ApiUserrights.php
ApiValidatePassword.php
ApiWatch.php
IApiMessage.php
SearchApi.php