* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / media /
2010-07-28 Derk-Jan HartmanCleanup debug and comments of r68324
2010-07-25 Sam ReedMore unused variables, whitespace
2010-07-25 Sam ReedChange some more to parent::
2010-07-25 Sam ReedMore unused globals
2010-06-29 Daniel Kinzleradded normalization for parameter 'page', based on...
2010-06-23 Siebrand MazelandFollow-up r68409: shut up PHP Strict Standards notices...
2010-06-22 Daniel Kinzlerpassing thumbnail params to getThumbType, as suggested...
2010-06-20 Derk-Jan HartmanFollow up to r68324. Fix undefined constant.
2010-06-20 Derk-Jan HartmanFollow up r68324.
2010-06-20 Derk-Jan HartmanDon't override the default Bitmap.php information in...
2010-06-20 Derk-Jan HartmanAdd a new PNG parser in order to recognize APNG (animat...
2010-06-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-09 Chad HorohoeDon't use @, use wfSuppress/RestoreWarnings
2010-05-05 Derk-Jan HartmanAdd a isAnimatedImage() helper function to imagehandlers.
2010-04-23 Tim StarlingMore rigorous fix for ImageMagick parameter interpretat...
2010-04-20 Siebrand Mazeland(bug 23075) correct MediaTransformError default width...
2010-04-17 Ilmari Karonenoverride isMetadataValid() so that we don't regenerate...
2010-04-11 PlatonidesFollow up r64936. Even better, provide the bug number...
2010-04-11 Bryan Tong MinhFollow up r64935: Add whitespace and clarify comment...
2010-04-11 Bryan Tong MinhFollow up r64932: Add comment on why % is escaped
2010-04-11 Roan Kattouw(bug 23148) Escape % in ImageMagick comments. Patch...
2010-04-07 Ilmari Karonen(bug 23063) Reverse handling of $wgMaxImageArea and...
2010-04-07 Ilmari Karonenallow display of unscaled image even if it exceeds...
2010-03-27 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-26 Aaron SchulzMoved MediaTransformOutput.php to /media dir
2010-02-13 Alexandre EmsenhuberFixed some doxygen warnings
2010-01-03 Aaron SchulzRemoved unused globals
2009-12-17 Raimond SpekkingFollow-up r60175: Avoid PHP Notice: Undefined index...
2009-12-17 Raimond Spekking* (bug 19791) Add URL of file source as comment to...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-09-23 ThomasVgeneric method to extract text layer of a document
2009-08-23 Brion Vibber* (bug 20364) Fixed regression in GIF metadata loading
2009-08-19 Brion VibberRevert image crop for now:
2009-08-14 Andrew GarrettGIF metadata extraction fixes:
2009-08-10 Bryan Tong MinhMaking demon happy (adding public/protected to function...
2009-08-10 Bryan Tong MinhAdded crop support for inline images.
2009-08-10 Alexandre EmsenhuberFix E_PARSE from r54708
2009-08-10 Andrew GarrettFix silly bug in r54703 r53546
2009-08-10 Andrew GarrettMoar error handling for r53546
2009-08-06 Andrew GarrettError-handling for GIF getLongDesc
2009-08-05 Brion VibberDrop the wfProfileIn/wfProfileOut if we want the class...
2009-08-04 Niklas LaxströmWhitespace fixes
2009-08-03 Andrew Garrett(bug 16451) Fix application of scaling limits for anima...
2009-06-06 Tim StarlingRevert r49677, r50459, Brent G's patch for fixing GPS...
2009-06-04 ThomasVstore djvu text layer in img_metadata. fetch it in...
2009-06-03 ThomasVreverting r50050. djvu text should be stored in img_met...
2009-05-10 Ilmari Karonenfix regression from r49677 by refusing to format old...
2009-04-29 ThomasVextract djvu text (bug 18046); escape possible script...
2009-04-28 Brion VibberRevert r49669, r49670 "extract text layer from djvu...
2009-04-27 Niklas Laxström* Kill E_NOTICE
2009-04-20 Ilmari KaronenApply patch for bug 13172 by Brent G <overlordq@gmail...
2009-04-20 ThomasVextract text layer from djvu file (see bug 18046)
2009-04-15 Raimond SpekkingFollow up r49442: Make this new error message and two...
2009-04-13 Chad HorohoeIf the file doesn't exist, we get a whole bunch of...
2009-04-13 Chad HorohoeStrict standards, declaration of functions much match...
2009-03-25 Andrew GarrettTweak r47992 to use instead of a new configuration...
2009-03-16 Brion Vibber* (bug 17714) Limited TIFF upload support now built...
2009-03-03 Chad Horohoe(bug 12970) Add global to force client rendering of...
2008-12-15 Aaron SchulzAdd getGeneralShortDesc() and the like to avoid E_STRIC...
2008-12-15 Aaron SchulzE_STRICT
2008-11-25 Brion Vibber* Follow-up to r43656 -- rename the use of a function...
2008-11-18 Aaron SchulzRename function to 'rasterize'
2008-11-18 Aaron SchulzRefactor SvgHandler to have transformSvgToPng() functio...
2008-11-06 Tim Starling* Added the BitmapHandler_ClientOnly media handler...
2008-11-02 Tim Starling* Set a special temporary directory for ImageMagick...
2008-10-13 Brion VibberQuick hack: add $wgMaxAnimatedGifArea so we don't try...
2008-08-27 Antoine MussoLets render BMP pictures to PNG.
2008-07-16 Niklas Laxström* Allow wikitext in file-info, file-info-size, svg...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-10 Niklas Laxström* Bah parse error...
2008-05-10 Niklas Laxström* Some message tweaks
2008-04-26 Brion VibberRevert r33911 for now -- causes fatal error death with...
2008-04-26 Alexandre Emsenhuber(bug 13643) Fixed some PHP Strict Standards errors
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-14 Brion VibberFix double parentheses around file size on generic...
2008-02-27 Tim StarlingPartial solution (quick hack) for bug 12970.
2008-01-22 Brion Vibber* (bug 11593, 12719) Fixes for overzealous invocation...
2008-01-15 Aryeh GregorAdjust some function definitions for abstract classes...
2007-10-30 Raimond Spekking* (bug 11809) Use formatNum() for more numbers
2007-09-04 Tim StarlingMoved removeBadFile() to the base class
2007-08-31 Tim StarlingIn OggHandler:
2007-08-25 Brion Vibber* (bug 11065) Fix regression in handling of wiki-format...
2007-08-23 Brion Vibber* Resizing transparent GIF images with GD now retains...
2007-08-22 Tim LaquaFix f/ PNG-24 Alpha Transparency using GDLIB resizing
2007-08-21 Nick JenkinsAlready had brackets as part of the string.
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-29 Brion VibberHopefully fix the problem with EXIF field names being...
2007-07-29 Brion Vibberfix an immediate php error, but result is still wrong...
2007-07-29 Rob Church* More precise comment
2007-07-28 Tim StarlingCommitting some work in progress -- abstraction of...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Tim StarlingOutput what was asked for. Don't dirty up a clean API...
2007-05-03 Nick JenkinsMinor tweaks for E_STRICT error_reporting mode warnings:
2007-04-30 Tim StarlingRestore original page-width parameter string, accidenta...
2007-04-27 Tim Starlingdebugging
2007-04-27 Tim StarlingRemoved validation of width parameter in makeParamString()
2007-04-24 Tim Starlingneed destination path even when rendering later
next