aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryFileRepoInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Use MediaWikiServices::getRepoGroup in api related classesUmherirrender2020-04-111-1/+3
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-6/+8
* API: Use param-per-value for meta=filerepoinfo's friprop docsBrad Jorsch2018-06-201-4/+11
* Make API documentation links language awareBaha2017-04-051-1/+1
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Use ForeignFileRepo information for foreign uploadsMark Holmquist2015-10-071-4/+16
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-0/+4
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-0/+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-20/+3
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Remove final period from api module descriptionsumherirrender2014-03-021-1/+1
* Update formattingSiebrand Mazeland2014-02-061-0/+1
* Fixed api.php fatals due to protected field usageAaron Schulz2013-12-021-7/+3
* Merge "Remove unused local variables"jenkins-bot2013-11-181-2/+0
|\
| * Remove unused local variablesSiebrand Mazeland2013-11-171-2/+0
* | Update indentationSiebrand Mazeland2013-11-171-1/+1
|/
* Fix a few more CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-2/+6
* Yet more formatting updates for yet more API classesSiebrand Mazeland2013-11-141-0/+1
* Add meta=filerepoinfo for getting file repo infoMark Holmquist2013-09-271-0/+115