All Versions
30
Latest Version
Avg Release Cycle
58 days
Latest Release
568 days ago

Changelog History
Page 2

  • v5.2.2.rc3 Changes

    August 16, 2020

    ๐Ÿ› Bug fixes:

    • Return a Zope aware engine for page templates based on zope.pagetemplate instead of Products.PageTemplates. Fixes possible problems with such templates, for example z3c.form ones, with Zope 4.4 and higher. See issue 3141 <https://github.com/plone/Products.CMFPlone/issues/3141>_. maurits
    • ๐Ÿ“ฆ Depend on new package Products.isurlinportal. This contains the isURLInPortal method that was split off from our URLTool. See issue 3150 <https://github.com/plone/Products.CMFPlone/issues/3150>_. maurits
    • Redirection view: refactor our navigation root editing to a separate method edit_for_navigation_root. Since Plone 5.2 the redirectiontool respects INavigationroot: with a manual redirect you cannot enter a path starting with / which 'escapes' the NavigationRoot to the SiteRoot to link to another part of the Plone instance. This refactor makes it possible to override this method to return the redirection unchanged, brining back the pre Plone 5.2 behavior of the Products.RedirectionTool add-on. maurits
    • Control panel configlets: first check visibility, then check condition. Visibility is cheaper to check. Also fixes bug 3154 <https://github.com/plone/Products.CMFPlone/issues/3154>_. maurits
  • v5.2.2.rc2 Changes

    July 17, 2020

    ๐Ÿ› Bug fixes:

    • Fix an issue in mail_password_template.pt in the message showing the ip to really try the request.REMOTE_ADDR variable if request.HTTP_X_FORWARDED_FOR is empty (when you're not behind apache or nginx). vincentfretin
    • ๐Ÿ”ง mail_password form: Do not crash if the userid is not provided or the user doesn't have an email configured frapell
  • v5.2.2.rc1 Changes

    June 28, 2020

    ๐Ÿ†• New features:

    • ๐Ÿ‘ Image caption support Allow figcaption in rich text editor as a valid tag. Add registry setting for plone.image_caption outputfilter transform. thet
    • โž• Add markdown extension settings to markup control panel. thomasmassmann
    • Insert virtual custom.css bundle into the header after diazo bundle. Only add this when custom css is set in the theming control panel. MrTango

    ๐Ÿ› Bug fixes:

    • ๐Ÿ”„ Change control panel item sorting and sort them by title erral
    • โšก๏ธ Update HTMLFilter settings to enable TinyMCE styling features. See #2329, #2482, #2535 petschki
    • If 'tinymce-content-css' option is missing in themes manifest.cfg prevent unnecessary loading of a css at nav_root_url while editing a page. krissik
    • Redirect (when possible) also ajax requests and do not return an unuseful body ale-rt
    • ๐Ÿš‘ Merge Hotfix20200121 Check of the strength of password could be skipped. (#3021)
    • ๐Ÿš‘ Merge Hotfix20200121: isURLInPortal could be tricked into accepting malicious links. (#3021)
    • ๐Ÿ‘Œ Improve tests for the workflow tool method listWFStatesByTitle (#3032)
    • ๐Ÿ›  Fix index_html on PortalRoot: ReplaceableWrapper did not work. jensens
    • Allow accessing plone_view.patterns_settings. This was no problem until now, but a newer Zope/zope.tales/Chameleon is rightly stricter. maurits
    • ๐Ÿ›  Fix Python 3.8 time.clock removal in CatalogTool jensens
    • ๐Ÿ›  Fixed TypeError when adding both a group and a user to a group. maurits
    • ๐Ÿ‘‰ Make the resource registry scripts output more robust when a bundle resource is missing. This prevents breaking your whole Plone site and access to the resource registry control panel after inserting one missing resource. fredvd
    • ๐Ÿ›  Bugfix for #3103 petschki
    • ๐Ÿ›  Fixed saving ignored exception types in Python 3. maurits
  • v5.2.1 Changes

    January 13, 2020

    ๐Ÿ†• New features:

    • โž• Add plone.staticresources to list of addons which are automatically upgraded if upgrade steps are available. thet

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  fix creation of Plone site not adding default Dexterity content types if example content not explicitily selected by user. ericof
    • ๐Ÿ›  fix default value for email msgid erral
    • ๐Ÿ›  Fix: PasswordResetView::getErrors is called, this ensures password is validated through RegistrationTool before attempting to reset password. nazrulword
    • Breadcrumbs: consider hidden folders when creating urls ksuess
    • Add Collection to the default_page_types list erral
    • ๐Ÿ›  Fix localization of "Site setup" in some control panels vincentfretin
    • ๐Ÿ›  Fix TTW Bundle compilation broken. thet
    • Do not save type settings in "content-controlpanel" when switching between types. cekk
    • Correctly fire events when user autologin after the password has been reset. ericof
  • v5.2.1.rc3

    January 07, 2020
  • v5.2.1.rc2

    December 14, 2019
  • v5.2.1.rc1

    December 02, 2019
  • v5.2.0 Changes

    July 10, 2019

    ๐Ÿ› Bug fixes:

    • Don't activate all sorting tabs when no sort option has been chosen. gyst, rodfersou, jensens
    • ๐Ÿ›  Fix test failures exposed in Python 3.8 pbauer
  • v5.2.rc5 Changes

    June 27, 2019

    ๐Ÿ†• New features:

    • โž• Add support for Python 3.8 pbauer

    ๐Ÿ› Bug fixes:

    • โž• Add missing i18n:translate calls erral
    • ๐Ÿ›  Fix login-help layout on mobile. jensens
  • v5.2.rc4 Changes

    June 20, 2019

    ๐Ÿ†• New features:

    • โœ‚ Remove verifydb, it was moved to standalone package zodbverify. jensens

    ๐Ÿ› Bug fixes:

    • If specified in the registry, let the user autologin after the password has been reset (#2439)
    • ๐Ÿ‘ Allow empty default_page registry setting petschki
    • 0๏ธโƒฃ Always add data-default-sort attribute to search results. maurits
    • ๐Ÿ›  Fix deprecation warnings. jensens
    • โœ… Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot tests. Rotonen
    • ๐Ÿ›  Fix script resource parsing error because of self closing tags. Netroxen