Changeset 1553 for branches/3.0/HISTORY

Show
Ignore:
Timestamp:
12/03/2006 05:29:46 PM (2 years ago)
Author:
wei
Message:

Fixed #400

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/HISTORY

    r1552 r1553  
    11Version 3.0.6 December 4, 2006 
    22============================== 
     3BUG: Ticket#400 - TJavascriptLogger incompatible with Firefox 2.0 RC1 (Wei) 
    34BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) 
    45BUG: Ticket#443 - Template comment tag messed up with HTML comment tag (Qiang) 
     
    89BUG: global state was not saved when redirect() is invoked (Qiang) 
    910BUG: TPager would not display if it was invisible previously (Qiang) 
     11BUG: Ticket#476 - Problem when adding a new text (translate) with MessageSource_XLIFF (Wei) 
    1012ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang) 
    1113ENH: Ticket#451 - Modified TUrlMapping to extend from TUrlManager (Qiang) 
    1214ENH: Ticket#468 - Added support of using all property tags in skins (Qiang) 
    1315ENH: Ticket#471 - Added methods in TAssetManager to expose published path and URL (Qiang) 
     16ENH: Add ToggleKey for TJavascriptLogger (Wei) 
    1417CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang) 
    1518CHG: Ticket#454 - Redundant PHP Version Check (Qiang)