From cb62a8b25b67f4c23148efe5d9e93278651d1901 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 26 Sep 2007 13:15:56 +0000 Subject: added support to remember login. --- UPGRADE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index 77b136e8..6b609eea 100644 --- a/UPGRADE +++ b/UPGRADE @@ -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 -------------------- -- cgit v1.2.3