Skip to content

Commit bfb049a

Browse files
committed
Rename files to spinal case
Add missing files and images
1 parent 967b7c1 commit bfb049a

File tree

14 files changed

+52
-24
lines changed

14 files changed

+52
-24
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Upgrade add-on products
2+
3+
```{admonition} Description
4+
The steps to take to migrate your third party products
5+
```
6+
7+
- Shut down your Plone server instance.
8+
- If you specified concrete versions of the third-party products in your *buildout.cfg* file (so-called "pinning", and a recommended practice), like *Products.PloneFormGen* = 1.7.17, update these references to point to the new versions.
9+
10+
```{note}
11+
Without pinning, i.e. specifying only, for example, *Products.PloneFormGen* and no version, buildout will pick the newest version of the products by default.
12+
```
13+
14+
- Run *bin/buildout*. Wait until all new software is downloaded and installed.
15+
- Start Plone again - your site may look weird, or even be inaccessible until you have performed the next step
16+
- Navigate to the Add-on screen (add `/prefs_install_products_form` to your site URL, and upgrade products if you can (products that support both your current and new version of Plone).
17+
: - Perform product-specific upgrade procedures (if any).
18+
- You will find these in the documentation of each product.
19+
20+
Should the `/prefs_install_products_form` be unreachable, you should try doing the add-on upgrades from the Management Interface.
21+
Navigate to the quickinstaller in the Management Interface, and reinstall or upgrade products that are shown to be outdated.
22+
23+
```{note}
24+
Be careful when updating add-ons through the Management Interface.
25+
It may show outdated themes as well with a hint to update.
26+
If you do that, the updated theme will activate itself, overriding your current theme.
27+
If this happens, re-enable your theme in the theming panel.
28+
```

docs/backend/upgrading/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ though the stack discussion may be useful to everyone.
2424
2525
intro
2626
preparations
27-
addon_upgrade
27+
add-on-upgrade
2828
troubleshooting
29-
version_specific_migration/index
29+
version-specific-migration/index
3030
```

docs/backend/upgrading/version_specific_migration/images/portal_actions_control_panel.png renamed to docs/backend/upgrading/version-specific-migration/images/portal-actions-control-panel.png

File renamed without changes.

docs/backend/upgrading/version_specific_migration/images/sharing_group_link.png renamed to docs/backend/upgrading/version-specific-migration/images/sharing-group-link.png

File renamed without changes.

docs/backend/upgrading/version_specific_migration/index.md renamed to docs/backend/upgrading/version-specific-migration/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ If your migration does not involve a version pair specified here, then you may f
88
```{toctree}
99
:maxdepth: 2
1010
11-
p4x_to_p5x_upgrade
12-
plone5_minor_upgrade
13-
upgrade_to_51
14-
upgrade_to_52
15-
upgrade_to_python3
16-
upgrade_zodb_to_python3
17-
upgrade_to_60
11+
p4x-to-p5x-upgrade
12+
plone5-minor-upgrade
13+
upgrade-to-51
14+
upgrade-to-52
15+
upgrade-to-python3
16+
upgrade-zodb-to-python3
17+
upgrade-to-60
1818
migrate-to-volto
1919
```

docs/backend/upgrading/version_specific_migration/migrate-to-volto.md renamed to docs/backend/upgrading/version-specific-migration/migrate-to-volto.md

File renamed without changes.

docs/backend/upgrading/version_specific_migration/p4x_to_p5x_upgrade.md renamed to docs/backend/upgrading/version-specific-migration/p4x-to-p5x-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Instructions and tips for upgrading to a newer Plone version.
55
```
66

77
```{note}
8-
If you want to upgrade add-ons to Plone 5, also see {doc}`/develop/addons/upgrade_to_50`
8+
If you want to upgrade add-ons to Plone 5, also see {doc}`/develop/addons/upgrade-to-50`
99
```
1010

1111
## General Information

docs/backend/upgrading/version_specific_migration/plone5_minor_upgrade.md renamed to docs/backend/upgrading/version-specific-migration/plone5-minor-upgrade.md

File renamed without changes.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Instructions and tips for upgrading to Plone 5.1
1414
```
1515

1616
```{note}
17-
If you want to upgrade add-ons to Plone 5.1, please see {doc}`/develop/addons/upgrade_to_51`
17+
If you want to upgrade add-ons to Plone 5.1, please see {doc}`/develop/addons/upgrade-to-51`
1818
```
1919

2020
## General Information
@@ -71,7 +71,7 @@ These are for example site menus, user menus, footer links, etcetera.
7171
It also allows to add custom ones.
7272
Actions can be re-ordered, and can be hidden or displayed.
7373

74-
```{image} images/portal_actions_control_panel.png
74+
```{image} images/portal-actions-control-panel.png
7575
```
7676

7777
See {ref}`Creating actions through-the-web <create_actions_ttw>`.
@@ -88,7 +88,7 @@ This is [PLIP 1310](https://github.com/plone/Products.CMFPlone/issues/1310).
8888

8989
When a Group is shown on the Sharing page, you can click on the group name to go to the list of members of that group.
9090

91-
```{image} images/sharing_group_link.png
91+
```{image} images/sharing-group-link.png
9292
```
9393

9494
#### For Developers
@@ -309,14 +309,14 @@ The monitor of the visitor will show the best available density.
309309

310310
Compare this low resolution image:
311311

312-
```{image} /_static/plip_hidpi_low_resolution.png
312+
```{image} /_static/plip-hidpi-low-resolution.png
313313
:align: center
314314
:alt: 'Example: low resolution'
315315
```
316316

317317
with this high resolution image:
318318

319-
```{image} /_static/plip_hidpi_high_resolution.png
319+
```{image} /_static/plip-hidpi-high-resolution.png
320320
:align: center
321321
:alt: 'Example: low resolution'
322322
```

docs/backend/upgrading/version_specific_migration/upgrade_to_52.md renamed to docs/backend/upgrading/version-specific-migration/upgrade-to-52.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The migration to Python 3 follows these steps:
5959
4. Port add-ons and custom code to Python 3 without the existing database.
6060
5. Migrate the database using `zodbupdate`. If you are working on a new project (i.e. without a existing database) you can skip the last step.
6161

62-
See {doc}`/manage/version-specific-migration/upgrade_to_python3` for details about porting code and database to Python 3.
62+
See {doc}`/manage/version-specific-migration/upgrade-to-python3` for details about porting code and database to Python 3.
6363

6464
### Zope 4.0
6565

0 commit comments

Comments
 (0)