Zope 5.8.1 → 5.8.2 ------------------ - Allow ``ZPublisher`` to handle both a query string and a request body; the request parameters from the query string are made available in the request attribute ``form`` (a ``dict``), the request body can be accessed via the request keys ``BODY`` (a ``bytes`` object) or ``BODYFILE`` (a file like object). Fixes `#1122 `_. - Support access to the request's ``BODY`` key for WSGI servers which hand over an unseekable request body (such as e.g. ``Gunicorn``). Fixes `#1125 `_. - Do not break on GET requests that pass a query string and a `Content-Type` header. For details see `#1117 `_. - Implement code change suggestions from CodeQL scanning. - Added Japanese translations for some Sphinx docs (`#1109 `_) - Update to newest compatible versions of dependencies. - Update zope.ini.in skel to support log paths that use backslashes. (`#1106 `_) Plone: 6.0.4 → 6.0.5 -------------------- plone.api: 2.0.2 → 2.0.3 ------------------------ Bug fixes: - Create relation only if there is no existing one with same source, target, relationname. But mark source as modified. @ksuess (#507) plone.app.caching: 3.0.5 → 3.1.1 -------------------------------- New features: - Update the resourceRegistries ETag to use the config registry modification time. This time is set since Plone 6.0.4. Fixes `issue 93 `_. [maurits] #93 Tests - Changed hardcoded test date to June instead of May to temporarily fix a testing error. See `issue 127 `_. Needs a proper fix within a month. [maurits] #127 plone.app.contentmenu: 3.0.1 → 3.0.2 ------------------------------------ Bug fixes: - Add description to actions' menu items [kshitiz305] (#24) - Show workflow state title also when the toolbar is at the top. [maurits] (#49) plone.app.contenttypes: 3.0.2 → 3.0.3 ------------------------------------- Bug fixes: - extends the the calculation of url if resolveuid part of link in LinkRedirectView @1letter (#626) - Remove the unused dependency plone.app.event [@folix-01] (#663) plone.app.dexterity: 3.0.5 → 3.1.1 ---------------------------------- New features: - Content types control panel: Show behavior name and interface. @ksuess, @stevepiercy (#363) Bug fixes: - Fix transitive circular dependency on `plone.app.layout`. Use moved imports in `plone.base`. Move `plone.app.layout.nextprevious.interfaces.INextPreviousProvider` to `.behaviors.nextprevious`. Move defaultpage warning viewlet to `plone.app.layout`. [@jensens] (fix-circular-dep-palayout) plone.app.layout: 4.0.3 → 4.0.5 ------------------------------- Bug fixes: - Deprecate moved `getNavigationRoot` and `getNavigationRootObject` in `plone.app.layout.navigation.root`. This was already moved earlier as `get_navigation_root` and `get_navigation_root_object` to `plone.base.navigationroot`. [@jensens] (deprecate-navigationtroot) - Fix transitive circular dependencies in `plone.app.layout`. Move `.nextprevious.INextPreviousProvider` to `plone.app.dexterity.behaviors.nextprevious` and put BBB import into place. Move the default page warning viewlet from `plone.app.dexterity.browser:default_page_warning.pt` with it's ZCML to `plone.app.layout.viewlets`. [@jensens] (fix-circular-dep-padexterity) - Bring back all HTML attributes for actions. [gforcada] (#340) - Remove dead code for Archetypes relations lookup. [@jensens] (rm-archetypes-code) - Add another unused `get_translations` method to deprecated ones. Circula dependency on plone.app.multilingual is only for unused deprecated methods. Move it's imports into methods-body and remove dependency from setup.py. [@jensens] (rm-dep-pamultilingual) plone.app.locales: 6.0.13 → 6.0.14 ---------------------------------- - Fix wrongly placed icons in sharing screen translations. Fixes #381. Thanks @petschki [erral] - Update some default messages after running codespell [erral] plone.app.portlets: 5.0.3 → 5.0.5 --------------------------------- Bug fixes: - Add css-class to better style actions. [pbauer] (#127) - Fix circular dependency on `plone.app.event`. [@jensens] (fix-circular-dependency) plone.app.querystring: 2.0.2 → 2.0.4 ------------------------------------ Bug fixes: - Fix a circular transitive dependency to `plone.app.querystring`. New direct dependency explicit on `plone.app.vocabularies`. Move `plone.app.querystring.catalog.CatalogVocabularyFactory` to `.vocabularies`, move the ZCML to register the factory, move the the test. Move `plone.app.querystring.utils.parse_query` with new name `parseAndModifyFormquery` to `.queryparser`. [@jensens] (fix-circular-dep-pavocabularies) - Fix cyclic dependency, do not depend on `plone.app.layout`. [@jensens] (rm-cyclic-dep) plone.app.upgrade: 3.0.4 → 3.0.5 -------------------------------- Bug fixes: - Fix TinyMCE problem: Tools and View do not show up in menubar. The menubar contained "toolsview" instead. [maurits] (#3785) - Added upgrade to 6016, Plone 6.0.5. [maurits] (#6016) plone.app.viewletmanager: 4.0.1 → 4.0.2 --------------------------------------- Bug fixes: - Remove transitive circular dependency on `plone.app.vocabularies`. [@jensens] (fix-circular-dependency) plone.app.vocabularies: 5.0.2 → 5.0.3 ------------------------------------- Bug fixes: - Fix a circular dependency to `plone.app.querystring`. Move `.catalog.CatalogVocabularyFactory` to `plone.app.querystring.vocabularies`, move the ZCML to register the factory, move the the test and put BBB code with deprecation wanring into place. Move `.utils.parse_query` with new name `parseAndModifyFormquery` to `plone.app.querystring.queryparser` and put BBB code with deprecation wanring into place. [@jensens] (fix-circular-dep-paquerstring) plone.app.z3cform: 4.0.3 → 4.2.0 -------------------------------- New features: - Move storage utility to plone.namedfile to break a dependency cycle between the two. [gforcada] (#3764) - Merge utils and base classes from ``plone.app.widgets`` and do not depend on it anymore. [petschki] (#19) Bug fixes: - Remove invalid unicode control characters for `TextareaWidget` [petschki] (#167) plone.base: 1.1.2 → 1.1.3 ------------------------- Bug fixes: - Move test for navigationroot from plone.app.layout and refactor. [@jensens] (move-navroot-test) plone.batching: 2.0.4 → 2.0.5 ----------------------------- - Update configuration files. [plone devs] (12f48b08, 50c0e759) plone.intelligenttext: 3.1.0 → 4.0.0 ------------------------------------ Breaking changes: - Update configuration files. [plone devs] (2ed8f544) plone.keyring: 3.2.1 → 4.0.0 ---------------------------- Breaking changes: - Update configuration files. [plone devs] (2ed8f544) plone.namedfile: 6.0.1 → 6.1.0 ------------------------------ New features: - Move ``Zope2FileUploadStorable`` code from plone.app.z3cform to here to break a cyclic dependency. [gforcada] (#3764) Bug fixes: - Fix picture tag when original image is used instead of a scale. [maurits] (#142) plone.registry: 1.2.1 → 2.0.0 ----------------------------- Breaking changes: - Update configuration files. [plone devs] (a864b30f) plone.resource: 2.1.4 → 3.0.0 ----------------------------- Breaking changes: - Update configuration files. [plone devs] (2a4ba395) plone.resourceeditor: 3.0.4 → 4.0.0 ----------------------------------- Breaking changes: - Update configuration files. [plone devs] (2a4ba395) plone.restapi: 8.37.0 → 8.39.1 ------------------------------ New features: - Create relations service. Query, add, delete. @ksuess (#1432) - Add portal_type title (`type_title`) to content response @razvanMiu @nileshgulia1 (#1355) - Added support for nested schemas with resolveuid deserializer @JeffersonBledsoe (#1595) Bug fixes: - Fix possible startup error by explicitly loading ``plone.app.contentrules`` zcml. Also: only load code related to contentrules when this package is available. [maurits] (#1644) - Update buildout and requirements to Plone-6.0.4 @1letter (#1632) plone.rfc822: 2.0.2 → 3.0.0 --------------------------- Breaking changes: - Update configuration files. [plone devs] (a864b30f) plone.staticresources: 2.0.10 → 2.0.11 -------------------------------------- Bug fixes: - Upgrade to Mockup 5.0.11 and @patternslib/dev 3.3.1. [thet] (#282) - Use fixed versions instead of version ranges in package.json. Since plone.staticresources should contain deterministically reproducible builds use fixed versions and not version ranges in package.json. For example use `"@plone/mockup": "5.0.11"` instead of `"@plone/mockup": "^5.0.11"`. (#282) - Update bundles interfaces (from CMFPlone to plone.base) [gforcada] (#286) - Update Mockup `5.0.12 `_ [petschki] (#290) plone.theme: 3.0.7 → 4.0.0 -------------------------- Breaking changes: - Update configuration files. [plone devs] (2a4ba395) plone.transformchain: 2.0.2 → 3.0.0 ----------------------------------- Breaking changes: - Update configuration files. [plone devs] (3333c742) plone.uuid: 1.0.6 → 2.0.0 ------------------------- Breaking changes: - Update configuration files. [plone devs] (2ed8f544) Products.CMFPlone: 6.0.4 → 6.0.5 -------------------------------- Bug fixes: - Fix password validation tests. [tschorr] #3784 - membershipSearch in UsersGroupsControlPanelView should respect many_groups, many_users Option and empty Searchstring |1letter #3790 - Do not truncate the sortable_title index [erral] #3690 - Fix password validation tests. [tschorr] #3784 - Updated metadata version to 6016. [maurits] #6016 Internal: - Update configuration files. [plone devs] 2a5f5557 Products.PlonePAS: 8.0.0 → 8.0.1 -------------------------------- Bug fixes: - Translate error message, simplify error handling. [tschorr] (#75) Products.CMFCore: 2.7.0 → 3.0 ----------------------------- - SkinsTool: fix Find form with Zope ZMI (`#127 `_). - Drop support for Python 2.7, 3.5, 3.6. - Drop support for ``Zope 4.x``. - Make tests compatible with ``Zope >= 5.7.1``. z3c.formwidget.query: 1.0.0 → 2.0.0 ----------------------------------- Breaking changes: - Drop support for Python 2.7, 3.5, 3.6. New features: - Add support for Python 3.11. zope.keyreference: 5.0.0 → 6.0 ------------------------------ attrs: 22.2.0 → 23.1.0 ---------------------- importlib-metadata: 6.3.0 → 6.6.0 --------------------------------- mock: 5.0.1 → 5.0.2 ------------------- selenium: 4.8.3 → 4.9.0 -----------------------