[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog -
	configure.zcml:1.10.12.1
    Christian Zagrodnick 
    cvs-admin at zope.org
       
    Sat Dec  6 13:29:45 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv16289/src/zope/app/browser/catalog
Modified Files:
      Tag: gotcha-usage-branch
	configure.zcml 
Log Message:
finished the support of 'usage' in page templates (or better views)
 - repaired editForm
 - added to addForm
 - added <usage name=.. /> zcml directive
 - directives that rely on usage check for existing usages
 - asserting that a usage can only be defined once
 - tried use of usage in container/add.pt
=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.10 => 1.10.12.1 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.10	Mon Aug 25 15:28:31 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml	Sat Dec  6 13:29:14 2003
@@ -44,7 +44,7 @@
   </view>
   
   <!-- the add menu is browser.IndexAdding -->
-  <menu id="catalog_index_menu" title="Add Index" />
+  <menu id="catalog_index_menu" title="Add Index" usage="addingdialog" />
   
   <!-- Add a couple of items to the add menu -->
   <!-- TextIndex -->
    
    
More information about the Zope3-Checkins
mailing list