[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Formulator/Fields - fields.zcml:1.1.4.2

Jim Fulton jim@zope.com
Sun, 28 Apr 2002 13:17:05 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Formulator/Fields
In directory cvs.zope.org:/tmp/cvs-serv17050/lib/python/Zope/App/Formulator/Fields

Modified Files:
      Tag: Zope-3x-branch
	fields.zcml 
Log Message:
HOTYB: Merged SecurityProxy-branch into main branch.  

All tests pass and folders can be listed and added through the web.
It is likely that most other things don't work and will need to be
fixed. The reason is that many accesses that should have been checked
before are now being checked and additional checks and thinking about
permissions and security settings are needed.

I'm in the process of drafting a paper for the wiki that describes the
changes in more detail.


=== Zope3/lib/python/Zope/App/Formulator/Fields/fields.zcml 1.1.4.1 => 1.1.4.2 ===
     name="Zope.App.Formulator.Fields.Generic.IntegerField."
     permission_id="Zope.ManageContent" 
-    methods="getValue" />
+    names="getValue" />
 
 
   <formulator:registerField name="ListField"
@@ -37,4 +37,4 @@
   <formulator:registerField name="StringField"
     field="Zope.App.Formulator.Fields.Generic.StringField." />
 
-</zopeConfigure>
\ No newline at end of file
+</zopeConfigure>