Skip to content

Commit 64ad5a4

Browse files
Viewlets upgrade: move viewlet manager changes below the table.
1 parent f2b3693 commit 64ad5a4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/backend/upgrading/version-specific-migration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ upgrade-to-python3
2727
upgrade-zodb-to-python3
2828
upgrade-to-60
2929
migrate-to-volto
30+
changelog
3031
```

docs/backend/upgrading/version-specific-migration/upgrade-to-60.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,6 @@ This is because some viewlet names contained the name of a viewlet manager.
610610
This didn't always match the name of their actual viewlet manager, especially after moving them.
611611
Plone 6.0 removes such references from the viewlet names to avoid confusion.
612612

613-
- Plone 6.0 removes the `plone.documentactions` (`IDocumentActions`) viewlet manager.
614-
In Plone 5.2 it was already empty.
615-
- Plone 6.0 adds the `plone.belowcontentdescription` (`IBelowContentDescription`) viewlet manager.
616-
By default this has no viewlets.
617613
- Plone 6.0 removes the `plone.header` viewlet from `plone.portaltop` manager, making it empty.
618614
- Plone 6.0 renames the `plone.abovecontenttitle.documentactions` viewlet to `plone.documentactions`, and moves it from manager `plone.belowcontentbody` to `plone.belowcontent`.
619615
- Plone 6.0 renames the `plone.abovecontenttitle.socialtags` viewlet to `plone.socialtags`.
@@ -635,8 +631,6 @@ You can toggle navigation to make more of the table visible.
635631
636632
| 5.2 viewlet name | 5.2 viewlet manager | 6.0 viewlet name | 6.0 viewlet manager |
637633
| ---------------- | ------------------- | ---------------- | ------------------- |
638-
|| `documentactions` | | |
639-
|||| `belowcontentdescription` |
640634
| `header` | `portaltop` | | `portaltop` |
641635
| `abovecontenttitle.documentactions` | `belowcontentbody` | `documentactions` | `belowcontent` |
642636
| `abovecontenttitle.socialtags` | `abovecontenttitle` | `socialtags` | `abovecontenttitle` |
@@ -647,6 +641,13 @@ You can toggle navigation to make more of the table visible.
647641
| | `belowcontentbody` | `rights` | `belowcontentbody` |
648642
```
649643

644+
Plone 6.0 makes changes to two viewlet managers:
645+
646+
- Plone 6.0 removes the `plone.documentactions` (`IDocumentActions`) viewlet manager.
647+
In Plone 5.2 it was already empty.
648+
- Plone 6.0 adds the `plone.belowcontentdescription` (`IBelowContentDescription`) viewlet manager.
649+
By default this has no viewlets.
650+
650651
One final change is that Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.
651652
The viewlet remains in manager `plone.portalfooter`.
652653
It renders the portlets from the `plone.footerportlets` portlet manager.

0 commit comments

Comments
 (0)