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
/
media
/
DjVuImage.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-2
/
+3
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-6
/
+7
*
media: Store metadata of one-page documents correctly
Amir Sarabadani
2021-11-18
1
-1
/
+1
*
Revert "media: Port DjVuImage::retrieveMetaData() to use BoxedCommand"
Ladsgroup
2021-11-15
1
-35
/
+12
*
Increase memory limit for DjVu metadata
Amir Sarabadani
2021-11-12
1
-1
/
+1
*
media: Build and use JSON for metadata of djvu instead of XML
Amir Sarabadani
2021-11-12
1
-48
/
+33
*
media: Port DjVuImage::retrieveMetaData() to use BoxedCommand
Kunal Mehta
2021-11-09
1
-12
/
+35
*
media: Add missing false return types to doc
Umherirrender
2021-10-16
1
-2
/
+2
*
Drop $wgDjvuToXML
Amir Sarabadani
2021-09-10
1
-6
/
+2
*
Use the unserialized form of image metadata internally
Tim Starling
2021-06-08
1
-9
/
+8
*
Fix replacement of control chars in DJVU text output
Inductiveload
2021-03-29
1
-2
/
+3
*
Stop ignoring paragraph and region separators in DjVu file OCR text layer
Inductiveload
2020-10-19
1
-1
/
+4
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-12
/
+12
*
Fix includes/media/ Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-7
/
+7
*
Add const visibility to includes/media
Max Semenik
2020-04-26
1
-1
/
+1
*
Declare dynamic properties
Daimona Eaytoy
2019-09-14
1
-0
/
+3
*
Fix return type hints in media related classes
Umherirrender
2019-06-18
1
-1
/
+1
*
Simplify a few binary checks for bit 1
Thiemo Kreuz
2019-05-17
1
-2
/
+2
*
Merge "Improve documentation of constants throughout the codebase"
jenkins-bot
2019-04-12
1
-1
/
+2
|
\
|
*
Improve documentation of constants throughout the codebase
Thiemo Kreuz
2019-02-26
1
-1
/
+2
*
|
Replace deprecated function wfEscapeShellArg with Shell::escape()
Derick Alangi
2019-04-07
1
-4
/
+6
*
|
Fix PhanPluginDuplicateExpressionBinaryOp in DjVuImage (#9)
Kunal Mehta
2019-04-05
1
-2
/
+2
*
|
Streamline code involving .= string concatenations
Thiemo Kreuz
2019-03-11
1
-1
/
+2
*
|
Use short assignment operator in PHP
Fomafix
2019-03-07
1
-2
/
+2
|
/
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-21
1
-2
/
+0
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-3
/
+3
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-1
/
+1
*
Replace extract() with explicit variable definitions in DjVuImage
Ricordisamoa
2016-08-11
1
-43
/
+21
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-13
/
+13
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-3
/
+3
*
Remove unused parameter in DjVuImage
jeroendedauw
2015-09-08
1
-3
/
+3
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Use wikimedia/utfnormal library, add backwards-compatability layer
Kunal Mehta
2015-03-24
1
-1
/
+1
*
Removed remaining profile calls
Aaron Schulz
2015-01-08
1
-6
/
+0
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-2
/
+0
*
Do not read metadata from non-existing djvu image
umherirrender
2014-09-29
1
-1
/
+5
*
Cleanup some docs (includes/[m-r])
umherirrender
2014-07-24
1
-12
/
+12
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-2
/
+2
*
Changing URLs of mediawiki.org in scripts to the SSL-based website
Ladsgroup
2014-03-13
1
-1
/
+1
*
Merge "Normalize newlines in DjVu text-layer metadata."
jenkins-bot
2013-12-07
1
-1
/
+3
|
\
|
*
Normalize newlines in DjVu text-layer metadata.
Brian Wolff
2013-12-06
1
-1
/
+3
*
|
Update documentation for media related classes
Siebrand Mazeland
2013-12-06
1
-6
/
+24
|
/
*
Break long lines in media related classes
Siebrand Mazeland
2013-12-05
1
-6
/
+15
*
Update formatting for media related classes
Siebrand Mazeland
2013-12-05
1
-3
/
+20
*
Fixed spacing in context/installer/media/templates/upload folder
umherirrender
2013-04-21
1
-21
/
+21
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-25
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-07
1
-2
/
+1
[next]