aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryQueryPage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api moduleBrian Wolff2011-09-291-1/+1
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-2/+2
* Fix r78824 after some misunderstandings in the CR comments. The querypage API...Roan Kattouw2011-07-211-0/+5
* Remove @return void documentationSam Reed2011-07-201-1/+1
* Single messages can be passed as strings to Api::dieUsageMsg()Antoine Musso2011-05-191-1/+1
* Fix typo in descriptionMax Semenik2011-04-251-1/+1
* Per CR on r78824 (#c12467): Some query pages are useless/redundant, since we ...Chad Horohoe2011-04-181-1/+12
* More parameter documentationSam Reed2011-02-191-0/+4
* Fix example per r78832 CRChad Horohoe2010-12-291-1/+1
* Fixup date and uppercase parameter from r78824Sam Reed2010-12-221-2/+2
* Remove spurious 0 from r78831Sam Reed2010-12-221-1/+1
* Add a really basic example for completenessSam Reed2010-12-221-1/+1
* Fix trailing whitespace in ApiQueryQueryPage.Sam Reed2010-12-221-16/+15