pip: 23.3.1 → 23.3.2 -------------------- setuptools: 69.0.2 → 69.0.3 --------------------------- Plone: 6.0.9 → 6.1.0a1 ---------------------- New features: - Depend on plone.app.discussion here, this makes it an core addon. [jensens] - Depend on plone.app.multilingual here, this makes it an core addon. [jensens] plone.alterego: 2.0.0 → 2.0.1 ----------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8) plone.app.content: 4.1.0 → 4.1.1 -------------------------------- New features: - Change import from deprecated ``plone.app.widgets`` to ``plone.app.z3cform`` [petschki] (#259) plone.app.iterate: 5.0.2 → 5.0.3 -------------------------------- Internal: - Update configuration files. [plone devs] (cfffba8c) plone.app.layout: 4.0.7 → 4.0.8 ------------------------------- Bug fixes: - Fix KeyError `time` when missing workflow variables are added later. Fixes `issue 357 `_. [maurits] (#357) plone.app.locales: 6.0.18 → 6.0.19 ---------------------------------- - Update po files [erral] plone.app.multilingual: 7.0.3 → 8.0.3 ------------------------------------- Breaking changes: - Make a core add-on by adding `Products.CMFPlone` to package dependencies. [@folix-01] (#417) Bug fixes: - Fixing placement of save and cancel buttons by not having javascript screw up their position (#435) - Fixing disconnection of translations [gogobd] (#437) - Fix setting Indonesian language cookie on site root: must be ``id``, not ``id-id``. [maurits] (#304) - Do not unset the language on the Indonesian root language folder when saving the control panel. This language has ``id`` as code. This is not allowed as an id in Plone, so it is created as ``id-id`` instead. This needs some special handling. Added upgrade to recursively fix this language folder to set the Indonesian language. This is only done when the folder itself has the wrong language. [maurits] (#304) - Root language switcher: redirect to ``id-id`` if the Indonesian language is preferred. [maurits] (#304) - Fix ``set_recursive_language`` to actually find child objects. [maurits] (#304) Internal: - Update configuration files. [plone devs] (dd37b9f9) - Removed obsolete deprecation warning. (#440) plone.app.portlets: 5.0.6 → 5.0.7 --------------------------------- Internal: - Update configuration files. [plone devs] (7723aeaf) plone.app.redirector: 3.0.1 → 3.0.2 ----------------------------------- Internal: - Update configuration files. [plone devs] (7723aeaf) plone.app.relationfield: 3.0.3 → 3.0.4 -------------------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8) plone.app.testing: 7.0.1 → 7.0.2 -------------------------------- Internal: - Update configuration files. [plone devs] (cfffba8c) plone.app.textfield: 2.0.0 → 2.0.1 ---------------------------------- Internal: - Update configuration files. [plone devs] (55bda5c9) plone.app.theming: 5.0.6 → 5.0.7 -------------------------------- Bug fixes: - Traverse to theme resources from the portal. Fix broken theme when rendering accessible content contained in an inaccessible navigation-root. Fixes #142 [pbauer] (#142) plone.app.upgrade: 3.0.8 → 3.1.2 -------------------------------- New features: - Added upgrade to 6100, Plone 6.1.0a1. [maurits] (#6100) Bug fixes: - Remove Archetypes modifiers from portal_modifier early in Plone 6.0 alpha. CMFEditions already tried to do this, but this might fail in a corner case. [maurits] (#6003) plone.app.uuid: 2.2.2 → 2.2.3 ----------------------------- Internal: - Update configuration files. [plone devs] (7723aeaf) plone.app.versioningbehavior: 2.0.1 → 2.0.2 ------------------------------------------- Bug fixes: - Update configuration. [plone devs] (#12345) plone.app.vocabularies: 5.0.4 → 5.0.5 ------------------------------------- Internal: - Update configuration files. [plone devs] (cfffba8c) plone.app.z3cform: 4.3.0 → 4.4.0 -------------------------------- New features: - Add `row` container to enable column layouts for fields with `wrapper_css_class`. [petschki] (#158) - Implement new ``z3c.form`` extensible attributes feature and cleanup widget templates using Chameleon interpolation. [petschki] (#181) Bug fixes: - Add missing widget configuration for `plone.schema.jsonfield.IJSONField`. [petschki] (#185) plone.autoform: 2.0.1 → 2.0.2 ----------------------------- Internal: - Update configuration files. [plone devs] (55bda5c9) plone.behavior: 2.0.0 → 2.0.1 ----------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8) plone.dexterity: 3.0.3 → 3.0.4 ------------------------------ Internal: - Update configuration files. [plone devs] (6e36bcc4) plone.folder: 4.0.0 → 4.0.1 --------------------------- Bug fixes: - Fix partial ordering tests. [maurits] (#23) Internal: - Update configuration files. [plone devs] (55bda5c9, 6e36bcc4) plone.formwidget.recurrence: 3.0.3 → 3.0.4 ------------------------------------------ Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf, 910666c7) plone.indexer: 2.0.0 → 2.0.1 ---------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.keyring: 4.0.0 → 4.0.1 ---------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.locking: 3.0.0 → 3.0.1 ---------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.portlet.static: 4.0.1 → 4.0.2 ----------------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.portlets: 3.0.0 → 3.0.1 ----------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8) plone.protect: 5.0.0 → 5.0.1 ---------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.registry: 2.0.0 → 2.0.1 ----------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.resource: 3.0.0 → 3.0.1 ----------------------------- Internal: - Update configuration files. [plone devs] (047ec50d, 6e36bcc4) plone.rest: 4.1.2 → 4.1.3 ------------------------- Internal: - Update configuration files. [plone devs] (93e1ab65) plone.restapi: 9.2.1 → 9.4.0 ---------------------------- New features: - Translate validation error messages in the deserializer. @wesleybl (#1742) - Give Site Administrator permission to manage users. To make this possible, we now check the "plone.app.controlpanel.UsersAndGroups" permission instead of "cmf.ManagePortal" in a lot of operations in the users and groups endpoints. @wesleybl (#1712) Internal: - Use Python 3.12.0 in tests to work around https://github.com/python/cpython/issues/113267. @wesleybl (#1740) plone.rfc822: 3.0.0 → 3.0.1 --------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8, 6e36bcc4) plone.staticresources: 2.1.9 → 2.2.0a4 -------------------------------------- New features: - Update TinyMCE to version 6. [petschki] (#307) Bug fixes: - Update Bootstrap Icons -> 1.11.3. Upgrade dependencies. [petschki] (#317) - Upgrade dependencies and maintenance. [petschki] (#315) - Fix image/link modals when more than one TinyMCE instance is in the form. See https://github.com/plone/mockup/issues/1351 [petschki] (#310) plone.stringinterp: 2.0.1 → 2.0.2 --------------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.subrequest: 2.0.4 → 2.0.5 ------------------------------- Internal: - Update configuration files. [plone devs] (cfffba8c) plone.supermodel: 2.0.3 → 2.0.4 ------------------------------- Internal: - Update configuration files. [plone devs] (55bda5c9, 6e36bcc4) plone.transformchain: 3.0.0 → 3.0.1 ----------------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) plone.uuid: 2.0.0 → 2.0.1 ------------------------- Internal: - Update configuration files. [plone devs] (237ff4c8, 6e36bcc4) plone.volto: 4.2.0 → 4.2.1 -------------------------- Bug fixes: - Fix changed behavior and marker interfaces for plone.leadimage and plone.richtext. See: https://github.com/plone/plone.app.contenttypes/pull/480 @thet (#133) - Avoid accidental acquisition in ``block_types`` indexer. @davisagli (#137) plonetheme.barceloneta: 3.1.7 → 3.2.0a3 --------------------------------------- New features: - Upgrade TinyMCE styles to version 6 [petschki] #350 Bug fixes: - pat-plone-modal works fine now and also this would remove "nav-link dropdown-item" classes, unstyling the menu entries [yurj] #358 - Sticky formControls in edit forms. Dependency updates. [petschki] #361 - Sanitize color variables to more Bootstrap like approach with main `$primary` color. [petschki] #251 - Upgrade dependencies. [petschki] #356 Products.CMFEditions: 4.0.2 → 4.0.3 ----------------------------------- Internal: - Update configuration files. [plone devs] (cfffba8c) Products.CMFPlone: 6.0.9 → 6.1.0a1 ---------------------------------- New features: - Remove deprecated ``plone.app.widgets`` [petschki] #3686 - Add `plone-61` as zcml feature, and define `PLONE61MARKER` as True. [maurits] #6100 - Explicitly disable ``Products.CMFCore.explicitacquisition`` in Plone 6. [jaroel] explicitacquisition - Register site syndication settings from plone.base instead of CMFPlone. [maurits] #315 - Remove the plone.app.multilingual dependency [@folix-01] #3779 - Do not use `UniqueObject` class for `PlonePortal` [petschki] #3823 - Fix deprecated imports. [petschki] #3830 - avoid searching all users after group editing, when many_users is flagged @mamico #3845 - Updated metadata version to 6100. [maurits] #6100 - Updated metadata version to 6019. [maurits] #6019 Bug fixes: - Make PloneSite have IContentish again. @Akshat2Jain @jaroel #3833 - Fix problem when adding a Plone site with a custom INonInstallable utility without a getNonInstallableProfiles method. Fixes: #3862. #3862 - Update `@@test-rendering-cheatsheet` to Bootstrap 5.3 features including color mode switcher. [petschki] #3870 - Corrected the name in a button and help text to "Classic UI" when creating a Plone site. @1letter #3873 - Correct the behavior interface for lead image in the syndication adapter. [thet] #3875 - Change adapts to @adapter decorator. [thet] #3876 - Handle catalog queries with parenthesis inside quotes [erral] #3879 - Deprecate `get_production_resource_directory` since it is not used anywhere in core. [@jensens] #3887 - Add data-bundle="diazo" back, for backward compatibility with backend.xml (Classic UI). Add a data-bundle="plonecustomcss" also for @@custom.css stylesheet [yurj] #3890 Internal: - cleanup: remove `mock` from test dependencies. @jairhenrique #3857 Products.isurlinportal: 2.0.1 → 2.0.2 ------------------------------------- Internal: - Update configuration files. [plone devs] (6e36bcc4, 7723aeaf) Products.PortalTransforms: 4.0.1 → 4.0.2 ---------------------------------------- Internal: - Update configuration files. [plone devs] (80cf330f) five.customerize: 2.1.0 → 3.0.0 ------------------------------- - Drop support for Python < 3.7. - Add support for Python 3.11. Products.CMFCore: 3.2 → 3.3 --------------------------- - Add support for Python 3.12. - ZMI: added limit of folderish objects for customizing and handling SVG files as FSImage showing a preview. (`#130 `_) Products.CMFUid: 4.1 → 4.2 -------------------------- - Fix ``DeprecationWarning``: import ``IObjectAddedEvent`` from ``zope.lifecycleevent``. Products.GenericSetup: 3.0.1 → 3.0.2 ------------------------------------ - Use ``component`` in the serialization of utility registrations if the registered component is a "global object". Fixes `#6 _`. Products.PluggableAuthService: 2.8.1 → 3.0 ------------------------------------------ - Drop support for Python 2.7, 3.5, 3.6. - Drop ``zserver`` extra in ``setup.py``. Thus dropping FTP support. - Drop support for ``Zope < 5``. z3c.form: 4.3 → 5.1 ------------------- - HTMLFormElement.attributes: Allow to extend HTML attributes programmatically. - Add support for Python 3.11. - Drop support for Python 2.7, 3.5, 3.6. - Drop deprecated support for ``python setup.py test``. - HTMLFormElement.addClass: Improve removal of duplicates. It's now possible to add multiple classes as whitespace separated string and still detect class duplicates. attrs: 23.1.0 → 23.2.0 ---------------------- feedparser: 6.0.10 → 6.0.11 --------------------------- importlib-resources: 5.13.0 → 6.1.1 ----------------------------------- jsonschema-specifications: 2023.11.2 → 2023.12.1 ------------------------------------------------ lxml: 4.9.3 → 4.9.4 ------------------- Markdown: 3.5.1 → 3.5.2 ----------------------- referencing: 0.31.1 → 0.32.1 ---------------------------- trio: 0.23.1 → 0.24.0 --------------------- typing-extensions: 4.8.0 → 4.9.0 -------------------------------- Unidecode: 1.3.7 → 1.3.8 ------------------------ wcwidth: 0.2.12 → 0.2.13 ------------------------