diff options
author | xue <> | 2006-07-29 14:43:53 +0000 |
---|---|---|
committer | xue <> | 2006-07-29 14:43:53 +0000 |
commit | e0c9de073cce5b5c9975694c03e2dbe63788bd66 (patch) | |
tree | 0c04506594635064d9f3f62eb45c8aad5c3be685 /HISTORY | |
parent | 6385105e7793509de726b2941d038840c04195c1 (diff) |
Merge from 3.0 branch till 1305.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,18 +14,23 @@ Version 3.0.3 August 6, 2006 ============================ BUG: Ticket#264 - Typos in some exception throw statements (Knut) BUG: Ticket#268 - THttpResponse.redirect() may fail for some browsers (Qiang) +BUG: Ticket#297 - THttpRequest::constructUrl() encoding bug about array GET parameters (Qiang) BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang) BUG: TCheckBox.Value should be converted to string (Qiang) CHG: Ticket#206 - TBaseValidator.OnValidate is raised only when the validator is visible (Qiang) +ENH: Ticket#178 - Added TRadioButton.UniqueGroupName property (Qiang) ENH: Ticket#220 - TClientScripts method to import custom javascript files (Wei) ENH: Ticket#225 - TRadioButton::getRadioButtonsInGroup() added (Wei) ENH: Ticket#223 - Use TRequiredFieldValidator for TRadioButtons with GroupName property (Wei) +ENH: StringLength, multi-byte, check in TRangeValidator (Wei) +ENH: Ticket#263 - TListBox and TDropDownList support optgroup now (Qiang) ENH: Ticket#277 - Added TControl.CustomData property (Qiang) ENH: Ticket#287 - TControl::broadcastEvent() may raise events now (Qiang) ENH: Ticket#292 - Added THttpRequest::parseUrl() so that it is easier to be extended (Qiang) ENH: Better URL 'Path' format (Qiang) NEW: Added TStyleSheet (Wei) + Version 3.0.2 July 2, 2006 ========================== BUG: Ticket#182 - List and validator controls cause problem in child classes (Qiang) |