aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRandom.php
Commit message (Expand)AuthorAgeFilesLines
* ApiQueryRandom: Allow filtering based on content modelAbijeet2025-03-101-1/+16
* ApiQueryRandom: Add support for minsize and maxsizeAbijeet2025-03-101-3/+19
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-5/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Replace single-value $db->buildComparison() with $db->expr()Bartosz Dziewoński2023-10-221-1/+1
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+1
* Use buildComparison() instead of raw SQL in API list=randomBartosz Dziewoński2022-10-221-4/+8
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-4/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+13
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+5
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Have generator=random set a non-continuation valueBrad Jorsch2017-06-061-4/+13
* Make API documentation links language awareBaha2017-04-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-26/+26
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-4/+0
* Fix most PHP CodeSniffer warnings in includes/apiSiebrand Mazeland2015-09-281-1/+2
* API: Improve list=randomBrad Jorsch2015-09-101-72/+109
* 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-20/+5
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-10/+0
* 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-7/+7
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-4/+4
* Add final period to API module descriptionsaddshore2014-03-101-3/+3
* remove forced index causing full index scansSean Pringle2013-12-201-1/+0
* Fix CodeSniffer errors and warnings on yet more API classesSiebrand Mazeland2013-11-151-7/+20
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-2/+3
* API: Remove leading/trailing spaces from error and description textumherirrender2013-10-271-1/+1
* Add helpurls to some api modulesumherirrender2013-05-161-0/+4
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-0/+2
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+10
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-4/+6
* Kill "* @return void"Sam Reed2012-01-121-6/+4
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Tweak comments, remove some unused stuff.Sam Reed2011-02-271-1/+5
* Bit of documentation, explicitness, variable definitionSam Reed2011-02-241-0/+4
* More parameter documentationSam Reed2011-02-191-1/+9
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1