Changeset 8543 for extensions/ColorStat


Ignore:
Timestamp:
Jan 9, 2011, 12:38:49 AM (13 years ago)
Author:
grum
Message:

Release 1.0.3
Fix bug bug:2074

Location:
extensions/ColorStat
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat_aip.class.inc.php

    r6904 r8543  
    547547    elseif($mode=="caddieAdd" or $mode=="caddieReplace")
    548548    {
    549 
    550549      $sql.=" LEFT JOIN ".CADDIE_TABLE." ct ON cit.image_id = ct.element_id
    551550            WHERE ct.user_id = ".$user['id']." ";
  • extensions/ColorStat/cstat_install.class.inc.php

    r6976 r8543  
    117117      $this->config['installed']=CSTAT_VERSION2;
    118118      $this->saveConfig();
    119 /*
     119
     120      /*
    120121      pwg_query("DELETE FROM ".$this->tables['color_table']);
    121122      pwg_query("DELETE FROM ".$this->tables['images_colors']);
     
    128129                      time=0,
    129130                      quality=0;");
     131      */
    130132      pwg_query("INSERT INTO ".$this->tables['images']."
    131133                  SELECT id, 'n', 0, 0, 0, 0, 0, 0, '', ''
    132134                    FROM ".IMAGES_TABLE."
    133135                    WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")");
    134 */
     136
    135137      GPCCore::register($this->getPluginName(), CSTAT_VERSION, CSTAT_GPC_NEEDED);
    136138      GPCRequestBuilder::register($this->getPluginName(), dirname($this->getFileLocation()).'/cstat_rb_callback.class.inc.php');
  • extensions/ColorStat/cstat_version.inc.php

    r6976 r8543  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('CSTAT_VERSION',  '1.0.2');
    18   define('CSTAT_VERSION2', '01.00.02');
     17  define('CSTAT_VERSION',  '1.0.3');
     18  define('CSTAT_VERSION2', '01.00.03');
    1919  define('CSTAT_GPC_NEEDED', '3.2.0');
    2020?>
  • extensions/ColorStat/main.inc.php

    r6893 r8543  
    22/*
    33Plugin Name: ColorStat
    4 Version: 1.0.2
     4Version: 1.0.3
    55Description: Allow to make stat on pictures colors
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=393
     
    3131| 1.0.2   | 2010/09/12 | * mantis bug:1796
    3232|         |            |   . Images color-search broken
     33|         |            |
    3334|         |            | * mantis bug:1854
    3435|         |            |   . Not analyzed pictures are selected
     36|         |            |
    3537|         |            | * update the plugin to request builder v 1.1.0
    3638|         |            |
    37 |         |            |
     39| 1.0.3   | 2010/09/12 | * mantis bug:2074
     40|         |            |   . No image are analyzed
    3841|         |            |
    3942|         |            |
Note: See TracChangeset for help on using the changeset viewer.