You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -610,22 +610,29 @@ This is because some viewlet names contained the name of a viewlet manager.
610
610
This didn't always match the name of their actual viewlet manager, especially after moving them.
611
611
Plone 6.0 removes such references from the viewlet names to avoid confusion.
612
612
613
-
- Plone 6.0 removes the `plone.documentactions (IDocumentActions)` viewlet manager. In Plone 5.2 it was already empty.
614
-
- Plone 6.0 adds the `plone.belowcontentdescription (IBelowContentDescription)` viewlet manager. By default this has no viewlets.
615
-
- Plone 6.0 removes the `plone.header` viewlet from `plone.portaltop` manager, making it empty.
616
-
- Plone 6.0 renames the `plone.abovecontenttitle.documentactions` viewlet to `plone.documentactions` and moves it from manager `plone.belowcontentbody` to `plone.belowcontent`.
617
-
- Plone 6.0 renames the `plone.abovecontenttitle.socialtags` viewlet to `plone.socialtags`. It remains in manager `plone.abovecontenttitle`.
618
-
- Plone 6.0 renames the `plone.belowcontentbody.relateditems` viewlet to `plone.relateditems`. It remains in manager `plone.belowcontentbody`.
619
-
- Plone 6.0 removes the `plone.manage_portlets_fallback` viewlet from the `plone.belowcontent` manager.
620
-
- Plone 6.0 renames the `plone.belowcontenttitle.documentbyline` viewlet to `plone.documentbyline`. It remains in manager `plone.belowcontenttitle`.
621
-
- Plone 6.0 renames the `plone.belowcontenttitle.keywords` viewlet to `plone.keywords` and moves it from manager `plone.belowcontent` to `plone.belowcontentbody`.
622
-
- Plone 6.0 adds the `plone.rights` viewlet in manager `plone.belowcontentbody`.
623
-
- Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`. The viewlet remains in manager `plone.portalfooter`. It renders the portlets from the `plone.footerportlets` portlet manager.
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.
617
+
- Plone 6.0 removes the `plone.header` viewlet from `plone.portaltop` manager, making it empty.
618
+
- Plone 6.0 renames the `plone.abovecontenttitle.documentactions` viewlet to `plone.documentactions`, and moves it from manager `plone.belowcontentbody` to `plone.belowcontent`.
619
+
- Plone 6.0 renames the `plone.abovecontenttitle.socialtags` viewlet to `plone.socialtags`.
620
+
It remains in manager `plone.abovecontenttitle`.
621
+
- Plone 6.0 renames the `plone.belowcontentbody.relateditems` viewlet to `plone.relateditems`.
622
+
It remains in manager `plone.belowcontentbody`.
623
+
- Plone 6.0 removes the `plone.manage_portlets_fallback` viewlet from the `plone.belowcontent` manager.
624
+
- Plone 6.0 renames the `plone.belowcontenttitle.documentbyline` viewlet to `plone.documentbyline`.
625
+
It remains in manager `plone.belowcontenttitle`.
626
+
- Plone 6.0 renames the `plone.belowcontenttitle.keywords` viewlet to `plone.keywords`, and moves it from manager `plone.belowcontent` to `plone.belowcontentbody`.
627
+
- Plone 6.0 adds the `plone.rights` viewlet in manager `plone.belowcontentbody`.
628
+
- Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.
629
+
The viewlet remains in manager `plone.portalfooter`.
630
+
It renders the portlets from the `plone.footerportlets` portlet manager.
624
631
625
632
This is the same information in table form.
626
633
You can toggle navigation to make more of the table visible.
627
634
628
-
:::{table} Viewlet changes from 5.2 to 6.0
635
+
```{table} Viewlet changes from 5.2 to 6.0
629
636
630
637
| 5.2 viewlet name | 5.2 viewlet manager | 6.0 viewlet name | 6.0 viewlet manager |
0 commit comments