aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFeedContributions.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-13/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+4
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+6
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* Remove unused TitleParser in ApiFeedContributionsaddshore2024-05-041-5/+0
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* api: add missing help URLs that exist on mw.orgAaron Schulz2023-10-121-0/+4
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Namespace TitleParser under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-29/+10
* Remove deprecated ActorMigration usages around ContribsPagerFunc2023-08-251-8/+0
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-7/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* Feed: Move feed-related classes to Feed/ and namespace themAmir Sarabadani2022-10-201-1/+2
* api: Minor code cleanupReedy2022-08-141-1/+1
* api: Swap wfMessage() for $this->msg()Reedy2022-08-131-2/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-11/+12
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-8/+9
* Use UserRigorOptions directlyTim Starling2022-03-251-1/+2
* PHP 8.1: add ENT_COMPAT to some htmlspecialchars() callsTim Starling2022-01-251-1/+1
* Introduce CommentFormatterTim Starling2021-09-281-2/+10
* Reduce Special:Contributions query countTim Starling2021-08-251-2/+12
* ApiFeedContributions: inject servicesAlexander Vorwerk2021-06-201-12/+70
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-2/+1
* Make ContributionsLookup use AuthorityPetr Pchelko2021-01-211-1/+0
* Inject services into SpecialContributions/SpecialDeletedContributionsUmherirrender2020-11-241-4/+11
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-12/+16
* Hooks::run() call site migrationTim Starling2020-05-301-4/+2
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-10/+8
* Avoid extra Title::newFromId calls in api modules with revisionsUmherirrender2019-10-101-1/+1
* ApiFeedContributions: Drop 'newbies' featureJames D. Forrester2019-08-281-12/+9
* ApiFeedContributions: Throw if the username is invalidPetr Pchelko2019-08-131-3/+17
* API: Migrate Title::userCan() calls to PermissionManagerMáté Szabó2019-05-301-1/+3
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* Delete always true conditionJakub Vrana2018-12-021-24/+20
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-4/+4
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-1/+2
* API: Update query modules for MCRBrad Jorsch2018-07-271-9/+28
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Fix action=feedcontributions date filtering parametersGeoffrey Mon2017-06-061-2/+7
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-3/+3
* Allow minor edits to be filtered out of Special:ContributionsThis, that and the other2016-06-011-0/+2
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Fix most PHP CodeSniffer warnings in includes/apiSiebrand Mazeland2015-09-281-1/+2