summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2007-01-05 01:29:55 +0000
committerxue <>2007-01-05 01:29:55 +0000
commit6c2a7b9b5674c5c9f0c8e78e32531af43462638c (patch)
treeb0b649fa34fce11680b82c91f3daaf00fdb1e3a3 /HISTORY
parentdd028bec3822d1d9c28c35d599d687e038c7705f (diff)
fixed #489.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 66bb2c86..3a81ce1d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6,6 +6,7 @@ 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)
+CHG: Ticket#489 - Contents enclosed within HTML comment tags will now be parsed also (Qiang)
NEW: Ajax support and active controls (Wei)
NEW: Data abstraction layer based on PDO (Qiang)
NEW: SQLMap (Wei)