Last few svn property fixes
[lhc/web/wiklou.git] / includes / media /
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
2007-04-24 Tim Starlinginclude path in thumbnail output
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-22 Antoine MussoAdd support for microsoft bmp format. It simply give...
2007-04-20 Tim StarlingFixed metadata format
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...