aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryCategories.php
Commit message (Expand)AuthorAgeFilesLines
* api: Add support for categorylinks read new in related API modulesAmir Sarabadani2025-02-191-15/+28
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-5/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-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/+3
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-7/+7
* api: Replace numerous deprecated constantsReedy2022-06-061-12/+15
* api: Replace ApiPageSet::getGoodTitles where PageIdentity is not usedUmherirrender2022-02-111-3/+4
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Improve param docsUmherirrender2019-11-281-1/+1
* ApiQueryCategories: Supply limit for DB queryBrad Jorsch2019-09-021-0/+1
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Handle pltitles/tltemplates/clcategories/imimages with only invalid titlesBrad Jorsch2017-10-121-1/+5
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40
* API: Use message-per-value for apihelp-query+categories-param-propumherirrender2015-08-061-1/+2
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* Removed FORCE INDEX from API category queriesAaron Schulz2015-02-231-2/+0
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+8
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-25/+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 a number of ApiQuery classesSiebrand Mazeland2013-11-151-4/+8
* Update formatting on some API classes (must've forgotten these)Siebrand Mazeland2013-11-141-5/+4
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-1/+1
* Remove spaces around ::umherirrender2013-04-031-1/+1
* Update PHPDoc commentsSiebrand Mazeland2013-04-021-1/+0
* fix some spacingumherirrender2013-03-071-1/+1
* (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/+1
* 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-7/+4
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+19
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-4/+4
* (bug 26909) follow up r102947: fix the navigation with 'dir'umherirrender2012-03-301-3/+4
* Change usage of quotes in API messages from ``x'' to "x".Siebrand Mazeland2012-01-131-1/+1
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-4/+2
* Revert r106439, r106441 - bad formatting mushing separate lines togetherBrion Vibber2011-12-201-2/+4
* Convert a few more descriptionsSam Reed2011-12-161-4/+2