summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-04-12 12:15:25 +0000
committerxue <>2006-04-12 12:15:25 +0000
commit3ab151f4a2d938fabe7283671f365027ad622a13 (patch)
tree4039cc68b88a6237f607aaafc66ec006520ab9f0 /HISTORY
parent80ad6f7dab290d8ec3b74991b54685d7a9a2debf (diff)
Fixed #129.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY13
1 files changed, 5 insertions, 8 deletions
diff --git a/HISTORY b/HISTORY
index d324c5cf..0dc6d25a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,9 @@
Version 3.0RC2 April 16, 2006
=============================
BUG: Ticket#118 - Variables that may not have been initialized (Qiang)
+BUG: Ticket#129 - TRadioButtonList in TWizard step does not postback correctly (Qiang)
CHG: Moved localize() into PradoBase (Qiang)
-CHG: List controls now use array keys as list item values even if
- the array is integer-indexed (Qiang)
+CHG: List controls now use array keys as list item values even if the array is integer-indexed (Qiang)
CHG: THttpUtility::htmlEncode and htmlDecode now do not deal with & (Qiang)
ENH: Optimized the representation and evaluation of template expressions (Qiang)
ENH: Added Raw layout to TDataList (Qiang)
@@ -43,16 +43,13 @@ Version 3.0b March 6, 2006
==========================
BUG: fixed many
CHG: event names must be prefixed with 'On' (Qiang)
-CHG: values of properties whose name ends with 'Template' are
- parsed directly by template parser (Qiang)
+CHG: values of properties whose name ends with 'Template' are parsed directly by template parser (Qiang)
ENH: template parser reports exact error location (Qiang)
ENH: cookie HMAC check (Qiang)
NEW: TInlineFrame (Jason)
NEW: TAPCCache (Alban)
-NEW: TColorPicker, TDatePicker, TRatingList, TAdodbProvider,
- TCreoleProvider (Wei)
-NEW: TMultiView, TView, TControlAdapter, TWebControlAdapter,
- TPagedList, TAttributeCollection (Qiang)
+NEW: TColorPicker, TDatePicker, TRatingList, TAdodbProvider, TCreoleProvider (Wei)
+NEW: TMultiView, TView, TControlAdapter, TWebControlAdapter, TPagedList, TAttributeCollection (Qiang)
Version 3.0a January 18, 2006
=============================