| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PHPDoc documentation to all API query module constructors | Thiemo Kreuz | 2020-10-27 | 1 | -0/+5 |
* | Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull | James D. Forrester | 2020-01-10 | 1 | -4/+4 |
* | Run GenderCache for api query modules using ApiQueryBase::addTitleInfo | Umherirrender | 2019-11-02 | 1 | -0/+5 |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | API: Have generator=random set a non-continuation value | Brad Jorsch | 2017-06-06 | 1 | -4/+13 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -26/+26 |
* | API: Log all deprecated parameter uses to api-feature-usage.log | Brad Jorsch | 2015-11-03 | 1 | -4/+0 |
* | Fix most PHP CodeSniffer warnings in includes/api | Siebrand Mazeland | 2015-09-28 | 1 | -1/+2 |
* | API: Improve list=random | Brad Jorsch | 2015-09-10 | 1 | -72/+109 |
* | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -1/+1 |
* | 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 | -20/+5 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -10/+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 | -7/+7 |
* | Fix spacing after @param and friends in comments | umherirrender | 2014-04-05 | 1 | -4/+4 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -3/+3 |
* | remove forced index causing full index scans | Sean Pringle | 2013-12-20 | 1 | -1/+0 |
* | Fix CodeSniffer errors and warnings on yet more API classes | Siebrand Mazeland | 2013-11-15 | 1 | -7/+20 |
* | Update formatting, return of the API classes | Siebrand Mazeland | 2013-11-14 | 1 | -2/+3 |
* | API: Remove leading/trailing spaces from error and description text | umherirrender | 2013-10-27 | 1 | -1/+1 |
* | Add helpurls to some api modules | umherirrender | 2013-05-16 | 1 | -0/+4 |
* | Fixed many small spelling mistakes and php docs, var decl. | Yuri Astrakhan | 2013-03-10 | 1 | -0/+2 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+10 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 1 | -4/+6 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 1 | -6/+4 |
* | 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 |
* | Tweak comments, remove some unused stuff. | Sam Reed | 2011-02-27 | 1 | -1/+5 |
* | Bit of documentation, explicitness, variable definition | Sam Reed | 2011-02-24 | 1 | -0/+4 |
* | More parameter documentation | Sam Reed | 2011-02-19 | 1 | -1/+9 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -2/+4 |
* | Rewrote r69339 etc. to clean up API cache header handling. | Tim Starling | 2010-07-23 | 1 | -1/+5 |
* | Big blitz on unused variables (a lot of $db = $this->getDb() ) | Sam Reed | 2010-07-22 | 1 | -1/+0 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w... | Sam Reed | 2010-06-20 | 1 | -1/+1 |
* | Nuke $db->freeResult() from Api stuffs | Sam Reed | 2010-06-20 | 1 | -1/+1 |
* | Mixture of things. | Sam Reed | 2010-05-11 | 1 | -2/+2 |
* | API: fix copyright symbol, coding style cleanup, more braces | Jack Phoenix | 2010-02-24 | 1 | -32/+32 |
* | Normalise comment usage (# --> //) | Sam Reed | 2010-01-23 | 1 | -3/+3 |
* | stylize.php on API code | Aryeh Gregor | 2010-01-11 | 1 | -38/+38 |
* | API: Some cleanup | Roan Kattouw | 2009-02-27 | 1 | -3/+2 |
* | * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so... | Roan Kattouw | 2009-02-05 | 1 | -8/+13 |
* | Tweaks for r40686, r40687: | Roan Kattouw | 2008-09-10 | 1 | -3/+1 |
* | Add rnredirect parameter, to get a random redirect instead of a random page | X! | 2008-09-09 | 1 | -5/+10 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+1 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -7/+7 |