[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.512
Dominik Huber
dominik.huber at projekt01.ch
Wed Feb 25 08:22:52 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv13973
Modified Files:
CHANGES.txt
Log Message:
BUG FIX: The form framework supports now security-proxied adapters
(adapter invoked via __conform__). '_setUpWidget' method of EditView,
EditWizardView and DisplayView provides a LocationProxy
for all adapters which do not implement ILocation itself.
Involved files:
zope\app\browser\form\editview.py
zope\app\browser\form\editwizard.py
zope\app\browser\form\schemadisplay.py
zope\app\browser\form\tests\test_editview.py:
- add test_update_via_adapter
- add test_setUpWidget_via_conform_adapter
=== Zope3/doc/CHANGES.txt 1.511 => 1.512 ===
--- Zope3/doc/CHANGES.txt:1.511 Tue Feb 24 22:47:13 2004
+++ Zope3/doc/CHANGES.txt Wed Feb 25 08:22:52 2004
@@ -46,6 +46,9 @@
- Validation of object field fixed (zope.schema.Object). Validate only
attributes of the schema that are implemented as fields.
+ - Security-proxied adapter support for the form framework. It provides
+ LocationProxies for all adapters which do not implement ILocation itself.
+
Restructuring
- Rearranged the package hierarchy below zope.app.
More information about the Zope3-Checkins
mailing list