Products.cmfplone

Latest version: v6.0.11

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

Scan your dependencies

Page 5 of 6

6.0.0a6

Bug Fixes:


- Remove the use of f-strings for translations
[erral] (3564)
- Fix several i18n bugs
[erral] (3565)
- Fix tests for `image_scale` download url update.
[petschki] (3566)

6.0.0a5

Breaking changes:


- Remove Archetypes specific ``isIDAutoGenerated`` helper.
This was dead code not used anywhere in Plone 6.
[jensens] (3487)
- ``PloneFolder`` was once used with early Archetypes.
This code is dead now and got removed.
[jensens] (3492)
- ``DublinCore.py`` was once used with Archetypes.
This code is dead now and got removed.
[jensens] (3493)
- Move discussion Key to ``plone.app.discussion``.
[jensens] (3520)


New features:


- Added customisable batch_size for redirects controlpanel
[iulianpetchesi] (1178)
- Add option to use TinyMCE in inline-mode.
[pbauer] (3465)
- Add image srcset's configuration to TinyMCE pattern settings [MrTango] (3477)
- Add support for images in default search page.
[agitator] (3495)
- Enable auto include of styles to the TinyMCE formats menu. The file has to be named ``tinymce-formats.css`` and known by TinyMCE.
[agitator] (3510)
- Add ``image_scales`` to catalog metadata.
[cekk, maurits] (3521)
- Sort addons by title
[erral] (3523)
- Show more information of broken relations
[pbauer] (3527)
- Show link to the Volto-migration (``migrate_to_volto``) in the view ``plone-upgrade`` when the option is available.
[pbauer] (3528)
- SVG image as default Plone logo.
[petschki] (3558)


Bug Fixes:


- Make compatible with robotframework 3-5.
[maurits] (5)
- Explicitly include zcml of more packages.
Reorder the zcml loading.
Require ``plone.resource``.
[maurits] (3188)
- Remove date range search fix, which was done in Products.ZCatalog.
[wesleybl] (3432)
- fix `iconresolver` to resolve names with "/" correctly (eg. "contenttype/document")
[petschki] (3500)
- Bugfix: Resource viewlet cache took not enough factors into account (like base url).
[jnsens] (3503)
- Moved ``recently_modified`` and ``recently_published`` skin templates to browser views.
[maurits] (3515)
- Fix for quoted search terms
[petschki] (3517)
- Fix robot tests for updated toolbar
[petschki] (3522)
- Fix rendering viewlet.resourceregistries.js when there are missing resources.
[petschki] (3533)
- Fix tests for updated module federation bundles.
[thet] (3539)
- Remove modal from login and join action.
[agitator] (3555)
- Fix reporting of exceptions in Products.CMFPlone.factory.addPloneSite.
[davisagli] (3561)
- Updated metadata version to 6005.
[maurits] (6005)

6.0.0a4

Breaking changes:


- PLIP 3211:

- Remove RequireJS.
- Remove default resource jQuery. It is added to the global namespace via the bundle.
- Remove support for conditional comments in script and style tags.
It's not supported since IE10.
See: https://en.wikipedia.org/wiki/Conditional_comment

[MrTango, thet] (3247)
- Remove dependency on mockup. Mockup is now a npm package only and as such a dependency of plone.staticresources.
[thet] (3247)
- New resource registry to simplify CSS/JS registration.

- Completely (almost) rewritten ResourceRegistry based on the "webresource" project.
- removed >1600LOC.
- Sane dependency resolution using "webresource".
- Only "bundles" are registered - support of "resources" and "bundle resources" is removed.
- Some of the old bundle registry properties are deprecated and unused.
- Removed TTW compilation of bundles via r.js and less.js.
- Property ``merge_with`` is no longer needed in HTTP/2 times and merging here unsupported.
- Unique key for delivery is based on hash of bundle file, ``last_compilation`` property is deprecated.
- A new traverser ensures uniqueness.
- Other related bundle properties are also deprecated.
- Comes with new, server side generated control panel.

[jensens] (3325)
- Remove ``deprecated.zcml`` and ``meta-bbb.zcml``.
[jensens, pbauer] (3485)


New features:


- PLIP 3279: Implement modern images scales. Add huge (1600px), great (1200px), larger (1000px), teaser (600px). Amend preview and mini (remove height constraint).
[tisto] (3279)
- Add TinyMCE template plugin to the plugins vocabulary [MrTango] (3351)
- Implement `PLIP 3395 <https://github.com/plone/Products.CMFPlone/issue/3395>`_.
Moves all interfaces, whole defaultpage, i18nl10, batch, permissions and parts of utils to ``plone.base``.
For all imports are in place with deprecation warnings.
Along with this a bunch of long deprecated functions, imports and similar in above packages were removed.
[jensens] (3395)
- Add TinyMCE alignment classes, to avoid style usage [MrTango] (3440)
- Compatibility with z3c.form >= 4
[petschki] (3459)
- Added support for images in liveSearch results.
[agitator] (3489)


