aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace rc_patrolled values with contants, part IAmir Sarabadani2018-04-111-2/+2
* Make autopatrol third option in rc_patrolled and use it in APIAmir Sarabadani2018-04-031-1/+9
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Add edit tags to list=watchlistUmherirrender2018-01-091-1/+16
* ApiQueryWatchlist: Document type of $commentStore propertyKunal Mehta2017-09-111-0/+1
* ApiQueryWatchlist: Don't reinvent Title::newFromLinkTarget()Kunal Mehta2017-09-101-4/+1
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-4/+11
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* SECURITY: API: Don't log "sensitive" parametersBrad Jorsch2017-04-061-1/+2
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiQueryWatchlist: Handle empty wltypesBrad Jorsch2016-12-201-1/+4
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-9/+4
* Add hooks for WatchedItemQueryService / ApiQueryWatchlistBrad Jorsch2016-11-031-17/+17
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Refactor database-related code in ApiQueryWatchlistLeszek Manicki2016-06-291-175/+157
* ApiQueryWatchlist: wlshow=unread should filter revisions, not pagesBrad Jorsch2016-02-171-2/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-59/+59
* Fix undefined property notice in ChangesListaude2016-01-131-1/+1
* Enable users to watch category membership changes #2addshore2015-10-201-7/+3
* Revert "Enable users to watch category membership changes"CSteipp2015-08-201-2/+7
* Enable users to watch category membership changesKai_WMDE2015-08-131-7/+2
* API: Use ApiBase::PARAM_HELP_MSG_PER_VALUE for 'prop' in query+watchlistKunal Mehta2015-07-061-0/+1
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-2/+2
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-21/+12
* API: Move parameter formatting into LogFormatterBrad Jorsch2015-04-171-10/+1
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1