From 9651616fcc29be46c8e8581e8bd8b02ca70ed52d Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 19 Sep 2023 00:03:24 +0200 Subject: [PATCH] Add missing changelog entries. Uses https://github.com/plone/plone.releaser/pull/61 --- release/changelog.txt | 104 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/release/changelog.txt b/release/changelog.txt index 2269add890..371fcf5209 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -25,6 +25,20 @@ plone.api: 2.0.3 → 2.0.4 ------------------------ Bug fixes: +- Do not run GitHub Actions tests twice. + Only run GitHub Actions tests when commiting directly against master or main or + opening a pull request agains master or main. This avoids to run the same test + suite for the same environment twice. + [thet] (#0) + +- Mockup TinyMCE settings: Remove unused AtD related views. + + Fix a test which was checking for "checkDocument" among other available views. + "checkDocument" was a TinyMCE endpoint for unmaintained "After the Deadline" + plugin, which is now removed. (#504) + +Documentation: + - Enhance API docs of `portal.translate` to show that the domain is optional in some cases. @thet (#510) @@ -42,6 +56,8 @@ Internal: plone.app.discussion: 4.0.1 → 4.0.2 ----------------------------------- +Internal: + - Update configuration files. [plone devs] (cfffba8c) @@ -50,6 +66,11 @@ plone.app.event: 5.0.1 → 5.1.0 ------------------------------ New features: +- Cache the events from the 'Upcoming Events' portlet + [frapell] (#351) + +Internal: + - Update configuration files. [plone devs] (5ed054fb) @@ -58,6 +79,11 @@ plone.app.layout: 4.0.6 → 4.0.7 ------------------------------- Bug fixes: +- Fix nested `li` tags after zpretty in `contentviews.pt` + [petschki] (#350) + +Internal: + - Update configuration files. [plone devs] (7723aeaf, cfffba8c) @@ -66,6 +92,11 @@ plone.app.linkintegrity: 4.0.1 → 4.0.2 -------------------------------------- Bug fixes: +- Remove outgoing 'isReferencing' RelationValues from catalog on deleting content item. + [ksuess] (#93) + +Internal: + - Update configuration files. [plone devs] (7723aeaf) @@ -134,6 +165,15 @@ plone.app.viewletmanager: 4.0.2 → 4.0.3 --------------------------------------- Bug fixes: +- Fix styles when toolbar is on top. + [petschki] (#29) + +- Only show one Hide or Show button per viewlet on the manage-viewlets page. + Make it clear that a viewlet is hidden by making it more subdued / opaque. + [maurits] (#3831) + +Internal: + - Update configuration files. [plone devs] (cfffba8c) @@ -157,6 +197,14 @@ New features: Bug fixes: +- Fix OrdereSelectWidget browser validation when the input is required. + [petschki] (#178) + +- Ignore form validation when `ignoreRequiredOnExtract` is set. + [petschki] (#179) + +Internal: + - Update configuration files. [plone devs] (cfffba8c) @@ -165,6 +213,12 @@ plone.base: 1.1.3 → 1.1.4 ------------------------- Bug fixes: +- Remove action property `modal` default value. + Fixes: https://github.com/plone/Products.CMFPlone/issues/3801 + [petschki] (#3801) + +Internal: + - Update configuration files. [plone devs] (1a7a3da3) @@ -174,6 +228,7 @@ plone.dexterity: 3.0.2 → 3.0.3 Bug fixes: - Respect locally allowed types when pasting objects [cekk] (#146) + - Fix a memory leak as reported in https://github.com/plone/Products.CMFPlone/issues/3829, changing interface declaration type as suggested by @d-maurer in https://github.com/plone/plone.dexterity/issues/186 [mamico] (#187) Internal: @@ -206,12 +261,19 @@ plone.outputfilters: 5.0.3 → 5.0.4 ---------------------------------- Bug fixes: +- Call registry once per filter rather than for each img tag. + [gotcha] (less_call_to_registry) + +Internal: + - Update configuration files. [plone devs] (7723aeaf) plone.recipe.zope2instance: 6.12.0 → 6.12.1 ------------------------------------------- +Documentation: + - Update README: for ``RotatingFileHandler`` ``maxCount`` is not a valid keyword argument. Use ``backupCount``. [gforcada] (#190) @@ -234,6 +296,22 @@ Bug fixes: - Make new release to add missing changelog entries for 8.43.1. [maurits] (#8431) +- Use incoming request to produce location for @tus-upload + [instification] (#1570) + +- Fix broken relations info. @ksuess (#1673) + +- Remove the hard code dependency by plone.app.multilingual, use it conditionaly instead + [@folix-01] (#1639) + +- Fix timezone of dates for revisions in the `@history` service. @davisagli (#1647) + +- Fix types expander in root for Plone 5.2 (for non-Dexterity Plone Site Root) @sneridagh (#1669) + +- Fix path2uid method, to handle suffix with non-traversable objects. @cekk @mamico (#1649) + +Documentation: + - Added translation code through expansion. @Akshat2Jain (#1374) - Restores formatting and fixes some MyST syntax from #1689. @stevepiercy (#1691) @@ -248,6 +326,16 @@ Bug fixes: - Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy (#1663) +Internal: + +- Fix test cleanup. @davisagli (#1680) + +- Updated package installation to use constraints.txt for black package, ensuring compatibility and consistent versions. @Akshat2Jain (#1671) + +- Update Makefile and buildout to use Plone 6.0.6. @davisagli (#1672) + +- Allow GHA tests to run on PRs from forks. @Akshat2Jain (#1656) + plone.schemaeditor: 4.0.3 → 4.0.4 --------------------------------- @@ -261,6 +349,13 @@ plone.session: 4.0.3 → 4.0.4 ---------------------------- Bug fixes: +- Do not set an auth cookie after password reset, unless the user is authenticated. + Otherwise anonymous users will be logged in immediately, even when autologin after password reset is false. + Fixes `issue 3835 `_. + [maurits] (#3835) + +Internal: + - Update configuration files. [plone devs] (7723aeaf) @@ -275,6 +370,11 @@ Bug fixes: - Upgrade various dependencies. [petschki] (#300) +- Update mockup=5.1.2 + [petschki] (#299) + +Internal: + - Update configuration files. [plone devs] (cfffba8c) @@ -336,12 +436,16 @@ Tests: Products.PlonePAS: 8.0.1 → 8.0.2 -------------------------------- +Internal: + - Update configuration files. [plone devs] (cfffba8c) Products.statusmessages: 5.0.5 → 5.0.6 -------------------------------------- +Internal: + - Update configuration files. [plone devs] (cc314a2b)