aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryCategoryMembers.php
Commit message (Expand)AuthorAgeFilesLines
* api: Add support for categorylinks read new in related API modulesAmir Sarabadani2025-02-191-1/+14
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* api: Convert cl_timestamp format for continue on categorymembersUmherirrender2022-12-161-2/+8
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
* Use buildComparison() instead of raw SQL in API list=categorymembersBartosz Dziewoński2022-10-221-8/+6
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-6/+3
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-6/+5
* rdbms: log invalid INDEX clauses with multi-table selectsAaron Schulz2022-09-021-2/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-2/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-21/+23
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* collation: Create CollationFactory serviceUmherirrender2021-09-041-3/+14
* 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
* 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-4/+4
* Improve param docsUmherirrender2019-11-281-1/+1
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+6
* Use (int) rather than intval()Reedy2019-02-251-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-3/+5
* Use hex2bin() instead of pack()Kevin Israel2016-02-201-5/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-53/+53
* Fix casing of function calls in APIReedy2015-11-071-2/+2
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-6/+0
* API: Use message-per-value for apihelp-query+categorymembers-param-propumherirrender2015-08-051-1/+2
* list=categorymembers: Do not log feature usage when using default valueumherirrender2015-05-301-2/+6
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+3
* 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
* Validate cmstarthexsortkey/cmendhexsortkey to be valid hexumherirrender2014-10-271-0/+16
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-55/+12
* API: Deprecate binary sortkey input in ApiQueryCategoryMembersBrad Jorsch2014-09-111-14/+32
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-39/+0
* Switch API to use Config classesReedy2014-06-151-4/+2
* 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
* API: Make more continuations uniqueBrad Jorsch2014-04-111-2/+18
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix more concatenation errorsBrad Jorsch2013-12-291-2/+2
* Fix string concatenation in api documentationaude2013-12-291-9/+9
* Fix CodeSniffer errors and warnings on a number of ApiQuery classesSiebrand Mazeland2013-11-151-10/+21
* Update formatting on some API classes (must've forgotten these)Siebrand Mazeland2013-11-141-2/+3
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-1/+1