aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-3/+3
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-2/+2
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-3/+3
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-13/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+11
* Replace deprecated LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-2/+6
* Add namespace and deprecation alias to WatchedItemQueryServiceEbrahim Byagowi2024-05-181-0/+1
* Add namespace and deprecation alias to WatchedItemEbrahim Byagowi2024-05-171-0/+1
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-8/+14
* Group temporary users with IP users in ApiQueryWatchlist filtersThalia2024-03-031-2/+14
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-7/+3
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-17/+6
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-3/+9
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-6/+2
* Remove references to removed 'watchlist' query groupBartosz Dziewoński2022-08-161-2/+0
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-23/+25
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* api: Inject services into ApiQueryWatchlistRaw/ApiQueryWatchlistUmherirrender2021-07-031-10/+30
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* Stop using legacy ActorMigration field "rc_user"Tim Starling2021-04-281-1/+1
* Inject CommentStore service into api query modulesDannyS7122021-04-231-5/+7
* Convert WatchedItem et al to PageIdentityCindy Cicalese2021-03-261-2/+8
* ApiQueryWatchlist: Include log entry action textDannyS7122020-11-221-3/+6
* ApiQueryWatchlist: Allow requesting expiryDannyS7122020-11-201-0/+13
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Merge "ApiQueryWatchlist: set `anon` flag as false when relevant instead of o...jenkins-bot2020-08-071-3/+1
|\
| * ApiQueryWatchlist: set `anon` flag as false when relevant instead of omittingDannyS7122019-12-051-3/+1
* | Hooks::run() call site migrationTim Starling2020-05-301-6/+4
* | Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+1
* | API: Use ParamValidator libraryBrad Jorsch2020-02-041-1/+5
* | Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-10/+10
|/
* Improve param docsUmherirrender2019-11-281-1/+1
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-1/+19
* Collapse some nested if statementsReedy2019-04-041-9/+5
* Fix unused vars/pointless assignmentsMax Semenik2019-03-291-1/+0
* Use (int) rather than intval()Reedy2019-02-251-9/+9
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-7/+8