aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllCategories.php
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+2
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-3/+3
* api: Replace numerous deprecated constantsReedy2022-06-061-12/+15
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Improve param docsUmherirrender2019-11-281-1/+1
* Use (int) rather than intval()Reedy2019-02-251-3/+3
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-33/+33
* ApiBase::PARAM_DFLT => null is the default anywayThiemo Mättig2015-10-051-2/+0
* API: Use message-per-value for apihelp-query+allcategories-param-propumherirrender2015-08-061-1/+2
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-26/+8
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-17/+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 warningsSiebrand Mazeland2014-02-051-2/+6
* Fix capitalization in ApiQueryBase::titlePartToKey()btongminh2013-12-231-4/+5
* Fix CodeSniffer errors and warnings (final round for API classes)Siebrand Mazeland2013-11-151-2/+4
* Update formatting on API classes, Part 3Siebrand Mazeland2013-11-141-1/+1
* ApiResult::setContent is staticumherirrender2013-04-301-1/+1
* fix some spacingumherirrender2013-03-251-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-10/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+0
* Allow aliased field names with separated syntaxumherirrender2012-08-151-1/+1
* Merge "Revert "Do not show empty categories with list=allcategories""Aaron Schulz2012-07-211-1/+0
|\
| * Revert "Do not show empty categories with list=allcategories"Petr Onderka2012-07-181-1/+0
* | 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-3/+21
|/
* Do not show empty categories with list=allcategoriesumherirrender2012-07-131-0/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+17
* ApiPageSet::populateFromTitles can work with Titlesumherirrender2012-05-121-1/+1
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-1/+2
* (bug 35855) fix min and max parameters in list=allcategoriesPetr Onderka2012-04-161-1/+6
* More documentation updates as I've been going aroundSam Reed2011-12-111-1/+0
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* * (bug 28817) Add reference help page link to API ModulesSam Reed2011-07-171-0/+4
* Fix typo in r91154Roan Kattouw2011-07-151-1/+1
* Minor tweaks for r83833 per CRSam Reed2011-06-301-6/+6