aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryStashImageInfo.php
Commit message (Expand)AuthorAgeFilesLines
* api: Inject services into ApiQueryImageInfo/ApiQueryStashImageInfoUmherirrender2021-07-021-5/+28
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Use MediaWikiServices::getRepoGroup in api related classesUmherirrender2020-04-111-1/+4
* Fix property filter for ApiQueryStashImageInfo::getPropertyNamesUmherirrender2019-09-101-3/+29
* Make API documentation links language awareBaha2017-04-051-1/+1
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-3/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-6/+5
* ApiQueryStashImageInfo: Don't throw exceptions when the user is not logged inBartosz Dziewoński2016-03-181-0/+4
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-22/+22
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-1/+0
* ApiBase::PARAM_DFLT => null is the default anywayThiemo Mättig2015-10-051-2/+0
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-0/+4
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* Remove never thrown UploadStashNotAvailableExceptionumherirrender2015-03-251-2/+0
* Pass user to FileRepo::getUploadStashumherirrender2015-01-311-1/+1
* API: Allow for documenting individual values of 'prop' parametersBrad Jorsch2014-12-221-1/+3
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+14
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-4/+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
* Exclude prop=uploadwarning from allimages and stashimageinfoumherirrender2014-03-211-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings on yet more API classesSiebrand Mazeland2013-11-151-1/+2
* I'm in your API classes updating your formattingSiebrand Mazeland2013-11-141-2/+2
* fix some spacingumherirrender2013-02-091-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* prop=imageinfo&iiprop=url|thumbmime needs iiurlwidth=umherirrender2012-07-131-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+4
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Actually alias sessionkey to filekey, fixes bug in r92459Ian Baker2011-07-211-0/+5
* changed sessionkey to filekey to keep consistent with the rest of UploadStash...Ian Baker2011-07-181-6/+15
* Refactored UploadStash and related classes to use the database for file metad...Ian Baker2011-07-121-1/+1
* And even more documentationSam Reed2011-05-281-1/+1
* * (bug 27586) Remove duplication of props in ApiQueryStashImageInfo by using ...Sam Reed2011-03-221-29/+6
* Commit stuff from my w/cSam Reed2011-02-251-1/+0
* Bit of documentation, explicitness, variable definitionSam Reed2011-02-241-1/+1
* Remove error duplication in ApiQueryStashImageInfo by using non hardcoded pre...Sam Reed2011-02-201-6/+0
* Per comment on r82477, update output for prop=statimageinfoSam Reed2011-02-201-1/+1
* (follow-up r81558) Per suggestion, make this use media handler's getParamStri...Brian Wolff2011-02-131-6/+7
* (bug 26548) Make multi-paged documents (PDFs) work with ForeignAPIRepo (aka I...Brian Wolff2011-02-051-3/+9
* Make the UploadStash repo specific by creating FileRepo::getUploadStash(). In...Bryan Tong Minh2011-01-251-1/+1
* Per CR on r68482, fix adss to addSam Reed2010-12-301-8/+7
* Fixed bug#25784 (thumbnails of stashed files had wrong description URLs). Neil Kandalgaonkar2010-11-161-0/+152