summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-12-03 22:57:44 +0000
committerxue <>2006-12-03 22:57:44 +0000
commitf76f11a2cb228b4161bd84d9856c148cb49f1bd7 (patch)
tree306e9ae7062484b22d1601337bb5cf3026d3df4e /HISTORY
parent503cdec992e78bf4180fa720800b9d3a3bc551e2 (diff)
added cache dependency classes.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 4 insertions, 3 deletions
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
==============================