summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-18 13:21:32 +0000
committerxue <>2006-11-18 13:21:32 +0000
commite2b765792fd664cc45c2cc9f686f2b4988b80148 (patch)
tree151144cc65286a01cbcf521641c74f12fe6bdbdc /HISTORY
parentc42521aa777c2fe70624bbfa258fabefc3c98452 (diff)
fixed #454. reverted back constructUrl so that ampersand is not encoded by default.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ce3e991b..64bd3e19 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,7 +4,7 @@ BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang)
BUG: TTableCell should render &nbsp; only when Text is not set and there's no child (Qiang)
ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang)
CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang)
-CHG: constructUrl() now encodes & into &amp; by default (Qiang)
+CHG: Ticket#454 - Redundant PHP Version Check
CHG: TRepeater does not render <span> anymore for empty item template (Qiang)
Version 3.0.5 October 23, 2006