Plone.app.contenttypes

Latest version: v4.0.1

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

Scan your dependencies

Page 8 of 18

2.0.3

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

Bug fixes:


- Detect whether a webdav request is RFC822 or pure payload and handle accordingly. (2781)

2.0.2

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

Bug fixes:


- Fix robots test after dropdownnavigation is enabled for new sites. [pbauer]
(511)

2.0.1

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

Bug fixes:


- Following the rename of the lead image and rich text behaviors, use the new
setting of plone.behavior to register their ``former_dotted_names``, so that
consumers that have stored the old dotted name have a chance of recovering.
This is especially needed for plone.app.versioningbehavior, see `issue
<https://github.com/plone/plone.app.versioningbehavior/pull/45>` [pysailor]
(480)
- Fixed sorting error after Changing the base class for existing objects. see
`issue <https://github.com/plone/plone.app.contenttypes/issues/487>`
[jianaijun] (497)
- Fix for folder view when there is one item more than the batch size. see
`issue <https://github.com/plone/plone.app.contenttypes/issues/500>`
[reinhardt] (500)
- replace catalog_get_all(catalog) with catalog.getAllBrains() [pbauer] (503)

2.0.0

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

Breaking changes:

- ILeadImageBehavior and IRichTextBehavior behaviors now have proper "Marker"-Interfaces.
As this was only possible by renaming the schema adapter to *Behavior* to
not break with implementations inside the collective, the FTI-behavior-definition
has changed:

- ``plone.app.contenttypes.behaviors.leadimage.ILeadImage``
becomes
``plone.app.contenttypes.behaviors.leadimage.ILeadImageBehavior``
and
- ``plone.app.contenttypes.behaviors.richtext.IRichText``
becomes
``plone.app.contenttypes.behaviors.richtext.IRichTextBehavior``

[iham]

New features:

- By using correct (Marker-)Interfaces for the ILeadImage and IRichText,
the factories are now working properly and can be reconfigured
wherever you might need them. ZCA FTW!
[iham]
- Use human_readable_size from Products.CMFPlone.utils to replace getObjSize
script. 1801
[reinhardt]

Bug fixes:

- The ``Format`` accessor should actually return the ``format`` attribute
(see plone/Products.CMFPlone2540)
[ale-rt]

- Fix resource warnings.
[davisagli]

1.4.12

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

Breaking changes:

- ILeadImage and IRichText behaviors now have proper "Marker"-Interfaces.
As this was only possible by renaming the schema adapter to *Behavior* to
not break with implementations inside the collective, the FTI-behavior-definition
has changed:

- ``plone.app.contenttypes.behaviors.leadimage.ILeadImage``
becomes
``plone.app.contenttypes.behaviors.leadimage.ILeadImageBehavior``
and
- ``plone.app.contenttypes.behaviors.richtext.IRichText``
becomes
``plone.app.contenttypes.behaviors.richtext.IRichTextBehavior``

[iham]

New features:

- By using correct (Marker-)Interfaces for the ILeadImage and IRichText,
the factories are now working properly and can be reconfigured
wherever you might need them. ZCA FTW!
[iham]

Bug fixes:

- Fix folder layout property migration. The default listing_view layout was
always set if a folder didn't have a layout property.
Also a default_page property could be inherited from parent folders or
the Plone Siteroot, causing 'front-page' default_pages on many folders.
Now only a direct layout property is copied and in that case on the local
default_page if set is copied again.
see `issue 444 <https://github.com/plone/plone.app.contenttypes/issues/444>`
[fredvd]

- Fixed false implemented Factories and Markers for ILeadImage and IRichText.
see `issue 457 <https://github.com/plone/plone.app.contenttypes/issues/476>`
[iham]

- Fixed Tests for collection and migration.
see `issue <https://github.com/plone/plone.app.contenttypes/issues/477>`
[iham]

- Pinned pydocstyle as it broke buildout.
[iham]

- pep8 cleanup.
[iham]

- Fix various issues in py3
[pbauer]

1.4.11

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

Bug fixes:

- Fix SearchableText in Python 3
[pbauer]

- Skip migration tests if ATContentTypes is not installed.
[davisagli]

- check if a contentrule exists before assignment on migration
[MrTango]

Page 8 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.