[Checkins] 
	SVN: Zelenium/branches/gotcha-selenium-0.8.1/configure.zcml
	register index_html to fix default view of suite in 2.10
    Godefroid Chapelle 
    gotcha at bubblenet.be
       
    Mon Nov 20 08:05:25 EST 2006
    
    
  
Log message for revision 71201:
  register index_html to fix default view of suite in 2.10
Changed:
  U   Zelenium/branches/gotcha-selenium-0.8.1/configure.zcml
-=-
Modified: Zelenium/branches/gotcha-selenium-0.8.1/configure.zcml
===================================================================
--- Zelenium/branches/gotcha-selenium-0.8.1/configure.zcml	2006-11-20 12:22:02 UTC (rev 71200)
+++ Zelenium/branches/gotcha-selenium-0.8.1/configure.zcml	2006-11-20 13:05:25 UTC (rev 71201)
@@ -2,8 +2,15 @@
            xmlns:browser="http://namespaces.zope.org/browser">
 
   <browser:defaultView
-     for="Products.Zelenium.interfaces.IZuite"
+     for=".interfaces.IZuite"
      name="index_html"
      />
 
+  <browser:page
+     for=".interfaces.IZuite"
+     name="index_html"
+     template="www/suiteView.zpt"
+     permission="zope2.View"/>
+
 </configure>
+
    
    
More information about the Checkins
mailing list