Changeset 2244 for trunk/UPGRADE

Show
Ignore:
Timestamp:
09/26/2007 08:15:56 AM (14 months ago)
Author:
xue
Message:

added support to remember login.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r2118 r2244  
    1212Upgrading from v3.1.0 
    1313--------------------- 
    14 - IFeedContentProvider adds a new method getContentType(). This affects any 
     14- IFeedContentProvider adds a new method: getContentType(). This affects any 
    1515  class implementing this interface. 
    1616- TUrlMapping now only uses the PATH_INFO part of URL for matching, and the matching 
    1717  is for the whole PATH_INFO. 
     18- IUserManager adds two new methods: getUserFromCookie() and saveUserToCookie(). 
     19  This affects classes that implements this interface and does not extend from 
     20  TUserManager. 
     21- The order of application lifecycles is changed. The loadState and loadStateComplete 
     22  are moved to right after onBeginRequest. 
    1823 
    1924Upgrading from v3.1b