diff options
author | godzilla80@gmx.net <> | 2009-07-10 08:38:40 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-07-10 08:38:40 +0000 |
commit | dca4b44183e65bd1252a8f224548152279d63ee8 (patch) | |
tree | eb4f8a57287e02d3fc1f8a56723781e5df7ce829 /HISTORY | |
parent | f21513edfa5d9fad074a247967d846d71c51e81a (diff) |
ENH: Add property TPage.EnableStateCompression and related modifications in TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ BUG: TCallbackErrorHandler::displayException() force HTTP status "500 Internal S ENH: TAssetManager: introduce protected property "Published" to allow subclasses access (Yves) ENH: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already sent / php.ini (output_buffering=Off, implicit_flush=On) (Yves) EHN: Performance optimization in PradoBase::createComponent() (Yves) +EHN: Add property TPage.EnableStateCompression and related modifications in TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used (Yves) Version 3.1.5 May 24, 2009 BUG: Issue#55 - TPropertyAccess.get and has don't recognize magic getter __get (Yves) |