Skip to content

Commit

Permalink
Update to Plone 6.0.0a3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jan 28, 2022
1 parent e2f3bd9 commit 6ba6e25
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 18 deletions.
2 changes: 2 additions & 0 deletions plips/plip-3211-mockup-redone-source-checkouts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ auto-checkout +=
plone.app.portlets
plone.app.registry
plone.app.theming
plone.app.upgrade
plone.app.widgets
plone.app.z3cform
plone.schemaeditor
Expand All @@ -46,6 +47,7 @@ plone.app.multilingual = git ${remotes:plone}/plone.app.multilingual.git pushurl
plone.app.portlets = git ${remotes:plone}/plone.app.portlets.git pushurl=${remotes:plone_push}/plone.app.portlets.git branch=es6-move-js-to-mockup
plone.app.registry = git ${remotes:plone}/plone.app.registry.git pushurl=${remotes:plone_push}/plone.app.registry.git branch=es6-pat-registry
plone.app.theming = git ${remotes:plone}/plone.app.theming.git pushurl=${remotes:plone_push}/plone.app.theming.git branch=es6
plone.app.upgrade = git ${remotes:plone}/plone.app.upgrade.git pushurl=${remotes:plone_push}/plone.app.upgrade.git branch=es6
plone.app.widgets = git ${remotes:plone}/plone.app.widgets.git pushurl=${remotes:plone_push}/plone.app.widgets.git branch=es6
plone.app.z3cform = git ${remotes:plone}/plone.app.z3cform.git pushurl=${remotes:plone_push}/plone.app.z3cform.git branch=es6
plone.schemaeditor = git ${remotes:plone}/plone.schemaeditor.git pushurl=${remotes:plone_push}/plone.schemaeditor.git branch=es6
Expand Down
6 changes: 5 additions & 1 deletion release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Last updated: Thursday December 30, 2021.

Changes since 6.0.0a2:

