From 203db4fb6f024b9c95679c5a076616e44c9095a6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 4 Apr 2006 11:45:51 +0000 Subject: Fixed a bug about base class for TMemCache. --- HISTORY | 2 +- framework/Caching/TMemCache.php | 2 +- framework/Web/UI/TThemeManager.php | 1 - index.html | 5 +++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index 90215edb..b1be8422 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -Version 3.0RC1 April 1, 2006 +Version 3.0RC1 April 5, 2006 ============================ BUG: Ticket#85 - Undefined TDataGrid::setSelectedIndex (Qiang) BUG: Ticket#87 - Typo in IDbConnection (Qiang) diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index 4497ad4c..dd229312 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -63,7 +63,7 @@ * @package System.Caching * @since 3.0 */ -class TMemCache extends TModule implements ICache +class TMemCache extends TCache { /** * @var boolean if the module is initialized diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index f2de22f5..23189cae 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -214,7 +214,6 @@ class TTheme extends TApplicationComponent implements ITheme if(($cache=$this->getApplication()->getCache())!==null) { $array=$cache->get(self::THEME_CACHE_PREFIX.$themePath); - //print_r($array);die('here'); if(is_array($array)) { list($skins,$cssFiles,$jsFiles,$timestamp)=$array; diff --git a/index.html b/index.html index 01b0e598..f29235aa 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

PRADO Framework for PHP 5

-

Version 3.0RC1, April 2, 2006
+

Version 3.0RC1, April 5, 2006
Copyright© 2004-2006 by PradoSoft
All Rights Reserved. @@ -68,11 +68,12 @@ PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.

  • Qiang Xue
  • Xiang Wei Zhuo
  • Jason Ragsdale
  • -
  • Marcus Nyeholt
  • Alex Flint
  • +
  • Marcus Nyeholt
  • Brian Luft
  • Carl Mathisen
  • Alban Hanry
  • +
  • Knut Urdalen
  • Prado v2 Maintenance Team

    -- cgit v1.2.3