[Zope3-checkins] CVS: Zope3/src/zope/app/index - configure.zcml:1.1.2.5 subscription_control.pt:NONE

Jim Fulton jim@zope.com
Wed, 25 Dec 2002 08:28:00 -0500


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

Modified Files:
      Tag: NameGeddon-branch
	configure.zcml 
Removed Files:
      Tag: NameGeddon-branch
	subscription_control.pt 
Log Message:
Gor zope running again! 

I haven't tested everything. 
(Yes, we need functional tests. Maybe this week).

Good enough to merge into trunk.



=== Zope3/src/zope/app/index/configure.zcml 1.1.2.4 => 1.1.2.5 ===
--- Zope3/src/zope/app/index/configure.zcml:1.1.2.4	Tue Dec 24 21:22:51 2002
+++ Zope3/src/zope/app/index/configure.zcml	Wed Dec 25 08:27:29 2002
@@ -1,10 +1,4 @@
-<zopeConfigure
-   xmlns="http://namespaces.zope.org/zope"
-   xmlns:browser='http://namespaces.zope.org/browser'
-   >
-
-  <include package=".text" />
-
+<zopeConfigure xmlns="http://namespaces.zope.org/zope">
 
   <content class="zope.app.index.subscribers.Registration">
     <require
@@ -17,22 +11,6 @@
       />
   </content>
 
-  <browser:menuItem
-    menu="add_component"
-    for="zope.app.interfaces.container.IAdding"
-    action="zope.app.index.subscribers.Registration"
-    title="Registration subscriber"
-    description="An event subscriber that registers content with the objecthub"
-    />
-
-  <browser:defaultView
-    for="zope.app.index.subscribers.ISubscriptionControl"
-    name="control.html" />
-
-  <browser:view
-    for="zope.app.index.subscribers.ISubscriptionControl"
-    permission="zope.ManageServices"
-    name="control.html"
-    template="subscription_control.pt" />
+  <include package=".text" />
 
 </zopeConfigure>

=== Removed File Zope3/src/zope/app/index/subscription_control.pt ===