summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-27 03:28:24 +0000
committerxue <>2006-11-27 03:28:24 +0000
commit7bf5efc28c3bd0675778ddedc5ad6c6c5e2abc18 (patch)
treea41143d86dacdf4f53f9a5c9b20434105583f729 /HISTORY
parentbe7e81cbe08c5df97e9f1614318ce0168935f1b1 (diff)
merge from 3.0 branch till 1521.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b66712cc..97027b00 100644
--- a/HISTORY
+++ b/HISTORY
@@ -21,10 +21,12 @@ BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang)
BUG: Ticket#467 - typo in TUrlMapping.php (Qiang)
BUG: TTableCell should render &nbsp; only when Text is not set and there's no child (Qiang)
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)
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)