aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRandom.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-2/+4
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-1/+5
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w...Sam Reed2010-06-201-1/+1
* Nuke $db->freeResult() from Api stuffsSam Reed2010-06-201-1/+1
* Mixture of things.Sam Reed2010-05-111-2/+2
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-32/+32
* Normalise comment usage (# --> //)Sam Reed2010-01-231-3/+3
* stylize.php on API codeAryeh Gregor2010-01-111-38/+38
* API: Some cleanupRoan Kattouw2009-02-271-3/+2
* * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so...Roan Kattouw2009-02-051-8/+13
* Tweaks for r40686, r40687:Roan Kattouw2008-09-101-3/+1
* Add rnredirect parameter, to get a random redirect instead of a random pageX!2008-09-091-5/+10
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-7/+7