First cut at Oracle upgrade for enhanced acs_datatypes and create_type,create_attributes functionality that's already been completed for PG.DO NOT ATTEMPT TO USE, IT'S NOT FINISHED.
Moved table building and column adding code from content repository tokernel, so all objects can benefit. Part of the acs object management packagework.
Add require_login to admin filter. This was exposed as an issue when someone accidentally granted admin to the public. No administrator action ever needs to be performed when not logged in.
Fix remember me checkbox. Conditionally set login cookie discard_p setting based on value of the remember me checkbox when creating or renewing the login cookie.