summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-25 04:07:39 +0000
committerxue <>2006-11-25 04:07:39 +0000
commit0c2b2cc4bca094554f32daeaee360fc60784a247 (patch)
tree61f345ae4e3d96c99929486cb1a135132a645645 /HISTORY
parentbd0abbf49cbc1bc15d2c01ccd8aeba2cb8a91216 (diff)
doc fix.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6d7ccff3..f2e5ab18 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,10 +4,12 @@ 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)
+NEW: Ajax support and active controls (Wei)
+NEW: Data abstraction layer based on PDO (Qiang)
+NEW: SQLMap (Wei)
NEW: TOutputCache (Qiang)
NEW: TQueue (Qiang)
NEW: TSessionPageStatePersister (Qiang)
-NEW: SQLMap (Wei)
NEW: TFeedService, TRssFeedDocument (Knut, Qiang)
NEW: TJsonService
CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei)