[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt - added 2.2 branch changes that are part of the 2.3.0-beta release

Yvo Schubbe cvs-admin at zope.org
Tue Apr 3 08:17:05 UTC 2012


Log message for revision 124910:
  - added 2.2 branch changes that are part of the 2.3.0-beta release

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2012-04-03 08:15:49 UTC (rev 124909)
+++ Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2012-04-03 08:17:02 UTC (rev 124910)
@@ -101,6 +101,49 @@
 - testing: Removed broken run function.
   Unit test modules are no longer directly executable.
 
+- CookieCrumbler: Removed redirect support.
+  The Unauthorized handling and redirects are now part of CMFDefault.
+
+- Added a permissions.zcml file defining our own permissions. This was
+  formerly done in Zope 2's Products.Five.
+
+- Removed zope.app.testing dependency.
+
+- Import BeforeTraverseEvent from new location if available.
+
+- Skinnable and MembershipTool: Removed support for missing REQUEST argument.
+  'changeSkin', 'setupCurrentSkin' and 'credentialsChanged' will no longer
+  try to acquire the request if it is not passed in explicitly.
+
+- Tools and PortalFolder: Removed support for deprecated marker attributes.
+  '_isDirectoryView', '_isPortalRoot', '_isTypeInformation' and '_isAWorkflow'
+  are no longer supported.
+
+- utils: Removed deprecated functions.
+  'getToolByInterfaceName', 'initializeBasesPhase1', 'initializeBasesPhase2',
+  'expandpath' and 'minimalpath' are no longer available.
+
+- DirectoryView: Removed support for deprecated old API.
+
+
+2.2.5 (2011-11-01)
+------------------
+
+- Added two missing explicit InitializeClass calls.
+
+
+2.2.4 (2011-04-02)
+------------------
+
+- Fix content exportimport when Title or Description are unicode.
+
+
+2.2.3 (2010-10-31)
+------------------
+
+- Make the error raised when trying to rename an instance of ImmutableId
+  indicate the id of the object.
+
 - DateTime 2.12.5 does away with a special case representing
   DateTime values for midnight (00:00:00) without their time and
   time zone values. So DateTimes formerly rendered as
@@ -113,42 +156,37 @@
 - Added dependency on the new ``Products.ZSQLMethods`` distribution and updated
   Zope2 requirement accordingly.
 
-- CookieCrumbler: Removed redirect support.
-  The Unauthorized handling and redirects are now part of CMFDefault.
 
+2.2.2 (2010-07-04)
+------------------
+
+- Backport test setup fixes for Zope 2.13 compatibility.
+
 - Use the standard libraries doctest module.
 
 - Updated setDefaultRoles to use the addPermission API if available.
 
-- Added a permissions.zcml file defining our own permissions. This was
-  formerly done in Zope 2's Products.Five.
+- Updated test to work with zope.contenttype >= 3.4.3.
 
+
+2.2.1 (2010-04-07)
+------------------
+
 - Actions and TypeInformation: Clear the compiled NNN_expr_object
   property when the NNN_expr property is cleared.
 
+- Actions: Return None if 'link_target' is an empty string.
+  This helps to avoid invalid empty 'target' attributes in HTML output.
+
+
+2.2.0 (2010-01-04)
+------------------
+
 - Changed GenericSetup import handlers to fail silently if they
   are called in a context that does not contain the items they 
   import.
 
-- Removed zope.app.testing dependency.
 
-- Import BeforeTraverseEvent from new location if available.
-
-- Skinnable and MembershipTool: Removed support for missing REQUEST argument.
-  'changeSkin', 'setupCurrentSkin' and 'credentialsChanged' will no longer
-  try to acquire the request if it is not passed in explicitly.
-
-- Tools and PortalFolder: Removed support for deprecated marker attributes.
-  '_isDirectoryView', '_isPortalRoot', '_isTypeInformation' and '_isAWorkflow'
-  are no longer supported.
-
-- utils: Removed deprecated functions.
-  'getToolByInterfaceName', 'initializeBasesPhase1', 'initializeBasesPhase2',
-  'expandpath' and 'minimalpath' are no longer available.
-
-- DirectoryView: Removed support for deprecated old API.
-
-
 2.2.0-beta (2009-12-06)
 -----------------------
 
@@ -394,7 +432,7 @@
   (https://bugs.launchpad.net/zope-cmf/+bug/176328)
 
 
-2.1.1-beta (2007-12/29)
+2.1.1-beta (2007-12-29)
 -----------------------
 
 - Testing: Derive test layers from ZopeLite layer if available.



More information about the checkins mailing list