diff options
author | xue <> | 2007-04-02 21:46:04 +0000 |
---|---|---|
committer | xue <> | 2007-04-02 21:46:04 +0000 |
commit | 571b069953f559edd02f89476ebe628efa63d613 (patch) | |
tree | 3db21262d2f66bde4e9dfb551a91746fe1463a7d /HISTORY | |
parent | c391fe9f888c8b4cb3465bd1e535398ae3599283 (diff) |
Reduced ViewState size significantly by ignoring initial property values set in template
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ ENH: Ticket#561 - Powered by PRADO image to become an asset (Qiang) ENH: Ticket#569 - Added TTextBox.PersistPassword property (Qiang) ENH: Ticket#571 - Made TPage.ClientSupportsJavaScript property writable (Qiang) ENH: Ticket#575 - Made TAuthManager.ReturnUrl property writable (Qiang) +ENH: Reduced ViewState size significantly by ignoring initial property values set in template (Qiang) ENH: Added PRADO_CHMOD constant so that users can specify the permission of PRADO-created directories (Qiang) ENH: Added Display property to TWebControl (Wei) ENH: Added TUser.getState() and setState() for storing user session data (Qiang) |