summaryrefslogtreecommitdiff
path: root/inc/JpegMeta.php
Commit message (Collapse)AuthorAge
* more class constructors to __construct()Christopher Smith2015-05-15
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-10
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|
* fix return by reference not a varChristopher Smith2014-03-05
|
* Merge pull request #381 from splitbrain/jpegmetafixesAndreas Gohr2013-10-20
|\ | | | | Jpegmeta fixes
| * fix some Only vars assigned by referenceGerrit Uitslag2013-10-16
| |
| * fixed some errors indicated by IDEAGerrit Uitslag2013-10-16
| |
* | output of fread is string, but recognized as object. Fixed assign by refGerrit Uitslag2013-10-15
|/
* decode utf8 filenames in JpegMeta FS#2553Andreas Gohr2012-07-28
|
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* Check if given file is really a file in JpegMeta FS#2322Andreas Gohr2011-10-14
|
* More failsafe XMP parsing in jpeg picturesHakan Sandell2011-02-14
|
* Fixed bug FS2030 JpegMeta dies on parsing XMPHakan Sandell2010-10-02
|
* License change for inc/JpegMeta.phpAndreas Gohr2010-06-22
| | | | | | | Original author Sebastian Delmont agreed to rerelease the code under BSD license to avoid license compatibility problems. Other authors (me and Hakan Sandell) agreed as well.
* more code cleanup according to coding standardAndreas Gohr2010-01-29
|
* Avoid zero-byte readsTom N Harris2009-01-16
| | | | darcs-hash:20090116001547-6942e-b5bc401c0ef4c36b1b7b8ca7ef708587953ec017.gz
* always parse file informations in JpegMetaAndreas Gohr2008-12-18
| | | | darcs-hash:20081218210011-7ad00-670578d9882011f3a6eb9e6e219bc7ca22251d9d.gz
* Set dates to lastmodified dates if no Exif Data is availableAndreas Gohr2008-12-18
| | | | darcs-hash:20081218205421-7ad00-e70da65170682ec32c76c8524187790bc2c2924d.gz
* Ignore missing times when determining earliest time from JPEG dataAndreas Gohr2008-12-18
| | | | darcs-hash:20081218203705-7ad00-ebd597d34d9e34d5e9502ea2c0d5d4a45025e676.gz
* xmp metadata supporthakan.sandell2008-05-18
| | | | darcs-hash:20080518152722-9a5f4-468fc64e7994fc2c5b0034fe262b4aa8b6fe2946.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* show correct megabyte size for image details FS#1217Andreas Gohr2007-08-09
| | | | darcs-hash:20070809213753-7ad00-95904b1effbd827c0b5b1ed73879d99d99175fc6.gz
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
* Windows compatible rename #683Andreas Gohr2006-01-21
| | | | darcs-hash:20060121194539-7ad00-c880c0980513a3ccb45253c02e1a02d4cbdd6009.gz
* Patch for JpegMeta.phpJoe Lapp2005-09-03
| | | | | | | | | | This patch allows a user to enter a datetime into the media editor in what ever format they please, and yet still have it formatted properly in the JPEG. Strictly speaking, JpegMeta will store what ever string you provide, but I'm guessing Google and other EXIF readers may require the standard format. darcs-hash:20050903125736-46f60-da93b57da8c2ce7ac5f5e1c24c195783b46730e5.gz
* added simple.shutterspeed to JpegMetaJoe Lapp2005-08-23
| | | | darcs-hash:20050823164204-46f60-5c79fbd04d9bc5ce4a6dad13f93b8383d9fd8b77.gz
* Added "sublocation" IPTC tag to JpegMetaJoe Lapp2005-08-17
| | | | darcs-hash:20050817180620-46f60-55aaecbcd5496261d6fa0c5dc5bf507f6aaa709c.gz
* image metadata editorAndreas Gohr2005-07-31
| | | | | | | | | | | This patch adds an meta data editor for JPEG files. Currently title, caption, artist, copyright and keywords can be saved. The data is saved to the apropriate IPTC fields. Additional fields can be added in the appropriate template. Compatibility testing with other programs is needed! darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
* optimized Image metadata handlingAndreas Gohr2005-07-31
| | | | darcs-hash:20050731115030-7ad00-2a1a423985864f0daae57545c2f3945abfc10257.gz
* some minor fixes in image detail handlingAndreas Gohr2005-07-24
| | | | darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz
* first step in Image metadata supportAndreas Gohr2005-07-24
This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz