aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryImages.php
Commit message (Expand)AuthorAgeFilesLines
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Improve param docsUmherirrender2019-11-281-1/+1
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Handle pltitles/tltemplates/clcategories/imimages with only invalid titlesBrad Jorsch2017-10-121-1/+5
* 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-21/+21
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-20/+8
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-9/+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-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings (you guessed it, on API classes)Siebrand Mazeland2013-11-151-3/+6
* Yet more formatting updates for yet more API classesSiebrand Mazeland2013-11-141-3/+3
* fix some spacingumherirrender2013-03-071-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-10/+1
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | Avoid mangling fields in API continuation parametersBrad Jorsch2012-07-171-7/+4
|/
* escape tags and entity in doxygen commentsAntoine Musso2012-07-101-1/+2
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+9
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-4/+4
* (bug 26909) follow up r102947: fix the navigation with 'dir'umherirrender2012-03-301-3/+4
* Change usage of quotes in API messages from ``x'' to "x".Siebrand Mazeland2012-01-131-1/+1
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-4/+2
* Revert r106439, r106441 - bad formatting mushing separate lines togetherBrion Vibber2011-12-201-2/+4
* Convert a few more descriptionsSam Reed2011-12-161-4/+2
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* (bug 26909) Add dir parameter for prop= API modules. Modified patch by Umheri...Roan Kattouw2011-11-141-3/+15
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396Sam Reed2011-07-171-0/+4
* Minor refactoringSam Reed2011-06-061-1/+0
* More parameter documentationSam Reed2011-02-191-0/+4
* * (bug 26482) add a imimages param to prop=imagesSam Reed2011-01-051-0/+17
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Fix bug from r68337. The variable is called $res, not $resultPlatonides2010-09-221-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+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-2/+2
* Nuke $db->freeResult() from Api stuffsSam Reed2010-06-201-2/+0
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-36/+38