- `plone.app.contenttypes`: Security fix: prevent cache poisoning with the Referer header.
See [security advisory](https://github.com/plone/plone.app.contenttypes/security/advisories/GHSA-f7qw-5fgj-247x).
- Updated the versions of the build requirements: `setuptools` to 59.6.0, `zc.buildout` to 3.0.0rc1, `pip` to 21.3.1.
- `Zope` 5.4:
- Add support for Python 3.10 (Plone does not have this yet).
Expand All @@ -17,7 +19,9 @@ Changes since 6.0.0a2:
- The VersionView class is deprecated because it contained just one method that is now part of the @@plone view.
- `plone.app.linkintegrity`: Track integrity of video and audio files in HTML source tags.
- `plone.app.uuid`: Speed up `uuidToPhysicalPath` and `uuidToObject`.
- `plone.namedfile`: Make `DefaultImageScalingFactory` more flexible, with methods you can override.
- `plone.namedfile`:
- Make `DefaultImageScalingFactory` more flexible, with methods you can override.
- Drop support for Python 2.7. Main target is now Plone 6, but we try to keep it running on Plone 5.2 with Python 3.
- `diazo`: Removed `FormEncode` test dependency.
- `Pillow` updated to 9.0.0
- `plone.app.content`: Deprecate the human_readable_size method of the ContentStatusHistoryView class because the one from the @@plone view should be used.
Expand Down
94 changes: 91 additions & 3 deletions release/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ Bug fixes:
[maurits] (#83)


Plone: 6.0.0a2 → 6.0.0a3
------------------------
Bug fixes:

- Release 6.0.0a3.
[maurits]


plone.app.content: 4.0.0a8 → 4.0.0a9
------------------------------------
Breaking changes:
Expand All @@ -101,14 +109,18 @@ Bug fixes:
[petschki] (#66)


plone.app.contenttypes: 3.0.0a5 → 3.0.0a8
plone.app.contenttypes: 3.0.0a5 → 3.0.0a9
-----------------------------------------
Breaking changes:

- Remove upgrade steps that are not relevant anymore in Plone 6 [ale-rt] (#613)

Bug fixes:

- Security fix: prevent cache poisoning with the Referer header.
See `security advisory <https://github.com/plone/plone.app.contenttypes/security/advisories/GHSA-f7qw-5fgj-247x>`.
[maurits] (#1)

- Depend on `plone.namedfile` core instead of its empty `[blobs]` extra.
[maurits] (#106)

Expand Down Expand Up @@ -212,6 +224,24 @@ Bug fixes:
- Ignoring dotted files in registry directories. [iham] (#3990)


plone.app.upgrade: 3.0.0a1 → 3.0.0a3
------------------------------------
Bug fixes:

- Rerelease without changes as 3.0.0a3 so it fits better with the Plone 6.0.0a3 version.
It is not guaranteed to keep matching.
[maurits] (#300)

- Upgrade Step for renamed error-log-form view link in ControlPanel
[jmevissen] (#266)

- Fix unicode properties.
See `issue 3305 <https://github.com/plone/Products.CMFPlone/issues/3305>`_.
[maurits] (#3305)

- Added upgrade to 6003, Plone 6.0.0a3. [maurits] (#6003)


plone.app.users: 3.0.0a4 → 3.0.0a5
----------------------------------
Bug fixes:
Expand Down Expand Up @@ -268,13 +298,32 @@ Bug fixes:
[maurits] (#3305)


plone.namedfile: 5.5.1 → 5.6.0
------------------------------
plone.i18n: 5.0.0a3 → 5.0.0a4
-----------------------------
Bug fixes:

- Tests: call self.publish with handle_errors=False.
[maurits] (#41)


plone.namedfile: 5.5.1 → 6.0.0a1
--------------------------------
Breaking changes:

- Drop support for Python 2.7.
Main target is now Plone 6, but we try to keep it running on Plone 5.2 with Python 3.
See discussion in `plone.scale issue 44 <https://github.com/plone/plone.scale/issues/44>`_.
[maurits] (#44)

New features:

- Make DefaultImageScalingFactory more flexible, with methods you can override.
[maurits] (#104)

Bug fixes:

- Fixed NameError `file` on Python 3. Use `io.IOBase` instead. (#3)


plone.rest: 2.0.0a1 → 2.0.0a2
-----------------------------
Expand Down Expand Up @@ -434,6 +483,42 @@ Bug fixes:
[maurits] (#39)


Products.CMFPlone: 6.0.0a2 → 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)


Products.MimetypesRegistry: 2.1.8 → 2.1.9
-----------------------------------------
Bug fixes:
Expand Down Expand Up @@ -492,6 +577,9 @@ Bug fixes:
z3c.jbot: 1.1.0 → 1.1.1
-----------------------

plone.app.tiles: 3.2.1 → 3.2.3
------------------------------

FormEncode: 1.3.1 → 2.0.1
-------------------------

14 changes: 7 additions & 7 deletions release/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ MultiMapping==4.1
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.1
Plone==6.0.0a2
Plone==6.0.0a3
Products.BTreeFolder2==4.3
Products.CMFCore==2.5.4
Products.CMFDiffTool==3.3.3
Products.CMFDynamicViewFTI==7.0.0a1
Products.CMFEditions==4.0.0a3
Products.CMFPlacefulWorkflow==3.0.0a1
Products.CMFPlone==6.0.0a2
Products.CMFPlone==6.0.0a3
Products.CMFUid==3.2.0
Products.DCWorkflow==2.5.0
Products.DateRecurringIndex==3.0.1
Expand Down Expand Up @@ -185,7 +185,7 @@ plone.app.content==4.0.0a9
plone.app.contentlisting==2.0.6
plone.app.contentmenu==2.3.4
plone.app.contentrules==5.0.0a3
plone.app.contenttypes==3.0.0a8
plone.app.contenttypes==3.0.0a9
plone.app.customerize==1.3.11
plone.app.debugtoolbar==1.2.3
plone.app.dexterity==3.0.0a7
Expand All @@ -211,8 +211,8 @@ plone.app.standardtiles==2.4.0
plone.app.testing==6.1.9
plone.app.textfield==1.3.6
plone.app.theming==5.0.0a4
plone.app.tiles==3.2.1
plone.app.upgrade==3.0.0a1
plone.app.tiles==3.2.3
plone.app.upgrade==3.0.0a3
plone.app.users==3.0.0a5
plone.app.uuid==2.1.0
plone.app.versioningbehavior==1.4.5
Expand All @@ -238,15 +238,15 @@ plone.formwidget.datetime==1.3.5
plone.formwidget.namedfile==3.0.0a4
plone.formwidget.querystring==1.1.10
plone.formwidget.recurrence==2.1.5
plone.i18n==5.0.0a3
plone.i18n==5.0.0a4
plone.indexer==1.0.7
plone.intelligenttext==3.1.0
plone.jsonserializer==0.9.10
plone.keyring==3.1.3
plone.locking==2.2.5
plone.memoize==2.1.1
plone.mockup==1.0
plone.namedfile==5.6.0
plone.namedfile==6.0.0a1
plone.outputfilters==4.0.2
plone.portlet.collection==4.0.0a2
plone.portlet.static==4.0.0a1
Expand Down
14 changes: 7 additions & 7 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ five.intid = 1.2.6
icalendar = 4.0.9
jq = 1.2.1
mockup = 4.0.2
Plone = 6.0.0a2
Plone = 6.0.0a3
plone.alterego = 1.1.5
plone.api = 2.0.0a2
plone.app.caching = 3.0.0a10
plone.app.content = 4.0.0a9
plone.app.contentlisting = 2.0.6
plone.app.contentmenu = 2.3.4
plone.app.contentrules = 5.0.0a3
plone.app.contenttypes = 3.0.0a8
plone.app.contenttypes = 3.0.0a9
plone.app.customerize = 1.3.11
plone.app.dexterity = 3.0.0a7
plone.app.discussion = 4.0.0a3
Expand All @@ -164,7 +164,7 @@ plone.app.registry = 2.0.0a7
plone.app.testing = 6.1.9
plone.app.textfield = 1.3.6
plone.app.theming = 5.0.0a4
plone.app.upgrade = 3.0.0a1
plone.app.upgrade = 3.0.0a3
plone.app.users = 3.0.0a5
plone.app.uuid = 2.1.0
plone.app.viewletmanager = 3.1.2
Expand All @@ -186,14 +186,14 @@ plone.folder = 3.1.0
plone.formwidget.namedfile = 3.0.0a4
plone.formwidget.querystring = 1.1.10
plone.formwidget.recurrence = 2.1.5
plone.i18n = 5.0.0a3
plone.i18n = 5.0.0a4
plone.indexer = 1.0.7
plone.intelligenttext = 3.1.0
plone.keyring = 3.1.3
plone.locking = 2.2.5
plone.memoize = 2.1.1
plone.mockup = 1.0
plone.namedfile = 5.6.0
plone.namedfile = 6.0.0a1
plone.outputfilters = 4.0.2
plone.portlet.collection = 4.0.0a2
plone.portlet.static = 4.0.0a1
Expand Down Expand Up @@ -226,7 +226,7 @@ Products.CMFDiffTool = 3.3.3
Products.CMFDynamicViewFTI = 7.0.0a1
Products.CMFEditions = 4.0.0a3
Products.CMFPlacefulWorkflow = 3.0.0a1
Products.CMFPlone = 6.0.0a2
Products.CMFPlone = 6.0.0a3
Products.CMFUid = 3.2.0
Products.contentmigration = 2.2.1
Products.DateRecurringIndex = 3.0.1
Expand Down Expand Up @@ -283,7 +283,7 @@ plone.app.blocks = 5.0.0
plone.app.drafts = 1.1.3
plone.app.mosaic = 2.2.3
plone.app.standardtiles = 2.4.0
plone.app.tiles = 3.2.1
plone.app.tiles = 3.2.3
plone.tiles = 2.3.1
plone.jsonserializer = 0.9.10

Expand Down

0 comments on commit 6ba6e25

Please sign in to comment.