diff options
author | xue <> | 2006-11-26 14:59:51 +0000 |
---|---|---|
committer | xue <> | 2006-11-26 14:59:51 +0000 |
commit | 6773dfe453682d2b39a26fbabef8e706bf6bb412 (patch) | |
tree | dccc3a1ae485dbb6c7949b6aec761938b0f3a4c6 /HISTORY | |
parent | 59b18ff0ba446860cdb13e16db7ceb8f8bbe99f7 (diff) |
Merge from 3.0 branch till 1513.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,10 +18,13 @@ CHG: All validators ClientSide.OnError becomes ClientSide.OnValidationError, and Version 3.0.6 December 4, 2006 ============================== BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) +BUG: Ticket#467 - typo in TUrlMapping.php (Qiang) BUG: TTableCell should render only when Text is not set and there's no child (Qiang) +BUG: global state was not saved when redirect() is invoked (Qiang) ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang) CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang) -CHG: Ticket#454 - Redundant PHP Version Check +CHG: Ticket#454 - Redundant PHP Version Check (Qiang) +CHG: Ticket#460 - Validators will not perform validation if parents are disabled (Qiang) CHG: TRepeater does not render <span> anymore for empty item template (Qiang) CHG: THttpRequest.constructUrl() now encodes ampersand by default (Qiang) |