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

Yvo Schubbe schubbe@web.de
Mon, 6 Jan 2003 15:35:59 -0500


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

Modified Files:
	CHANGES.txt 
Log Message:
Merged yuppie-collector096-branch:
- Cleaned up Interfaces and API Help. (Collector #96)
- Removed deprecated 'register' module and interface.

=== CMF/CHANGES.txt 1.125 => 1.126 ===
--- CMF/CHANGES.txt:1.125	Wed Dec 11 17:20:36 2002
+++ CMF/CHANGES.txt	Mon Jan  6 15:35:25 2003
@@ -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)