[Zope3-checkins] CVS: Zope3/src/zope/app/utilities - configure.zcml:1.1.2.10

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Aug 15 17:25:00 EDT 2003


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

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	configure.zcml 
Log Message:
Fixed infinite recursion bug that occurred for IAdding menus.

All of the new components and features seem to work now. It's time to write
the last tests, so we can merge the branch into the head.


=== Zope3/src/zope/app/utilities/configure.zcml 1.1.2.9 => 1.1.2.10 ===
--- Zope3/src/zope/app/utilities/configure.zcml:1.1.2.9	Fri Aug 15 13:11:41 2003
+++ Zope3/src/zope/app/utilities/configure.zcml	Fri Aug 15 16:24:55 2003
@@ -6,7 +6,7 @@
 
     <factory
         permission="zope.ManageServices"
-        title="Persistent Schema Utility"
+        title="Mutable Schema"
         description="A Persistent Schema that can be edited through the web"/>
 
     <implements




More information about the Zope3-Checkins mailing list