Changeset 2244 for trunk/UPGRADE
- Timestamp:
- 09/26/2007 08:15:56 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r2118 r2244 12 12 Upgrading from v3.1.0 13 13 --------------------- 14 - IFeedContentProvider adds a new method getContentType(). This affects any14 - IFeedContentProvider adds a new method: getContentType(). This affects any 15 15 class implementing this interface. 16 16 - TUrlMapping now only uses the PATH_INFO part of URL for matching, and the matching 17 17 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. 18 23 19 24 Upgrading from v3.1b
