Log message for revision 81773: prepare CMFCore for moving it to Products.CMFCore
Changed: U CMF/branches/2.1/CHANGES.txt A CMF/branches/2.1/CMFCore/CHANGES.txt UU CMF/branches/2.1/CMFCore/version.txt -=- Modified: CMF/branches/2.1/CHANGES.txt =================================================================== --- CMF/branches/2.1/CHANGES.txt 2007-11-12 16:51:37 UTC (rev 81772) +++ CMF/branches/2.1/CHANGES.txt 2007-11-12 18:20:36 UTC (rev 81773) @@ -2,10 +2,6 @@ Bug Fixes - - CMFCore.FSImage: Supply class-level defaults for 'alt', 'height', - and 'width', to avoid acquiring objects with the same names - (http://www.zope.org/Collectors/CMF/507) - - DCWorkflow.exportimport: Scripts with invalid types imported after scripts with valid types will no longer place the valid script twice. Scripts can also now be specified with meta_types @@ -15,10 +11,8 @@ the domain part started with a single letter element. (http://www.zope.org/Collectors/CMF/495) - - Fixed a bug in the site manager creation code, which would assign the - __parent__ pointer to the Aq-wrapper and not the actual object. Also - prevented the getMainGlobals script to fail if not content-type header - is set. + - CMFDefault skins: Prevented the getMainGlobals script to fail if not + content-type header is set. - AfterTransitionEvent now passes along the new status of the object, just as StateChangeInfo passes on the new status to after-transition scripts. @@ -28,7 +22,9 @@ - Testing: Derive test layers from ZopeLite layer if available. + See also CMFCore/CHANGES.txt. + CMF 2.1.0 (2007/08/08) New Features Copied: CMF/branches/2.1/CMFCore/CHANGES.txt (from rev 81642, Products.CMFCore/branches/2.1/Products/CMFCore/CHANGES.txt) =================================================================== --- CMF/branches/2.1/CMFCore/CHANGES.txt (rev 0) +++ CMF/branches/2.1/CMFCore/CHANGES.txt 2007-11-12 18:20:36 UTC (rev 81773) @@ -0,0 +1,20 @@ +Products.CMFCore Changelog + + Products.CMFCore 2.1.1 (unreleased) + + - FSImage: Supply class-level defaults for 'alt', 'height', and 'width', + to avoid acquiring objects with the same names. + (http://www.zope.org/Collectors/CMF/507) + + - Testing: Derive test layers from ZopeLite layer if available. + + - PortalObject: Fixed a bug in the site manager creation code, which would + assign the __parent__ pointer to the Aq-wrapper and not the actual + object. + + + Products.CMFCore 2.1.0 (2007-08-08) + + First egg release. For changes up through this release, please see + the overall "CMF changelog", + http://svn.zope.org/CMF/tags/2.1.0/CHANGES.txt?rev=78713&view=markup Modified: CMF/branches/2.1/CMFCore/version.txt =================================================================== --- CMF/branches/2.1/CMFCore/version.txt 2007-11-12 16:51:37 UTC (rev 81772) +++ CMF/branches/2.1/CMFCore/version.txt 2007-11-12 18:20:36 UTC (rev 81773) @@ -1 +1 @@ -CMF-2.1.0+ +2.1.1dev Property changes on: CMF/branches/2.1/CMFCore/version.txt ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