Bug Fixes:


- Fixed evaluating expressions on resources, and especially loading ``plone.session`` resources.
Fixes `plone.session issue 23 <https://github.com/plone/plone.session/issues/23>`_.
[maurits] (23)
- MigrationTool: use more standard ``listUpgrades`` code from GenericSetup 2.2.0.
I ported our special logic there.
[maurits] (220)
- Handle /favicon.ico accesses on Plone sites. (282)
- Fixed tests when run with ``zope.component`` 5+.
[maurits] (500)
- Remove Configlets, Change Member Password and Member Prefs not needed in Overview Controlpanel
both Views available via User Control Panel

the deleton of "Change Member Password" Configlet remove also the issue 3031
[1letter] (3031)
- Removed no longer used ``password_form.pt`` and ``plone_change_password.py``.
No longer register now empty skin layers ``plone_prefs`` and ``plone_form_scripts``.
[maurits] (3240)
- Fix TinyMCE configuration JSON serialization and cast entity_encoding to a list. (3247)
- Make author template barceloneta/bs5 ready. Add some CSS classes to Markup.
[1letter] (3290)
- Use behavior-names instead of python-paths in types-controlpanel
[pbauer] (3294)
- Fix broken link in the RelationsInspectControlpanel
prepend absolute portal url to links
add RelationsControlPanelFunctionalTest
[1letter] (3322)
- Fix missing closing BODY tag in insufficient_privileges.pt
[1letter] (3374)
- Reorganize viewlets after removing the plone.header viewlet in plone.app.layout
[erral] (3416)
- Fix ``login-help`` validation
[petschki] (3422)
- Fix info message (char left over) in quickinstaller template
[laulaz] (3430)
- Fix overview-controlpanel view for Gunicorn WSGI HTTP Server.
[bsuttor] (3442)
- Fix detection of initial login time [MrTango] (3447)
- Updated the list of core profiles that are upgraded during a Plone upgrade.
Added ``Products.PlonePAS`` and ``plone.session``, and the optional ``plone.restapi`` and ``plone.volto``.
[maurits] (3453)
- Remove obsolete css files previously used in tinymce.
[pbauer] (3463)
- Add missing i18n:translate tags
[erral] (3467)
- Remove obsolete combine_bundles and related code.
[pbauer] (3468)
- Enhanced folder_contents robot tests
[petschki] (3478)
- Updated metadata version to 6004.
[maurits] (6004)

6.0.0a3

New features:


- add a new entry in site-controlpanel to change the favicon and its MIME-type
The favicon can be a .ico/png or SVG-file
[talarias] (plip-barceloneta_lts_favicon)
- The plone view exposes the human_readable_size helper
[ale-rt] (3146)
- Allow ``from warnings import warn`` and ``warn("message", DeprecationWarning)`` TTW, like in Python Scripts.
[jensens] (3376)
- Customize breadcrumbs hook ``customize_entry`` for subclasses (like already in global navigation).
[jensens] (3377)


Bug Fixes:


- Cleanup Error Log Form after Review
[jmevissen] (3241)
- Removed management_page_charset support from usergroup-groupdetails page.
This is related to deprecated unicode property types, like ustring.
Part of `issue 3305 <https://github.com/plone/Products.CMFPlone/issues/3305>`_.
[maurits] (3305)
- Update Controlpanel Error Log Form Layout
Rename ControlPanel Error Log Form View prefs_error_log_form -> error-log-form
[jmevissen] (3393)
- Use label_site_administration instead of label_site_admin in error and mail_password_form templates (3397)
- Updated metadata version to 6003. [maurits] (6003)

6.0.0a2

Breaking changes:


- PLIP 3339: Replace ``z3c.autoinclude`` with ``plone.autoinclude``.
Note: ``includeDependencies`` is no longer supported.
[maurits, tschorr] (3339)


New features:


- On Zope root, create Volto site by default.
[maurits] (3344)


Bug Fixes:


- Move prefs_error_log* from skins to browser views
[jmevissen] (3241)
- The Plone site root is cataloged (3314)
- Fix 3323DX-Site-Root: ZMI Nav-Tree is no longer expandable.
[jensens] (3323)
- Fixes 3337:
Remove dead code that won't work in Py 3 anyway if called (cmp).
[jensens] (3337)
- Remove DYNAMIC_CONTENT from translation files
[erral] (3342)
- Remove adapter for index location. [wesleybl] (3347)
- Use document_view as default for site root.
[agitator] (3354)
- Add missing lxml dependency [MrTango] (3356)
- Fixes 3352 - dependency indirection on plone.app.iterate [jensens] (3357)
- In Portal: use security decorators
[jensens] (3366)
- Updated metadata version to 6002. [maurits] (6002)

6.0.0a1

Bug Fixes:


- Release Plone 6.0.0a1.
No changes since previous release.
[maurits] (3341)

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.