diff options
author | xue <> | 2006-11-26 20:09:44 +0000 |
---|---|---|
committer | xue <> | 2006-11-26 20:09:44 +0000 |
commit | e5477d462399aaf73836a069bc19775d7b8b1918 (patch) | |
tree | af580bf48f85e8814e7db0a1b49e104d8ca352ad /HISTORY | |
parent | 78bf7247e37a3bc15cbc604c5b2255de2f65c8f8 (diff) |
Fixed the bug that TPager would not display if it was invisible previously
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ 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) +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) |