aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryWatchlistRaw.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-9/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* Add namespace and deprecation alias to WatchedItemStoreEbrahim Byagowi2024-05-201-0/+1
* Add namespace and deprecation alias to WatchedItemQueryServiceEbrahim Byagowi2024-05-181-0/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-11/+4
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-6/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-17/+19
* api: Inject services into ApiQueryWatchlistRaw/ApiQueryWatchlistUmherirrender2021-07-031-9/+32
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Convert WatchedItem et al to PageIdentityCindy Cicalese2021-03-261-3/+3
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-1/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Merge "Improve param docs"jenkins-bot2019-11-281-1/+1
|\
| * Improve param docsUmherirrender2019-11-281-1/+1
* | Don't fail hard on bad titles in the database.daniel2019-11-251-5/+4
|/
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-1/+20
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* SECURITY: API: Don't log "sensitive" parametersBrad Jorsch2017-04-061-1/+2
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Refactor database-related code in ApiQueryWatchlistRawLeszek Manicki2016-07-061-50/+35
* Fix documentation of the dir parameter of list=watchlistraw API actionLeszek Manicki2016-06-201-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-36/+36
* API: Use message-per-value for apihelp-query+watchlistraw-param-propumherirrender2015-08-061-1/+2
* API: Add 'wrfromtitle' and 'wrtotitle' to list=watchlistrawBrad Jorsch2015-05-211-0/+28
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-25/+9
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-28/+0
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-3/+9
* I'm in your API classes updating your formattingSiebrand Mazeland2013-11-141-3/+2
* Add helpurls to some api modulesumherirrender2013-05-161-0/+4
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-4/+2
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | Avoid mangling fields in API continuation parametersBrad Jorsch2012-07-171-5/+3
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+15
* Merge "multi dbms support in api"Aaron Schulz2012-05-201-4/+4
|\