From f76f11a2cb228b4161bd84d9856c148cb49f1bd7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 3 Dec 2006 22:57:44 +0000 Subject: added cache dependency classes. --- HISTORY | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 7c197661..57727471 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,11 @@ Version 3.1.0 To be released ============================ BUG: Ticket#188 - Postback js caused controls not inheritable (Qiang) -ENH: Ticket#180, #222 - Prado js files are not rendered at the beginning of the form (Qiang) ENH: Ticket#99 - TXmlTransform control (Knut) ENH: Ticket#117 - added support to configure subproperties in a group. (Qiang) +ENH: Ticket#180, #222 - Prado js files are not rendered at the beginning of the form (Qiang) +CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei) +CHG: All validators ClientSide.OnError becomes ClientSide.OnValidationError, and OnError event becomes OnValidationError. (Wei) NEW: Ajax support and active controls (Wei) NEW: Data abstraction layer based on PDO (Qiang) NEW: SQLMap (Wei) @@ -12,8 +14,7 @@ NEW: TQueue (Qiang) NEW: TSessionPageStatePersister (Qiang) NEW: TFeedService, TRssFeedDocument (Knut, Qiang) NEW: TJsonService -CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei) -CHG: All validators ClientSide.OnError becomes ClientSide.OnValidationError, and OnError event becomes OnValidationError. (Wei) +NEW: TCacheDependency, TFileCacheDependency, TDirectoryCacheDependency, TGlobalStateCacheDependency, TChainedCacheDependency Version 3.0.6 December 4, 2006 ============================== -- cgit v1.2.3