index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiQueryStashImageInfo.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Inject services into ApiQueryImageInfo/ApiQueryStashImageInfo
Umherirrender
2021-07-02
1
-5
/
+28
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
Use MediaWikiServices::getRepoGroup in api related classes
Umherirrender
2020-04-11
1
-1
/
+4
*
Fix property filter for ApiQueryStashImageInfo::getPropertyNames
Umherirrender
2019-09-10
1
-3
/
+29
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
Add ILocalizedException interface
Brad Jorsch
2016-12-08
1
-3
/
+2
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-6
/
+5
*
ApiQueryStashImageInfo: Don't throw exceptions when the user is not logged in
Bartosz Dziewoński
2016-03-18
1
-0
/
+4
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-3
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-22
/
+22
*
API: Log all deprecated parameter uses to api-feature-usage.log
Brad Jorsch
2015-11-03
1
-1
/
+0
*
ApiBase::PARAM_DFLT => null is the default anyway
Thiemo Mättig
2015-10-05
1
-2
/
+0
*
Update getHelpUrls() for reworked mw.org API pages
RobinHood70
2015-05-04
1
-0
/
+4
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-1
/
+1
*
Remove never thrown UploadStashNotAvailableException
umherirrender
2015-03-25
1
-2
/
+0
*
Pass user to FileRepo::getUploadStash
umherirrender
2015-01-31
1
-1
/
+1
*
API: Allow for documenting individual values of 'prop' parameters
Brad Jorsch
2014-12-22
1
-1
/
+3
*
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
-28
/
+14
*
API: Log usage of various deprecated features
Brad Jorsch
2014-08-14
1
-0
/
+1
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-4
/
+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
-1
/
+1
*
Exclude prop=uploadwarning from allimages and stashimageinfo
umherirrender
2014-03-21
1
-1
/
+1
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Fix CodeSniffer errors and warnings on yet more API classes
Siebrand Mazeland
2013-11-15
1
-1
/
+2
*
I'm in your API classes updating your formatting
Siebrand Mazeland
2013-11-14
1
-2
/
+2
*
fix some spacing
umherirrender
2013-02-09
1
-1
/
+1
*
style: normalize end of files
Antoine Musso
2013-02-03
1
-1
/
+0
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
prop=imageinfo&iiprop=url|thumbmime needs iiurlwidth=
umherirrender
2012-07-13
1
-1
/
+1
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+4
*
Based on diff to wikia, set more functions consistently public rather than pr...
Sam Reed
2011-08-17
1
-1
/
+1
*
Actually alias sessionkey to filekey, fixes bug in r92459
Ian Baker
2011-07-21
1
-0
/
+5
*
changed sessionkey to filekey to keep consistent with the rest of UploadStash...
Ian Baker
2011-07-18
1
-6
/
+15
*
Refactored UploadStash and related classes to use the database for file metad...
Ian Baker
2011-07-12
1
-1
/
+1
*
And even more documentation
Sam Reed
2011-05-28
1
-1
/
+1
*
* (bug 27586) Remove duplication of props in ApiQueryStashImageInfo by using ...
Sam Reed
2011-03-22
1
-29
/
+6
*
Commit stuff from my w/c
Sam Reed
2011-02-25
1
-1
/
+0
*
Bit of documentation, explicitness, variable definition
Sam Reed
2011-02-24
1
-1
/
+1
*
Remove error duplication in ApiQueryStashImageInfo by using non hardcoded pre...
Sam Reed
2011-02-20
1
-6
/
+0
*
Per comment on r82477, update output for prop=statimageinfo
Sam Reed
2011-02-20
1
-1
/
+1
*
(follow-up r81558) Per suggestion, make this use media handler's getParamStri...
Brian Wolff
2011-02-13
1
-6
/
+7
*
(bug 26548) Make multi-paged documents (PDFs) work with ForeignAPIRepo (aka I...
Brian Wolff
2011-02-05
1
-3
/
+9
*
Make the UploadStash repo specific by creating FileRepo::getUploadStash(). In...
Bryan Tong Minh
2011-01-25
1
-1
/
+1
*
Per CR on r68482, fix adss to add
Sam Reed
2010-12-30
1
-8
/
+7
*
Fixed bug#25784 (thumbnails of stashed files had wrong description URLs).
Neil Kandalgaonkar
2010-11-16
1
-0
/
+152