summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwei <>2006-04-28 05:22:14 +0000
committerwei <>2006-04-28 05:22:14 +0000
commit19989e32667e653d9dd65066ba26c91562a3cdc8 (patch)
tree37b83db6fe5460cb083a084931db48f89e8f8f83 /HISTORY
parenteb2a6e9431445b3cb24be4b75f02f07aef70aebc (diff)
Fixed #68 and update TinyMCE to 2.0.5.1
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2a3c7676..9e684d67 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,6 @@
Version 3.0.0 May 1, 2006
=========================
+BUG: Ticket#68 - 2 TButtons with THtmlArea causes second button to fail to function (Wei)
BUG: Ticket#70 - Javascript for TDataTypeValidator added (Wei)
BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
BUG: Ticket#135 - TBrowserLogRoute reports wrong timings (Qiang)
@@ -18,6 +19,7 @@ ENH: Format string in classes extending TDataGridColumn can now evaluate an expr
ENH: Format string in classes extending TListControl can now evaluate an expression (Qiang)
ENH: Custom visual effects can be added to client-side validators. (Wei)
ENH: TJavascript::encode() allows raw javascript code when string begins with "javascript:" (Wei)
+ENH: Update TinyMCE to 2.0.5.1
CHG: Rewrote client-side javascript validators, check your client-side validation behaviour (Wei)
CHG: Updated the javascript Prototype library, a few utilties functions REMOVED, may break your existing javascript code. (Wei)
CHG: Build javascript without compression, only comments are removed. (Wei)