diff options
author | xue <> | 2007-09-26 13:15:56 +0000 |
---|---|---|
committer | xue <> | 2007-09-26 13:15:56 +0000 |
commit | cb62a8b25b67f4c23148efe5d9e93278651d1901 (patch) | |
tree | 4dec8d359fe2b42965ab370f590094ffd1bc5c36 /UPGRADE | |
parent | 75293bddc7faea69021f5e29ac9e4df3f04c4f36 (diff) |
added support to remember login.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,10 +11,15 @@ for both A and B. Upgrading from v3.1.0
---------------------
-- IFeedContentProvider adds a new method getContentType(). This affects any
+- IFeedContentProvider adds a new method: getContentType(). This affects any
class implementing this interface.
- TUrlMapping now only uses the PATH_INFO part of URL for matching, and the matching
is for the whole PATH_INFO.
+- IUserManager adds two new methods: getUserFromCookie() and saveUserToCookie().
+ This affects classes that implements this interface and does not extend from
+ TUserManager.
+- The order of application lifecycles is changed. The loadState and loadStateComplete
+ are moved to right after onBeginRequest.
Upgrading from v3.1b
--------------------
|