diff options
author | xue <> | 2006-10-13 00:31:09 +0000 |
---|---|---|
committer | xue <> | 2006-10-13 00:31:09 +0000 |
commit | 3b827980972fa2bb1cfdf7aaf2dadd94012a2ab1 (patch) | |
tree | bc6fdf9330e12f76791fc16d277c8e2447a4883e /HISTORY | |
parent | 5abdafeb9ded0c1c41992f7b3758f1dc02255683 (diff) |
Fixed #417.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ Version 3.0.5 October 8, 2006 =============================== -BUG: Ticket#409 - Multiple page services will mess up page caching +BUG: Ticket#409 - Multiple page services will mess up page caching (Qiang) +BUG: Ticket#417 - SelectedIndex in template incorrect caused by bug in TList (Qiang) CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang) ENH: Ticket#361 - Introduced include template tag that supports including external templates (Qiang) ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) |