{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "This package provides the old form framework for Zope 3. It also\nimplements a few high-level ZCML directives for declaring forms. More\nadvanced alternatives are implemented in ``zope.formlib`` and\n``z3c.form``. The widgets that were defined in here were moved to\n``zope.formlib``. Version 4.0 and newer are maintained for backwards\ncompatibility reasons only.\n\n\n\nDetailed documentation:\n\n\n=======\nCHANGES\n=======\n\n5.1.0 (2018-10-22)\n==================\n\n- Add support for Python 3.7.\n\n\n5.0.0 (2017-04-27)\n==================\n\n- Add support for PyPy, Python 3.4, 3.5 and 3.6.\n\n4.0.2 (2010-01-22)\n==================\n\n- Seems like 4.0.1 was released already. Brown bag.\n\n4.0.1 (2010-01-08)\n==================\n\n- Import 'escape' for backwards compatibility as packages turn out to be\n importing this too, even though it's actually from the Python standard\n library.\n\n- Widget documentation is now on PyPI too.\n\n4.0 (2010-01-08)\n================\n\n- The widget implementations have been moved to zope.formlib. This\n makes this package depend on zope.formlib. The dependency of zope.formlib\n on this package has been broken.\n\n3.12.1 (2009-12-22)\n===================\n\n- Added missing zope.datetime dependency.\n\n3.12.0 (2009-12-22)\n===================\n\n- Use zope.browserpage in favor of zope.app.pagetemplate.\n\n3.11.1 (2009-12-22)\n===================\n\n- Prefer zope.testing.doctest over doctestunit and adjust test output to newer\n zope.schema release.\n\n3.11.0 (2009-12-18)\n===================\n\n- Use zope.component.testing in favor of zope.app.testing where possible.\n\n- Define dummy standard_macros for test purposes. This reduces the test\n dependencies by zope.app.basicskin and zope.browserresource.\n\n- Removed the zope.app.container and zope.app.publisher testing dependencies.\n\n- Refactored code to remove zope.app.component dependency.\n\n- Made the tests independent of zope.app.locales.\n\n- Reduce zope.app test dependencies by avoiding zope.app.securitypolicy and\n zope.app.zcmlfiles.\n\n3.10.0 (2009-12-17)\n===================\n\n- Avoid the ``zope.app.basicskin`` dependency, by defining our own FormMacros.\n\n3.9.0 (2009-10-08)\n==================\n\n- Internationalized 'Invalid value' used with ConversionError\n- Added dependency on transaction and test dependency on zope.app.component.\n- Moved dependencies on ZODB3 and zope.location to the test extra.\n- Reduced the dependency on zope.app.publisher to a dependency on\n zope.browsermenu plus a test dependency on zope.browserpage.\n\n3.8.1 (2009-07-23)\n==================\n\n- Fix unittest failure due to translation update.\n\n3.8.0 (2009-05-24)\n==================\n\n- Use standard properties instead of `zope.cachedescriptors`.\n\n- Require `zope.browser` 1.1 instead of `zope.app.container` for IAdding.\n\n3.7.3 (2009-05-11)\n==================\n\n- Fixed invalid markup.\n\n3.7.2 (2009-03-12)\n==================\n\n- Fixed bug where OrderedMultiSelectWidget did not respect the widgets\n size attribute.\n\n- Fixed bug in SequenceWidget where it crashed while trying to iterate\n a missing_value (None in most of cases) on _getRenderedValue.\n\n- Adapt to removal of deprecated interfaces from zope.component.interfaces.\n The IView was moved to zope.publisher and we use our custom IWidgetFactory\n interface instead of removed zope.component.interfaces.IViewFactory.\n\n- Fix tests to work on Python 2.6.\n\n3.7.1 (2009-01-31)\n==================\n\n- Adapt to the upcoming zope.schema release 3.5.1 which will also silence the\n spurious `set` failures.\n\n3.7.0 (2008-12-11)\n==================\n\n- use zope.browser.interfaces.ITerms instead of zope.app.form.browser.interfaces\n\n- Depending on zope.schema>=3.5a1 which uses the builtin ``set`` instead of the\n ``sets`` module.\n\n\n3.6.4 (2008-11-26)\n==================\n\n- The URIDisplayWidget doesn't render an anchor for empty/None values.\n\n\n3.6.3 (2008-10-15)\n==================\n\n- Get rid of deprecated usage of LayerField from\n zope.app.component.back35, replaced by\n zope.configuration.fields.GlobalInterface.\n\n3.6.2 (2008-09-08)\n==================\n\n\n- Fixed restructured text in doc tests to unbreak the PyPI page.\n\n(3.6.1 skipped due to a typo)\n\n\n3.6.0 (2008-08-22)\n==================\n\n- Dropdown widgets display an item for the missing value even if the field is\n required when no value is selected. See zope/app/form/browser/README.txt on\n how to switch this off for BBB.\n\n- Source select widgets for required fields are now required as well. They\n used not to be required on the assumption that some value would be selected\n by the browser, which had always been wrong except for dropdown widgets.\n\n\n3.5.0 (2008-06-05)\n==================\n\n- Translate the title on SequenceWidget's \"Add