Skip to content

Commit ab70d94

Browse files
committed
Deal with portal_quickinstaller deprecation and removal
1 parent a7076aa commit ab70d94

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/backend/upgrading/add-on-upgrade.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ This chapter describes the steps to migrate your third party products.
3030
- Perform product-specific upgrade procedures, if any.
3131
You will find these in the documentation of each product.
3232
33-
If `/prefs_install_products_form` is unreachable, you should try doing the add-on upgrades from the Management Interface.
34-
Navigate to the quickinstaller in the Management Interface, and reinstall or upgrade products that are shown to be outdated.
33+
If `/prefs_install_products_form` is unreachable, and you are using Plone 5.0.x or earlier, you should try doing the add-on upgrades from the Management Interface.
34+
Navigate to the `portal_quickinstaller` in the Management Interface at `/portal_quickinstaller/manage_installProductsForm`, and reinstall or upgrade products that are shown to be outdated.
35+
36+
```{versiondeprecated} 5.1
37+
`portal_quickinstaller` was deprecated in Plone 5.1, and was removed in Plone 6.0.
38+
See [PLIP 1775](https://github.com/plone/Products.CMFPlone/issues/1775) and {ref}`upgrade-5.1-do-not-use-portal_quickinstaller-label` for Plone 5.1 and later.
39+
```
3540

3641
```{warning}
3742
Be careful when updating add-ons through the Management Interface.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ An uninstall profile is a profile that is registered with the name `uninstall`.
8585
See https://github.com/plone/plone.app.multilingual/tree/master/src/plone/app/multilingual/profiles/uninstall.
8686
8787
88+
(upgrade-5.1-do-not-use-portal_quickinstaller-label)=
89+
8890
### Do Not Use `portal_quickinstaller`
8991
9092
Old code:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ See for example [pas.plugins.authomatic](https://pypi.org/project/pas.plugins.au
129129
If you want to use this in your site, you must add `plone.app.openid` to the buildout eggs.
130130

131131

132-
### portal_quickinstaller Deprecated
132+
### `portal_quickinstaller` Deprecated
133133

134134
This is [PLIP 1340](https://github.com/plone/Products.CMFPlone/issues/1340).
135135

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Some may require changes in your setup.
1717

1818
(v60-removed-portal_quickinstaller-label)=
1919

20-
## Removed portal_quickinstaller
20+
## Removed `portal_quickinstaller`
2121

2222
Plone no longer ships with the `portal_quickinstaller` tool (`CMFQuickInstallerTool`).
2323
In existing sites, the standard upgrade will remove the tool.

0 commit comments

Comments
 (0)