aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryQueryPage.php
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-4/+1
* 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
* Minor PHPDoc fixups and improvements in different placesthiemowmde2023-02-141-1/+1
* api: Do not add extra infos on generator=querypageUmherirrender2022-10-221-11/+13
* api: Replace numerous deprecated constantsReedy2022-06-061-8/+10
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* api: Inject services into ApiQueryQueryPageUmherirrender2021-07-021-3/+7
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Fix the namespace of SpecialPageFactoryTim Starling2020-02-211-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+1
* Avoid error in querypage API when there's no value fieldGergő Tisza2019-08-021-3/+6
* Use SpecialPageFactory in ApiQueryQueryPageLucas Werkmeister2018-12-141-14/+42
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-2/+2
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-18/+18
* 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-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-15/+7
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-38/+0
* Switch API to use Config classesReedy2014-06-151-5/+3
* 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
* Moved $wgQueryPages stuff out of the global scope and into a functionChad Horohoe2014-03-181-7/+2
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings on yet more API classesSiebrand Mazeland2013-11-151-1/+4
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-0/+1
* API: Allow extensions to specify "useless" query pagesBrad Jorsch2013-07-191-11/+2
* Add helpurls to some api modulesumherirrender2013-05-161-0/+4
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing in api folderumherirrender2013-04-201-1/+1
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-0/+2
* fix some spacingumherirrender2013-02-041-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Use canonical class name for ApiBasePlatonides2012-06-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+32
* Add maxresults to list=querypageumherirrender2012-05-121-0/+3
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Adding context to the APIJohn Du Hart2011-10-261-2/+1