-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed plone instances to zope instances #1836
base: 6.0
Are you sure you want to change the base?
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Let's get a quick review from @davisagli, since he brought up the original issue.
@@ -86,7 +86,7 @@ If the problem disappears, you will need to double-check the offending product. | |||
|
|||
(upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)= | |
(upgrading-troubleshooting-test-with-a-fresh-plone-site-label)= |
@alizgirl would you please change your pull request description from
Thank you! |
Also you will need to update your branch to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these should be replaced with "Plone site" instead of "Zope instance". I added suggestions.
@@ -86,7 +86,7 @@ If the problem disappears, you will need to double-check the offending product. | |||
|
|||
(upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)= | |||
|
|||
## Test with a fresh Plone instance | |||
## Test with a fresh Zope instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Test with a fresh Zope instance | |
## Test with a fresh Plone site |
The context below makes it clear that this is about a new Plone site, not a new Zope instance.
@@ -20,7 +20,7 @@ Upgrading Plone includes the Plone application and its add-ons, as well as migra | |||
|
|||
A *migration* is the process of taking a component in your Plone site, and moving it from its current version to a newer one. | |||
Migration is necessary because the internals of Plone sometimes change to support new functionality. | |||
When that's the case, the content that is stored in your Plone instance may not align with the requirements of the new version. | |||
When that's the case, the content that is stored in your Zope instance may not align with the requirements of the new version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When that's the case, the content that is stored in your Zope instance may not align with the requirements of the new version. | |
When that's the case, the content that is stored in your Plone site may not align with the requirements of the new version. |
@@ -36,7 +36,7 @@ As a pre-requisite, your Plone site must be {doc}`upgraded to Plone 6 <upgrade-t | |||
Plone provides a form `/@@migrate_to_volto` that allows you to run all the required changes to your existing site to make it compatible with Volto. | |||
|
|||
You can access this form in the browser when you are logged in as an Administrator. | |||
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Plone instance. | |||
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Zope instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Zope instance. | |
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Plone site. |
@@ -20,7 +20,7 @@ Layers are useful in the following scenarios. | |||
Layers are marker interfaces applied to the {term}`HTTPRequest` object. | |||
They are usually used in conjunction with Zope Configuration Mark-up Language ({term}`ZCML`) directives to dynamically activate various parts of the configuration, such as theme files or add-on product functionality. | |||
|
|||
Layers ensure that only one add-on product can override the specific Plone instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. | |||
Layers ensure that only one add-on product can override the specific Zope instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layers ensure that only one add-on product can override the specific Zope instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. | |
Layers ensure that only one add-on product can override the specific Zope view in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. |
@@ -20,7 +20,7 @@ Layers are useful in the following scenarios. | |||
Layers are marker interfaces applied to the {term}`HTTPRequest` object. | |||
They are usually used in conjunction with Zope Configuration Mark-up Language ({term}`ZCML`) directives to dynamically activate various parts of the configuration, such as theme files or add-on product functionality. | |||
|
|||
Layers ensure that only one add-on product can override the specific Plone instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. | |||
Layers ensure that only one add-on product can override the specific Zope instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML. | |||
Multiple Plone site instances can share the same ZCML and code files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multiple Plone site instances can share the same ZCML and code files. | |
Multiple Plone sites can share the same ZCML and code files. |
First-time contributors
You must read and follow our First-time contributors.
Submit a pull request
Thank you for your contribution to the Plone Documentation.
Before submitting this pull request, please make sure you follow our guides:
Issue number
Description
Replaced "Plone instance" in the documentation repo with "Zope instance".
Add screenshots or links to a preview of the changes
📚 Documentation preview 📚: https://plone6--1836.org.readthedocs.build/