- Remove all template management functionality. Templates are now in DesignManager. This also means that there is the possibility of different templates for each type.
- Templates are moved en-masse into DesignManager and given new names. No other changes are made to templates.
- Add parameters to some actions to allow specifying alternate templates.
- Split the settings action(s) to their own menu item in the admin navigation.
- Refactor the redirection after form completion:
- If the returnto parameter is specified (either a page id or page alias) use it to redirect to a content page.
- If a PostActionURL was specified and exists in the session, then redirect to that URL.
- Otherwise use the preferences and templates specified in the admin nav.
- Remove the returnlast parameter.
- Remove dependency on CMSMailer.
- Remove the separate permission for editing FEU Templates.
- Remove the separate permission for editing FEU module settings.
- Fixes to the protected section header.
- Improvements to user import to handle multi-line records.
- Refactor the admin side add/edit user functionality.
- You can now upload images for users when creating users.
- Renaming a user account now works much better.
- Adjust styling on some admin templates.