diff options
author | xue <> | 2007-01-27 20:07:09 +0000 |
---|---|---|
committer | xue <> | 2007-01-27 20:07:09 +0000 |
commit | 216c44de7fd10b6ff2f1ced71cc7d670d4f46d97 (patch) | |
tree | 81c528a35639efc8fdcfdfe16da0b30bfb3947fc /HISTORY | |
parent | 997e38ce15f597681e86c2e27590776f629ca19d (diff) |
Added TUser.getState() and setState() for storing user session data
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ Version 3.1.0 beta to be released ================================= BUG: Ticket#517 - Quickstart I18N sample: conflicting module ID (Wei) +BUG: Ticket#521 - comment tag on TActiveButton stop callback (Wei) ENH: Ticket#513 - Display last modified / revision in quickstart (Wei) ENH: Ticket#519 - Update TActiveRecord implementation (Wei) -BUG: Ticket#521 - comment tag on TActiveButton stop callback (Wei) ENH: Added PRADO_CHMOD constant so that users can specify the permission of PRADO-created directories (Qiang) -ENH: Add Display property to TWebControl (Wei) +ENH: Added Display property to TWebControl (Wei) +ENH: Added TUser.getState() and setState() for storing user session data (Qiang) Version 3.1.0 alpha January 15, 2007 ==================================== |