index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiQueryCategoryMembers.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Add support for categorylinks read new in related API modules
Amir Sarabadani
2025-02-19
1
-1
/
+14
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-6
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+6
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
api: Convert cl_timestamp format for continue on categorymembers
Umherirrender
2022-12-16
1
-2
/
+8
*
api: Validate timestamp in continue parameter
Umherirrender
2022-11-01
1
-1
/
+1
*
Use buildComparison() instead of raw SQL in API list=categorymembers
Bartosz Dziewoński
2022-10-22
1
-8
/
+6
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-6
/
+3
*
SQLPlatform: Introduce buildComparison()
Bartosz Dziewoński
2022-09-10
1
-6
/
+5
*
rdbms: log invalid INDEX clauses with multi-table selects
Aaron Schulz
2022-09-02
1
-2
/
+2
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-2
/
+2
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-21
/
+23
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-2
/
+3
*
collation: Create CollationFactory service
Umherirrender
2021-09-04
1
-3
/
+14
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-4
/
+4
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-0
/
+6
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-2
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
API: Account for PHP 7.2 change
Brad Jorsch
2017-12-04
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-3
/
+5
*
Use hex2bin() instead of pack()
Kevin Israel
2016-02-20
1
-5
/
+4
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-53
/
+53
*
Fix casing of function calls in API
Reedy
2015-11-07
1
-2
/
+2
*
API: Log all deprecated parameter uses to api-feature-usage.log
Brad Jorsch
2015-11-03
1
-6
/
+0
*
API: Use message-per-value for apihelp-query+categorymembers-param-prop
umherirrender
2015-08-05
1
-1
/
+2
*
list=categorymembers: Do not log feature usage when using default value
umherirrender
2015-05-30
1
-2
/
+6
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-1
/
+3
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-1
/
+1
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
Validate cmstarthexsortkey/cmendhexsortkey to be valid hex
umherirrender
2014-10-27
1
-0
/
+16
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-55
/
+12
*
API: Deprecate binary sortkey input in ApiQueryCategoryMembers
Brad Jorsch
2014-09-11
1
-14
/
+32
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-39
/
+0
*
Switch API to use Config classes
Reedy
2014-06-15
1
-4
/
+2
*
Use precise ApiMain/ApiQuery type hints in all API modules
Thiemo Mättig
2014-05-16
1
-1
/
+1
*
Fixed some @params documentation (includes/api)
umherirrender
2014-04-18
1
-1
/
+1
*
API: Make more continuations unique
Brad Jorsch
2014-04-11
1
-2
/
+18
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Fix more concatenation errors
Brad Jorsch
2013-12-29
1
-2
/
+2
*
Fix string concatenation in api documentation
aude
2013-12-29
1
-9
/
+9
*
Fix CodeSniffer errors and warnings on a number of ApiQuery classes
Siebrand Mazeland
2013-11-15
1
-10
/
+21
*
Update formatting on some API classes (must've forgotten these)
Siebrand Mazeland
2013-11-14
1
-2
/
+3
*
Fixed spacing around parenthesis in includes
umherirrender
2013-04-28
1
-1
/
+1
[next]