Ignore:
Timestamp:
Jul 28, 2010, 10:48:17 AM (14 years ago)
Author:
grum
Message:

bug:1686, feature:1718, feature:1719, feature:1688, feature:1692

  • Picture analysis finish with an Error 500 or with a problem of memory limit
  • Coding a DateTime class
  • Make JpegMetadata class tests images lighter
  • Improve performance when the database is filled
  • Add possibility for user to build their own tags
  • ajax management entirely rewritted
File:
1 edited

Legend:

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

    r6232 r6722  
    22/*
    33Plugin Name: Advanced MetaData
    4 Version: 0.4
     4Version: 0.5.0
    55Description: An advanced metadata manager
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=364
     
    3030| 0.3b    | 2010/04/11 | * beta release
    3131|         |            |
    32 | 0.4     | 2010/04/24 | * release for Piwigo 2.1
     32| 0.4.0   | 2010/04/24 | * release for Piwigo 2.1
    3333|         |            | * uses some GPC 3.1.0 functions
    3434|         |            | * optimize ajax request to fill the metadata database
     
    3636|         |            |   functions
    3737|         |            | * update some html/css
     38|         |            |
     39| 0.5.0   | 2010/07/24 | * update to the JpegMetadata class 1.0.1 to fix the
     40|         |            |   mantis bugs&features 1686, 1718 and 1719
     41|         |            | * mantis : bug 1686
     42|         |            |   . Picture analysis finish with an Error 500 or with a
     43|         |            |     problem of memory limit
     44|         |            | * mantis : feature 1719
     45|         |            |   . Coding a DateTime class
     46|         |            | * mantis : feature 1718
     47|         |            |   . Make test images lighter
     48|         |            |     The weight of tests images provided with the
     49|         |            |     JpegMetadata class was to heavy ; the file size has
     50|         |            |     been reduced from 9Mb to 230Kb
     51|         |            | * mantis : feature 1688
     52|         |            |   . Improve performance when the database is filled
     53|         |            |     each time a page is displayed (now using an ajax
     54|         |            |     call)
     55|         |            | * mantis : feature 1692
     56|         |            |   . Add possibility for user to build their own "magic"
     57|         |            |     tags
     58|         |            | * ajax management was entirely rewritted
     59|         |            | * user interface reviewed
     60|         |            |
     61|         |            |
     62|         |            |
     63|         |            |
     64|         |            |
     65|         |            |
     66|         |            |
    3867|         |            |
    3968|         |            |
Note: See TracChangeset for help on using the changeset viewer.