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

Yvo Schubbe schubbe@web.de
Fri, 20 Dec 2002 11:39:30 -0500


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

Modified Files:
      Tag: yuppie-collector096-branch
	CHANGES.txt 
Log Message:
more interface cleanups:
- added interface tests and made them pass

=== CMF/CHANGES.txt 1.125 => 1.125.2.1 ===
--- CMF/CHANGES.txt:1.125	Wed Dec 11 17:20:36 2002
+++ CMF/CHANGES.txt	Fri Dec 20 11:38:59 2002
@@ -24,6 +24,26 @@
     - (__future__) Added DCWorkflow (through-the-web configurable
       workflows) to the core set of CMF products.
 
+    - Cleaned up Interfaces and API Help (Collector #96):
+
+      o  Removed redundant 'Syndicatable' and 'IndexableContent' interfaces.
+
+      o  Removed unfixable 'Membership' and 'ReviewableContent' interfaces.
+
+      o  Removed listActions() from 'Contentish' and 'portal_workflow'
+         interface.
+
+      o  Removed redundant or 'None' overriding of listActions().
+
+      o  Updated all interfaces to work with new Zope 2.6 Interface API.
+
+      o  Added 'portal_properties' and 'Dynamic' interfaces.
+
+      o  Added many interface implementation tests and made them pass.
+
+    - Removed deprecated 'register' module and 'PortalContentRegistration'
+      interface.
+
     - Moved URLTool to CMFCore. Added interface and basic tests.
       (Collector #67)