[Zope3-checkins] CVS: Zope3/src/zope/app/utilities - configure.zcml:1.10 content.py:NONE instance.py:NONE interfaces.py:NONE mutableschemafield.py:NONE schema.py:NONE wrapper.py:NONE

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 9 19:58:34 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/utilities
In directory cvs.zope.org:/tmp/cvs-serv28963/src/zope/app/utilities

Modified Files:
	configure.zcml 
Removed Files:
	content.py instance.py interfaces.py mutableschemafield.py 
	schema.py wrapper.py 
Log Message:


Moved mutable schemas out of zope.app.utilities to zope.app.schema. Also,
seperated it from the mutable schema content definition/instance code, which
now lives in zope.app.schemacontent.




=== Zope3/src/zope/app/utilities/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/utilities/configure.zcml:1.9	Tue Mar  9 07:38:42 2004
+++ Zope3/src/zope/app/utilities/configure.zcml	Tue Mar  9 19:58:01 2004
@@ -28,100 +28,6 @@
       permission="zope.ManageContent" />
   </content>
 
-<!-- Mutable Schema -->
-
-  <content class=".schema.SchemaUtility">
-
-    <factory
-        title="Mutable Schema"
-        description="A Persistent Schema that can be edited through the web"/>
-
-    <implements
-        interface="zope.app.interfaces.services.utility.ILocalUtility" />
-
-    <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
-
-    <require
-        permission="zope.ManageServices"
-        interface="zope.app.interfaces.utilities.schema.IMutableSchema" />
-
-    <require
-        permission="zope.ManageServices"
-        interface="zope.app.interfaces.utilities.schema.ISchemaUtility"
-        set_schema="zope.app.interfaces.utilities.schema.ISchemaUtility" />
-
-  </content>
-
-  <content class=".schema.SchemaRegistration">
-    <require
-      permission="zope.ManageServices"
-      interface="zope.app.interfaces.services.utility.IUtilityRegistration
-                 zope.app.container.interfaces.IAddNotifiable
-                 zope.app.container.interfaces.IRemoveNotifiable"
-      set_schema="zope.app.interfaces.services.utility.IUtilityRegistration" />
-  </content>
-
-
-<!-- Content Component Definition -->
-
-  <content class=".content.ContentComponentDefinition">
-
-    <factory
-      id="utility.ContentComponentDefinition"
-      title="Content Component Definition"
-      description="A Persistent Content Component Definition" />
-
-    <implements
-      interface="zope.app.interfaces.services.utility.ILocalUtility" />
-
-    <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
-
-    <require
-      permission="zope.ManageServices"
-      interface="
-          zope.app.interfaces.utilities.content.IContentComponentDefinition"
-      set_schema="
-          zope.app.interfaces.utilities.content.IContentComponentDefinition" />
-
-  </content>
-
-  <content class=".content.ContentComponentDefinitionRegistration">
-    <require
-      permission="zope.ManageServices"
-      interface="zope.app.interfaces.services.utility.IUtilityRegistration
-                 zope.app.container.interfaces.IAddNotifiable
-                 zope.app.container.interfaces.IRemoveNotifiable"
-      set_schema="zope.app.interfaces.services.utility.IUtilityRegistration"
-      />
-  </content>
-
-
-<!-- Content Component Menu Item -->
-
-  <content class=".content.ContentComponentDefinitionMenuItem">
-
-    <require
-      permission="zope.ManageServices"
-      interface="
-          zope.app.interfaces.utilities.content.IContentComponentMenuItem"
-      set_schema="
-          zope.app.interfaces.utilities.content.IContentComponentMenuItem" />
-
-  </content>
-
-  <adapter
-     for="zope.app.interfaces.utilities.content.IContentComponentDefinition"
-     provides="zope.app.interfaces.utilities.content.IContentComponentMenuItem"
-     factory=".content.ContentComponentDefinitionMenuItem" />
-
-<!-- Content Component Instance -->
-
-  <content class=".content.ContentComponentInstance">
-    <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
-  </content>
 
 
 </configure>

=== Removed File Zope3/src/zope/app/utilities/content.py ===

=== Removed File Zope3/src/zope/app/utilities/instance.py ===

=== Removed File Zope3/src/zope/app/utilities/interfaces.py ===

=== Removed File Zope3/src/zope/app/utilities/mutableschemafield.py ===

=== Removed File Zope3/src/zope/app/utilities/schema.py ===

=== Removed File Zope3/src/zope/app/utilities/wrapper.py ===




More information about the Zope3-Checkins mailing list