Simplify things by using wfMessage() instead of wfMsg() et al.
[lhc/web/wiklou.git] / includes / media / Generic.php
2011-09-25 Alexandre EmsenhuberSimplify things by using wfMessage() instead of wfMsg...
2011-09-07 Sam ReedDocumentation
2011-08-21 Sam ReedAdd in \n from/to r95055 to LoadBalancer.php
2011-08-19 Sam ReedIncorporate Wikia diff, don't duplicate debugging thoug...
2011-07-28 Chad HorohoeMove wfFixBoxImage() out of ImageFunctions and into...
2011-07-15 Bryan Tong Minh(bug 28762) Resizing to specified height broken for...
2011-07-01 Alexandre EmsenhuberReplaced calls to Skin::formatSize() by Language::forma...
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
2011-05-28 Sam ReedAnd even more documentation
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-07 Brian Wolff(bug 28868) Include the number of pages in the default...
2011-04-20 Brian WolffRemove the JPEG/TIFF specific metadata code from Bitmap...
2011-04-16 Sam ReedRemove some unused variables
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-03-06 Brian Wolff(bug 27508) SVGMetadataExtractor takes too much resourc...
2011-02-18 Sam ReedMore function level documentation
2011-02-18 Sam ReedParameter documentation
2011-02-06 Bryan Tong MinhFiles with a mime type that does not match the extensio...
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2010-10-31 Derk-Jan HartmanAdd a new isVectorized() to files and media handlers...
2010-09-07 Tim StarlingFixes for r72024:
2010-08-31 Daniel Kinzlerintroducing Generic::verifyFileHook() to let media...
2010-08-15 Alexandre Emsenhuber* Standardised file description headers
2010-06-29 Daniel Kinzleradded normalization for parameter 'page', based on...
2010-06-22 Daniel Kinzlerpassing thumbnail params to getThumbType, as suggested...
2010-06-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-05 Derk-Jan HartmanAdd a isAnimatedImage() helper function to imagehandlers.
2010-02-13 Alexandre EmsenhuberFixed some doxygen warnings
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-09-23 ThomasVgeneric method to extract text layer of a document
2008-12-15 Aaron SchulzAdd getGeneralShortDesc() and the like to avoid E_STRIC...
2008-12-15 Aaron SchulzE_STRICT
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-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-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-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-27 Tim StarlingRemoved validation of width parameter in makeParamString()
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-22 Antoine MussoAdd support for microsoft bmp format. It simply give...
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...