aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryImageInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-3/+3
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+13
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Add `temp` flags to api callsSTran2023-12-121-0/+3
* Namespace SpecialU* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* API: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-221-7/+11
* Revert "Display SVGs in page view language for language variants"Func2023-04-171-4/+1
* Display SVGs in page view language for language variantsWinston Sung2023-03-271-1/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1/+1
* Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-161-5/+1
|\
| * Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-5/+1
* | api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-1/+1
* | Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
|/
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-3/+2
* api: Minor code cleanupReedy2022-08-141-6/+7
* Merge "api: Report external titles in more places as apierror-invalidtitle"jenkins-bot2022-08-051-1/+1
|\
| * api: Report external titles in more places as apierror-invalidtitleUmherirrender2022-04-161-1/+1
* | ApiQueryImageInfo: Use longhand for 'localonly' in getAllowedParams()Reedy2022-07-151-1/+4
* | api: Replace numerous deprecated constantsReedy2022-06-061-25/+27
|/
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* Limit targetlang in imageinfo requests to when we're scalingArlo Breault2022-03-261-2/+3
* Use badfilecontexttitle to set targetlang for imageinfo requestsArlo Breault2022-03-151-0/+7
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-2/+2
* ApiQueryImageInfo: don't show empty comments as deletedPetr Pchelko2021-10-261-21/+28
* api: Inject services into ApiQueryImageInfo/ApiQueryStashImageInfoUmherirrender2021-07-021-13/+48
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-3/+3
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-3/+1
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-30/+29
* FileRepo::findFile - support AuthorityPetr Pchelko2021-05-261-3/+3
* Use static closures where safe to useUmherirrender2021-02-111-3/+3
* Improve docs in api related classesUmherirrender2020-11-131-2/+2
* Return responsiveUrls (srcset info) in ApiQueryImageInfo responseC. Scott Ananian2020-08-031-0/+8
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Use MediaWikiServices::getRepoGroup in api related classesUmherirrender2020-04-111-5/+6
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-1/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-5/+5
* Set visibility on ApiQueryImageInfo::getTransformCountUmherirrender2019-12-041-1/+1
* LocalFile: avoid hard failures on non-existing files.daniel2019-09-181-14/+20
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+5
* BadFileLookup::isBadFile() expects null, not falseAryeh Gregor2019-08-271-1/+1
* BadFileLookup to replace wfIsBadImageAryeh Gregor2019-08-211-1/+2
* Remove ApiQueryImageInfo::(getProperties|getPropertyDescriptions)Reedy2019-06-281-52/+0
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+2
* Collapse some nested if statementsReedy2019-04-041-6/+4