..
i18n
Localisation updates from https://translatewiki.net .
2019-04-19 09:25:19 +02:00
ApiAMCreateAccount.php
ApiAuthManagerHelper.php
Get rid of unnecessary func_get_args() and friends
2019-04-12 20:17:01 +00:00
ApiBase.php
Remove block notice tracking
2019-04-23 17:49:12 -04: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
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
ApiContinuationManager.php
Fix/suppress misc phan errors ( #4 )
2019-04-05 22:28:31 +00:00
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
Split ApiErrorFormatter.php to have one class in one file
2019-04-21 22:20:22 +00:00
ApiErrorFormatter_BackCompat.php
Split ApiErrorFormatter.php to have one class in one file
2019-04-21 22:20:22 +00:00
ApiExpandTemplates.php
Remove all $wgParser use from core
2019-04-17 15:16:50 +03:00
ApiFeedContributions.php
Use (int) rather than intval()
2019-02-25 00:38:33 +00:00
ApiFeedRecentChanges.php
Remove unused constructor parameter and unused member variables
2019-04-14 01:43:19 +00:00
ApiFeedWatchlist.php
Remove all $wgParser use from core
2019-04-17 15:16:50 +03: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
Refactor edit stashing into a PageEditStash service
2019-04-17 12:53:03 -07:00
ApiFormatJson.php
Don't silently fail if API result fails to encode
2018-12-05 13:28:33 -05:00
ApiFormatNone.php
ApiFormatPhp.php
Various fixes to make phan-taint-check happier
2019-03-04 03:24:44 +00:00
ApiFormatRaw.php
ApiFormatXml.php
ApiFormatXmlRsd.php
Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api
2019-04-13 23:32:53 +00:00
ApiHelp.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
ApiHelpParamValueMessage.php
ApiImageRotate.php
Fix unused vars/pointless assignments
2019-03-29 16:52:48 -07:00
ApiImport.php
Split ApiImport.php to have one class in one file
2019-04-14 01:13:12 +01:00
ApiImportReporter.php
Split ApiImport.php to have one class in one file
2019-04-14 01:13:12 +01:00
ApiLinkAccount.php
ApiLogin.php
Fix unused vars/pointless assignments
2019-03-29 16:52:48 -07:00
ApiLogout.php
[SECURITY] [API BREAKING CHANGE] Require logout token.
2019-04-24 15:38:40 +00:00
ApiMain.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
ApiManageTags.php
ApiMergeHistory.php
ApiMessage.php
ApiMessageTrait.php
API: Validate API error codes
2018-11-26 18:41:08 +00:00
ApiModuleManager.php
ApiMove.php
API: Spread autoblocks from action=edit and action=move
2019-02-19 17:34:48 -05:00
ApiOpenSearch.php
Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api
2019-04-13 23:32:53 +00:00
ApiOpenSearchFormatJson.php
Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api
2019-04-13 23:32:53 +00:00
ApiOptions.php
ApiPageSet.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
ApiParamInfo.php
Use (int) rather than intval()
2019-02-25 00:38:33 +00:00
ApiParse.php
Remove all $wgParser use from core
2019-04-17 15:16:50 +03: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
Remove usages of 'text' flag in revision-related getQueryInfo() calls
2019-04-16 15:23:14 -05:00
ApiQueryAllUsers.php
api: Remove 'recenteditcount' set for BC to be removed in 1.25
2019-04-16 16:46:11 -04:00
ApiQueryAuthManagerInfo.php
ApiQueryBacklinks.php
Use (int) rather than intval()
2019-02-25 00:38:33 +00:00
ApiQueryBacklinksprop.php
ApiQueryBase.php
Collapse some nested if statements
2019-04-04 19:02:22 +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
Use new externallinks.el_index_60 field
2018-11-12 22:33:18 +00:00
ApiQueryExtLinksUsage.php
Use (int) rather than intval()
2019-02-25 00:38:33 +00:00
ApiQueryFilearchive.php
ApiQueryFileRepoInfo.php
ApiQueryGeneratorBase.php
ApiQueryImageInfo.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
ApiQueryImages.php
Use (int) rather than intval()
2019-02-25 00:38:33 +00:00
ApiQueryInfo.php
Collapse some nested if statements
2019-04-04 19:02:22 +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
Remove usages of 'text' flag in revision-related getQueryInfo() calls
2019-04-16 15:23:14 -05:00
ApiQueryRevisionsBase.php
Remove all $wgParser use from core
2019-04-17 15:16:50 +03:00
ApiQuerySearch.php
Fix unused vars/pointless assignments
2019-03-29 16:52:48 -07:00
ApiQuerySiteinfo.php
Remove all $wgParser use from core
2019-04-17 15:16:50 +03: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
Merge "Add meta=userinfo&uiprop=latestcontrib"
2019-04-04 23:23:54 +00:00
ApiQueryUsers.php
Normalize use of "INNER JOIN" to "JOIN" in database queries
2019-03-06 09:17:30 -08:00
ApiQueryWatchlist.php
Collapse some nested if statements
2019-04-04 19:02:22 +00: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
Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api
2019-04-13 23:32:53 +00:00
ApiSerializable.php
ApiSetNotificationTimestamp.php
WatchedItemStore: Use batching in setNotificationTimestampsForUser
2019-03-21 04:41:42 +00:00
ApiSetPageLanguage.php
ApiStashEdit.php
Keep ERROR_* constants in ApiStashEdit for backwards compatibility
2019-04-23 12:43:38 -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