aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/DjVuHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-5/+8
* phan: Use @phan-assert on ImageHandler::normaliseParamsUmherirrender2022-04-021-2/+0
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-11/+13
* media: Invalidate all file-djvu WAN cachesAmir Sarabadani2021-12-071-1/+2
* media: Drop XML metadata support from DjvuHandlerAmir Sarabadani2021-11-211-95/+21
* media: Avoid logspam in case of lack of 'data' in metadataAmir Sarabadani2021-11-151-1/+1
* media: Make new DjVu metadata handler more defensiveAmir Sarabadani2021-11-121-1/+4
* media: Build and use JSON for metadata of djvu instead of XMLAmir Sarabadani2021-11-121-20/+59
* media: Add missing false return types to docUmherirrender2021-10-161-7/+7
* Drop $wgDjvuToXMLAmir Sarabadani2021-09-101-2/+2
* Simplify if-then-else-return statements with explicit true/falseUmherirrender2021-08-171-9/+1
* Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)Fomafix2021-06-281-1/+1
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-39/+27
* Replace usage of custom File propertiesTim Starling2021-05-271-21/+24
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* media: Fix mismatching/incomplete PHPDocs related to metadataThiemo Kreuz2020-10-301-7/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-5/+5
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-1/+1
* Fix includes/media/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-5/+5
* Add const visibility to includes/mediaMax Semenik2020-04-261-1/+1
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+2
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-2/+3
* Avoid use of deprecated ObjectCache::getMainWANInstance methodAaron Schulz2019-03-011-1/+2
* media: Mark ImageHandler::getScriptParams() as protectedThiemo Kreuz2019-02-251-1/+1
* media: Mark public MediaHandler/ImageHandler methods as suchThiemo Kreuz2019-02-251-6/+6
* Fix spelling of word "necessary"petarpetkovic2018-08-161-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* media: Rename files to match the name of the class they defineTimo Tijhof2018-04-281-0/+464