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

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:33:47 -0400


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

Added Files:
	configure.zcml 
Removed Files:
	fields.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Added File Zope3/lib/python/Zope/App/Formulator/Fields/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:formulator='http://namespaces.zope.org/formulator'
   xmlns:security='http://namespaces.zope.org/security'
>

  <!-- formulator:registerField name="DateTimeField"
    field="Zope.App.Formulator.Fields.Generic.DateTimeField." / -->

  <formulator:registerField name="EmailField"
    field="Zope.App.Formulator.Fields.Generic.EmailField." />

  <formulator:registerField name="FileField"
    field="Zope.App.Formulator.Fields.Generic.FileField." />

  <formulator:registerField name="FloatField"
    field="Zope.App.Formulator.Fields.Generic.FloatField." />

  <formulator:registerField name="IntegerField"
    field="Zope.App.Formulator.Fields.Generic.IntegerField." />

  <content class=".Generic.IntegerField.">
    <security:require
        permission="Zope.ManageContent" 
        attributes="getValue" />
  </content>


  <formulator:registerField name="ListField"
    field="Zope.App.Formulator.Fields.Generic.ListField." />

  <formulator:registerField name="PasswordField"
    field="Zope.App.Formulator.Fields.Generic.PasswordField." />

  <formulator:registerField name="PatternField"
    field="Zope.App.Formulator.Fields.Generic.PatternField." />

  <formulator:registerField name="StringField"
    field="Zope.App.Formulator.Fields.Generic.StringField." />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/Formulator/Fields/fields.zcml ===