Show
Ignore:
Timestamp:
10/26/10 10:48:08 (3 years ago)
Author:
grum
Message:

Fix many bugs
bug:1894, bug:1898, bug:1911, bug:1863, bug:1955, bug:1956, bug:1925

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/JpegMetaData.class.php

    r6986 r7399  
    6868 * |         |            | 
    6969 * |         |            | * mantis bug:1859 
    70  * |         |            |   . JpegMetadata class can't manage multiple IPTC keywords 
     70 * |         |            |   . JpegMetadata class can't manage multiple IPTC 
    7171 * |         |            |     keywords 
    7272 * |         |            | 
     
    7575 * |         |            |     'Magic' metadata 
    7676 * |         |            | 
    77  * |         |            | 
    78  * |         |            | 
    79  * |         |            | 
    80  * |         |            | 
     77 * | 1.1.3   | 2010-09-30 | * mantis bug:1894 
     78 * |         |            |   . Error when filling the metadata repository 
     79 * |         |            | 
     80 * |         |            | * mantis bug:1898 
     81 * |         |            |   . Warning "division by zero" on Canon images 
     82 * |         |            | 
     83 * |         |            | * mantis bug:1911 
     84 * |         |            |   . Unable to read Jpeg file if there is extradata 
     85 * |         |            |     after the EOI marker 
     86 * |         |            | 
     87 * |         |            | * mantis bug:1863 
     88 * |         |            |   . Except "keywords" meta, all IPTC meta declared 
     89 * |         |            |     as "repeatable" are not managed 
     90 * |         |            | 
     91 * |         |            | * mantis bug:1955 
     92 * |         |            |   . Incorrect mapping for IPTC File format 
     93 * |         |            | 
     94 * |         |            | * mantis bug:1956 
     95 * |         |            |   . IPTC "Subject Reference" is not implemented 
    8196 * |         |            | 
    8297 * |         |            | 
     
    420435               */ 
    421436              if($data->getNbIFDs()>0 and 
    422                  ($this->options['magic'] or $this->options['exif'] or $this->options['maker'])) 
     437                 ($this->options['magic'] or $this->options['exif'])) 
    423438              { 
    424439                $this->loadIfdTags($data->getIFD(0), Schemas::EXIF_TIFF);