Plone.schemaeditor

Latest version: v4.0.4

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 10

1.3.0

------------------

- Use a *set* of choice fields for the "multiple choice" field option in the UI,
instead of a *list* of choice fields. The latter is orderable and is a less
common use case (plus we need a better widget for it).
[davisagli]

- Make it possible for schema contexts to restrict the fields that can be added
by defining an allowedFields property.
[davisagli]

- Add more specific events for when a field is added or removed.
[davisagli]

- I18n improved by adding many missing strings
[giacomos]

1.2.1

------------------

* Use zope.lifecycleevent.
[hannosch]

* The field edit form now respects autoform hints. Additional schemata can
be provided by registering an adapter of the schema context and field to
``plone.schemaeditor.interfaces.IFieldEditorExtender``.
[davisagli]

1.2.0

------------------

* Display fields from behaviors in the schema preview too.
[davisagli]

* Prevent the user from creating fields with names that are reserved for
Dublin Core metadata. ``title`` and ``description`` can still be used
as long as the fields are of the correct type.
[davisagli]

* Remove unhelpful help text for min_length and max_length fields.
[davisagli]

* The schema listing preview now respects autoform hints (such as custom
widgets).
[davisagli]

* Make new boolean fields use the radio widget by default. The field now
appears as "Yes/No" in the list of field types.
[davisagli]

* Hide the 'read only' setting for fields.
[davisagli]

* Edit field defaults from the schema listing instead of in the field
overlays. This simplifies making sure that the default can't be set
to invalid values.
[davisagli]

* Limit the height of text areas in the schema listing to avoid extra
scrolling.
[davisagli]

* Fall back to normal traversal if a field isn't found when traversing the
schema context. This fixes inline validation for forms on the schema
context.
[davisagli]

* Make it possible to make the schemaeditor not be the default view of the
schema context, by specifying the ``schemaEditorView`` attribute on the
schema context.
[davisagli]

* Added Spanish translation.
[hvelarde]

1.1.2

------------------

* Add .mo files which were missing in 1.1.1.
[davisagli]

1.1.1

------------------

* Added internationalization and extracted messages for main languages.
[thomasdesvenain]

* Added French translation.
[thomasdesvenain]

* Added Italian translation.
[giacomos]

1.1

----------------

* Avoid errors when expanding the range of `min` and `max` attributes on a
field, and when entering a `default` outside the range.
[davisagli]

* Validate input for the `default` attribute of Choice fields based on the
field's vocabulary.
[davisagli]

* Removed support for setting the `missing_value` attribute of fields through
the web.
[davisagli]

* Add a date-only field with no time component.
[davisagli]

* Bugfix: Validate short names of fields.
[davisagli]

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.