* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / Exif.php
2010-07-19 Chad HorohoeRemove 1.6 compat thingies
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-08-11 Raimond Spekking* Do not transform EXIF fields with pure text to avoid...
2009-06-06 Siebrand MazelandFollow up to r51540 (revert r49677, r50459): global...
2009-06-06 Tim StarlingRevert r49677, r50459, Brent G's patch for fixing GPS...
2009-05-18 Brion VibberFollow-up to r50689 "* (bug 18389) Localise numbers...
2009-05-17 Siebrand Mazeland* (bug 18389) Localise numbers in EXIF data (patch...
2009-04-20 Ilmari KaronenApply patch for bug 13172 by Brent G <overlordq@gmail...
2009-01-30 Alexandre EmsenhuberFix comment for compatibility with doxygen
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-15 Siebrand Mazeland* Fix common spelling error (seperate -> separate)
2008-09-09 Raimond SpekkingUse comma-separator message instead of a hardcoded...
2008-08-28 Antoine MussoImplements #11884 : Now support Flash EXIF attribute
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-13 Antoine Mussoexif::version is static
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-06 Antoine MussoFix #8417 : Handle EXIF unknown date
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-09-10 Brion Vibber* (bug 7279) Use wfBaseName in place of basename()...
2006-06-23 Tim Starling* Let yes be yes and no be no
2006-06-06 Domas MituzasAutoload Exif and move global defines to Exif:: namespace
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-07 Ævar Arnfjörð Bjar... * Adding a trailing ?>
2006-02-05 Brion Vibber* (bug 4867) Leave invalid EXIF date fields unformatted...
2006-01-14 Domas MituzasBe less anal about entry points, class definitions...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-11-29 Brion Vibber* Reduce fractions in display of exif exposure time
2005-11-28 Brion Vibber* (bug 2111) Collapsable exif metadata table, clean...
2005-11-26 Ævar Arnfjörð Bjar... * Internal reworking of code
2005-10-06 Ævar Arnfjörð Bjar... * Duck warnings when fed an invalid file
2005-09-13 Ævar Arnfjörð Bjar... * Using wfDebugLog() to log to our own log (exif)
2005-07-22 Ævar Arnfjörð Bjar... * Removed the 1024 byte limit on ASCII tags, not in...
2005-07-22 Ævar Arnfjörð Bjar... * No longer displaying ResolutionUnit at all
2005-07-21 Ævar Arnfjörð Bjar... * Documentation
2005-07-21 Ævar Arnfjörð Bjar... * Fixed bug: Bah, fucking automatic typecasting
2005-07-21 Ævar Arnfjörð Bjar... * Support SubjectDistance
2005-07-21 Ævar Arnfjörð Bjar... * Fixed a bug where tags would be wrongly rejected...
2005-07-20 Ævar Arnfjörð Bjar... * Exif::validate(): Using $this->debug() rather than...
2005-07-17 Ævar Arnfjörð Bjar... * Completely reworked how the Exif class works, it...
2005-05-30 Ævar Arnfjörð Bjar... * Using the same message for GPSLatitudeRef and GPSDest...
2005-05-21 Ævar Arnfjörð Bjar... * Added a TODO note to isASCII()
2005-05-13 Ævar Arnfjörð Bjar... * isASCII() now only accepts \x0a\x20-\x7e and strings...
2005-05-10 Ævar Arnfjörð Bjar... * Not returning true for whitespace ASCII tags (I found...
2005-05-09 Ævar Arnfjörð Bjar... * Switching is_numeric() in isByte(), isShort() and...
2005-05-09 Ævar Arnfjörð Bjar... * Improved Exif::validate() debug output
2005-05-09 Ævar Arnfjörð Bjar... * Deprecated $mValidExif and its constructor makeValidE...
2005-05-09 Ævar Arnfjörð Bjar... * Improved the debug output of the type checking functions
2005-05-09 Ævar Arnfjörð Bjar... * Documented the change to extractTags(), might be...
2005-05-09 Brion VibberFix up spacing, indentation to match the codebase stand...
2005-05-08 Brion VibberDeclare the EXIF type constants only once, when the...
2005-05-08 Brion VibberClean up makeFlatExifTags; a simple foreach loop is...
2005-05-08 Ævar Arnfjörð Bjar... * Added support for formatting of the DateTime tag...
2005-05-08 Ævar Arnfjörð Bjar... * Added license information
2005-05-08 Ævar Arnfjörð Bjar... * To the tune of "America, Fuck Yeah" from "Team Americ...
2005-05-07 Ævar Arnfjörð Bjar... * A new file with Exif functions