Log message for revision 41609: - adding the CMF 1.6 change history to HISTORY.txt; this will need to be updated when we cut the 2.0 beta and the 2.0 branch
Changed: U CMF/trunk/HISTORY.txt -=- Modified: CMF/trunk/HISTORY.txt =================================================================== --- CMF/trunk/HISTORY.txt 2006-02-12 17:52:06 UTC (rev 41608) +++ CMF/trunk/HISTORY.txt 2006-02-12 17:56:41 UTC (rev 41609) @@ -1,3 +1,44 @@ +Before CMF 1.6 beta + + Bug Fixes + + - DCWorkflow.exportimport: Workflows managing no permissions at all + could make the DCWorkflow workflow exporter fail. + (http://www.zope.org/Collectors/CMF/397) + + - Removed BBBTransaction class from CMFCore.utils + + - Extension profiles: Fixed import of actions, now they don't + overwrite all previous actions in the action provider. Fixed + import of action icons. + + Features + + - Replaced Z2 interfaces w/ Z3 interfaces, dynamically creating Z2 + interfaces via bridge + + - Back-ported the GenericSetup style of site creation from CMF trunk + + - FSFile: autodetect the encoding of UTF-8 text files with a + suitable Byte Order Mark (0xEF 0xBB 0xBF). + + - CMFSetup: Split off GenericSetup. + GenericSetup allows to use CMFSetup functionality outside CMF. See + the README.txt of GenericSetup for details. + + Others + + - CMFCore utils: Made _checkPermission depend on Zope's checkPermission. + There is no longer a need to modify the checkPermission behavior in CMF. + + - Reordered base classes of File and Image, to allow use of super(). + + - Made unit tests close the request properly. + + - Changed TypesTool.manage_addTypeInformation method to log a warning + instead of raise an exception if the typeinfo_name is not found. + + After CMF 1.5.5 Bug Fixes _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
