CHANGES.txt
CMF 2.1.0-beta (unreleased)
CMF 2.1.0-alpha2 (2006/11/23)
New Features
- WorkflowTool: Added the IConfigurableWorkflowTool interface.
This change includes the new
getDefaultChain
andlistChainOverrides
methods and an improvedsetChainForPortalTypes
method. The import handler now supports theremove
attribute for removing overrides. (http://www.zope.org/Collectors/CMF/457) - CMFCore.CachingPolicyManager: Implemented the old OFS.Cache.CacheManager API. Now objects other than CMF content or CMF templates can have their caching headers set by the caching policy manager with the same fine-grained control. (http://www.zope.org/Collectors/CMF/408)
- testing: Added test layers for setting up ZCML.
- CMFDefault formlib: Added zope.formlib support.
This includes some CMF specific base classes and an
EmailLine
field. - browser views: Added some zope.formlib based forms.
- CMFDefault utils: Added
checkEmailAddress
function. - Added CMFCore.FSRestMethod: ReST equivalent of FSSTXMethod.
- CMFCore.FSSTXMethod: Modernized, added tests, made customization
possible (now renders via ZPT by default, using
main_template
). - Portal: Added
email_charset
property. - CMFDefault utils: Added
makeEmail
function. - CMFDefault.Image and CMFDefault.File: Overridden index_html methods add Cache Policy Manager-awareness and thus bring these implementations in line with CMFCore.FSFile and CMFCore.FSImage (http://www.zope.org/Collectors/CMF/454)
Bug Fixes
- CMFCore.CachingPolicyManager: Prevent firing of caching policies for templates (DTML or ZPT) that are rendered in-line (without a separate request) while rendering the requested content item's view. (http://www.zope.org/Collectors/CMF/456)
- CMFDefault RegistrationTool: Fixed too restrictive email checking.
The new
checkEmailAddress
function is now used. - Fixed test breakage induced by use of Z3 pagetemplates in Zope 2.10+.
- CMFDefault skins: Fixed encoding issues in welcome and reminder emails.
password_email
andregistered_email
now encode their return value correctly, usingemail_charset
and the newmakeEmail
function.
Others
- The CMF now depends on Zope 2.10.1
CMF 2.1.0-alpha (2006/10/09)
New Features
- CMFDefault utils: Added getBrowserCharset function. Returns the charset preferred by the browser. Strings encoded with this charset are decoded correctly by Five.browser.decode.processInputs.
- Content: Added IFactory utilities for all content classes. They are now used by default instead of the old constructor methods.
- FactoryTypeInformation: Added support for Zope3 style factories.
If the
product
property of a type info instance is empty thefactory
property is interpreted as an IFactory name.
Bug Fixes
- CMFCore.ActionInformation: don't use a fixed set of properties for ActionInformation. (http://www.zope.org/Collectors/CMF/232/)
- CMFCore.CatalogTool: Use current executable's proxy roles, if any,
in place of user's roles when computing
allowedRolesAndUsers
for a query. (http://www.zope.org/Collectors/CMF/380)
Others
- skins: Changed encoding of translated portal_status_messages. Now getBrowserCharset is used to play nice with Five forms. Customized setRedirect and getMainGlobals scripts have to be updated.
- FSFile: Added registration for
txt
extension. - Profiles: All profiles are now registered by ZCML.
- ZClasses: Removed unmaintained support for ZClasses.
Marked the
initializeBases*
methods as deprecated. - Content: All content classes are now registered by ZCML. ContentInit is still used to register oldstyle constructors.
- Favorite: Added
handleFavoriteAddedEvent
subscriber. This replaces themanage_afterAdd
hook and some code inaddFavorite
. - CMFCatalogAware: Added
handleObjectEvent
subscriber. This replaces the deprecatedmanage_afterAdd
,manage_afterClone
andmanage_beforeDelete
hooks. - setup handlers: Removed support for CMF 1.5 CMFSetup profiles.
CMF 2.0.x and earlier
For a complete list of changes see HISTORY.txt.