diff options
author | xue <> | 2006-12-01 12:28:55 +0000 |
---|---|---|
committer | xue <> | 2006-12-01 12:28:55 +0000 |
commit | 17f49a9bc71d88c9b3e2f31a161f3689c136ac16 (patch) | |
tree | fc77b9c75927cd56281417843a318e85c39ce729 /HISTORY | |
parent | 074032e0270ae70eed481a082158dc9554aaa1db (diff) |
merge from 3.0 branch till 1531.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,12 +23,14 @@ BUG: TTableCell should render only when Text is not set and there's no ch BUG: global state was not saved when redirect() is invoked (Qiang) BUG: TPager would not display if it was invisible previously (Qiang) ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang) +ENH: Ticket#471 - Added methods in TAssetManager to expose published path and URL (Qiang) CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang) CHG: Ticket#454 - Redundant PHP Version Check (Qiang) CHG: Ticket#460 - Validators will not perform validation if parents are disabled (Qiang) CHG: TDataGrid now does not set default table styles (Qiang) CHG: TRepeater does not render <span> anymore for empty item template (Qiang) CHG: THttpRequest.constructUrl() now encodes ampersand by default (Qiang) +CHG: TDataBoundControl will not throw exception if CurrentPageIndex is out of range (Qiang) Version 3.0.5 October 23, 2006 ============================== |