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/maintain.inc.php

    r5959 r6722  
    3535 * -------------------------------------------------------------------------- */
    3636$gpc_installed=false;
    37 $gpcNeeded="3.1.0";
     37$gpcNeeded="3.2.0";
    3838if(file_exists(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php'))
    3939{
    4040  @include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    41   // need GPC release greater or equal than 3.1.0
    42   if(CommonPlugin::checkGPCRelease(3,1,0))
     41  // need GPC release greater or equal than 3.2.0
     42  if(CommonPlugin::checkGPCRelease(3,2,0))
    4343  {
    4444    @include_once("amd_install.class.inc.php");
     
    8787  $amd=new AMD_install($prefixeTable, __FILE__);
    8888  $result=$amd->activate();
     89  GPCCore::register($amd->getPluginName(), AMD_VERSION, $gpcNeeded);
    8990}
    9091
Note: See TracChangeset for help on using the changeset viewer.