SVN: zope.formlib/trunk/CHANGES.txt Whitespace, formatting
Christian Theune <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 87010: Whitespace, formatting Changed: U zope.formlib/trunk/CHANGES.txt -=- Modified: zope.formlib/trunk/CHANGES.txt =================================================================== --- zope.formlib/trunk/CHANGES.txt 2008-05-29 09:37:08 UTC (rev 87009) +++ zope.formlib/trunk/CHANGES.txt 2008-05-29 10:19:05 UTC (rev 87010) @@ -8,7 +8,7 @@ New Features ------------ -* Introduced ``zope.formlib.form.applyData`` which works like +- Introduced ``zope.formlib.form.applyData`` which works like ``applyChanges`` but returns a dictionary with information about which attribute of which schema changed. This information is then sent along with the ``IObjectModifiedEvent``. @@ -20,6 +20,7 @@ - The zope.formlib.form.Action class didn't fully implement zope.formlib.interfaces.IAction. + - zope.formlib.form.setupWidgets and zope.formlib.form.setupEditWidgets did not check for write access on the adapter but on context. This fixes https://bugs.launchpad.net/zope3/+bug/219948