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
/
ApiQueryAllCategories.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-4
/
+2
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-3
/
+3
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-12
/
+15
*
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
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-3
/
+3
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-3
/
+3
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-33
/
+33
*
ApiBase::PARAM_DFLT => null is the default anyway
Thiemo Mättig
2015-10-05
1
-2
/
+0
*
API: Use message-per-value for apihelp-query+allcategories-param-prop
umherirrender
2015-08-06
1
-1
/
+2
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-2
/
+2
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-2
/
+2
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-26
/
+8
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-17
/
+0
*
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
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Fix CodeSniffer errors and warnings
Siebrand Mazeland
2014-02-05
1
-2
/
+6
*
Fix capitalization in ApiQueryBase::titlePartToKey()
btongminh
2013-12-23
1
-4
/
+5
*
Fix CodeSniffer errors and warnings (final round for API classes)
Siebrand Mazeland
2013-11-15
1
-2
/
+4
*
Update formatting on API classes, Part 3
Siebrand Mazeland
2013-11-14
1
-1
/
+1
*
ApiResult::setContent is static
umherirrender
2013-04-30
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-25
1
-1
/
+1
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
API Cleanup: renamed '_badcontinue'->'badcontinue', one die()
Yuri Astrakhan
2013-01-14
1
-10
/
+1
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-1
/
+0
*
Allow aliased field names with separated syntax
umherirrender
2012-08-15
1
-1
/
+1
*
Merge "Revert "Do not show empty categories with list=allcategories""
Aaron Schulz
2012-07-21
1
-1
/
+0
|
\
|
*
Revert "Do not show empty categories with list=allcategories"
Petr Onderka
2012-07-18
1
-1
/
+0
*
|
Merge "escape HTML elements in docblock with double quotes"
Aaron Schulz
2012-07-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
escape HTML elements in docblock with double quotes
Antoine Musso
2012-07-15
1
-1
/
+1
*
|
Avoid mangling fields in API continuation parameters
Brad Jorsch
2012-07-17
1
-3
/
+21
|
/
*
Do not show empty categories with list=allcategories
umherirrender
2012-07-13
1
-0
/
+1
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+17
*
ApiPageSet::populateFromTitles can work with Titles
umherirrender
2012-05-12
1
-1
/
+1
*
ORDER BY/GROUP BY accept arrays
umherirrender
2012-05-05
1
-1
/
+2
*
(bug 35855) fix min and max parameters in list=allcategories
Petr Onderka
2012-04-16
1
-1
/
+6
*
More documentation updates as I've been going around
Sam Reed
2011-12-11
1
-1
/
+0
*
Oh noes, moar http:// -> https://
Sam Reed
2011-11-28
1
-1
/
+1
*
Removed the 'eclipse helper' bit on top of every API module
John Du Hart
2011-11-16
1
-5
/
+0
*
Based on diff to wikia, set more functions consistently public rather than pr...
Sam Reed
2011-08-17
1
-1
/
+1
*
* (bug 28817) Add reference help page link to API Modules
Sam Reed
2011-07-17
1
-0
/
+4
*
Fix typo in r91154
Roan Kattouw
2011-07-15
1
-1
/
+1
*
Minor tweaks for r83833 per CR
Sam Reed
2011-06-30
1
-6
/
+6
[next]