summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-06-19 12:37:59 +0000
committerxue <>2006-06-19 12:37:59 +0000
commitcb1021da880b5200fdfe87e43d96a86de811e482 (patch)
tree9e3166bcaa641910dd1d30a99e44004c3711ffc4 /HISTORY
parent551cbab5c5921acfa23b1abe6dbac40808cc5508 (diff)
Fixed #244, #245.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7e0ee535..784ce572 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,8 @@ Version 3.0.2 July 2, 2006
BUG: Ticket#182 - List and validator controls cause problem in child classes (Qiang)
BUG: Ticket#191 - Duplicated postbacks occur when using TButton with validators (Qiang)
BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang)
+BUG: Ticket#244 - redirect() needs absolute URL (Qiang)
+BUG: Ticket#245 - getIsSecureConnection() is not working correctly (Qiang)
CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
CHG: CSS and JS files in a theme are now included in page in alphabetic order (Qiang)