Ignore:
Timestamp:
Sep 13, 2010, 8:40:44 PM (14 years ago)
Author:
grum
Message:

Implement metadata search, release 0.5.1
bug:1846, bug:1691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/main.inc.php

    r6729 r6891  
    3737|         |            | * update some html/css
    3838|         |            |
    39 | 0.5.0   | 2010/07/24 | * update to the JpegMetadata class 1.0.1 to fix the
     39| 0.5.0   | 2010/07/24 | * release 0.5.0 not published, features are reported in
     40|         |            |   the release 0.5.1
     41|         |            |
     42| 0.5.1   | 2010/09/12 | * update to the JpegMetadata class 1.0.1 to fix the
    4043|         |            |   mantis bugs&features 1686, 1718 and 1719
    4144|         |            | * mantis : bug 1686
     
    5962|         |            |   . Weight of the metadata database can becomes very
    6063|         |            |     heavy
    61 |         |            | * ajax management was entirely rewritted
     64|         |            | * mantis : feature 1691
     65|         |            |   . Add possibility to search picture by metadata
     66|         |            |     properties
     67|         |            | * mantis : feature 1846
     68|         |            |   . Read the metadata in the HD picture
     69|         |            | * ajax management entirely rewritted
    6270|         |            | * user interface reviewed
     71|         |            | * add some triggers events when picture metadata are
     72|         |            |   loaded in the picture.php page
     73|         |            |   . amd_jpegMD_loaded
     74|         |            |   . amd_jpegMD_userDefinedValues_built
     75|         |            |
     76|         |            |
     77|         |            |
     78|         |            |
     79|         |            |
    6380|         |            |
    6481|         |            |
     
    7390
    7491--------------------------------------------------------------------------------
    75 
    76 :: NFO
    77   AMD_AIM : classe to manage plugin integration into plugin menu
    78   AMD_AIP : classe to manage plugin admin pages
    79   AMD_PIP : classe to manage plugin public integration
    80 
     92*
     93* :: NFO
     94* AMD_AIM : classe to manage plugin integration into plugin menu
     95* AMD_AIP : classe to manage plugin admin pages
     96* AMD_PIP : classe to manage plugin public integration
     97*
     98*
     99* :: Triggers & data provided
     100* - amd_jpegMD_loaded
     101*   . triggered on the picture.php page, when metadata were loaded from the
     102*     picture file
     103*   . the JpegMetadata object is provided as data to the callback function
     104*
     105* - amd_jpegMD_userDefinedValues_built
     106*   . triggered on the picture.php page, when metadata were loaded from the
     107*     picture file and user defined tags were built
     108*   . an array is provided as data to the callback function
     109*       $data['picture'] : an array of (tagId => value) with only the selected
     110*                          metadata
     111*       $data['user']    : an array of (tagId => value) with only the user
     112*                          defined metadata built
     113*
     114*
    81115--------------------------------------------------------------------------------
    82116*/
Note: See TracChangeset for help on using the changeset viewer.