[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.61

Sidnei da Silva sidnei at awkly.org
Wed Mar 16 13:26:34 EST 2005


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv13069

Modified Files:
      Tag: CMF-1_4-branch
	CHANGES.txt 
Log Message:

    - The MemberDataTool was storing a ImplicitAcquirerWrapper on
      registerMemberData.


=== CMF/CHANGES.txt 1.146.4.60 => 1.146.4.61 ===
--- CMF/CHANGES.txt:1.146.4.60	Fri Feb 11 16:46:53 2005
+++ CMF/CHANGES.txt	Wed Mar 16 13:26:03 2005
@@ -2,6 +2,17 @@
 
   Bug Fixes
 
+    - The MemberDataTool was storing a ImplicitAcquirerWrapper on
+      registerMemberData.
+
+    - Changed some places where a bound-method was being bound to a
+      different class to use the .im_func of the method
+
+    - Got rid of all uses of apply()
+
+    - FactoryTypeInformation.manage_propertiesForm was being called
+      unwrapped.
+
     - CMFDefault.RegistrationTool: Allow '+' in e-mail addresses.
       (http://zope.org/Collectors/CMF/322)
 



More information about the CMF-checkins mailing list