diff options
author | xue <> | 2006-03-16 03:06:29 +0000 |
---|---|---|
committer | xue <> | 2006-03-16 03:06:29 +0000 |
commit | 0398196913b7c9920e6163ef8bdef53e5bf92fce (patch) | |
tree | 8accbaa1944a8e4f48256ca34a4e52355b2e8f19 /HISTORY | |
parent | 1686a887483345667dc9ba4f50b69034a18604a8 (diff) |
Changed THttpSession.Storage to UseCustomStorage. Fixed some doc errors.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 41 |
1 files changed, 27 insertions, 14 deletions
@@ -1,18 +1,31 @@ +Version 3.0RC1 April 1, 2006
+============================
+BUG: Ticket#88 - Unclosed HTML tag rendered in TDatePicker
+ and TColorPicker (Qiang)
+BUG: Ticket#85 - Undefined TDataGrid::setSelectedIndex (Qiang)
+BUG: Ticket#87 - Typo in IDbConnection (Qiang)
+BUG: SF#1446846 - Typo in THead (Qiang)
+BUG: SF#1432624 - Incorrect documentation about caching expiry (Qiang)
+BUG: THttpSession fails when user storage module is used (Qiang)
+ENH: TDataFieldAccessor can access public class variables (Qiang)
+NEW: TSQLMap module (Wei)
+NEW: TStack class (Qiang)
+
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)
-- 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)
+==========================
+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)
+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)
Version 3.0a January 18, 2006
=============================
-Starting, main feaures are ready (Qiang)
+Starting, main feaures ready (Qiang)
|