Skip to content
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

No longer set portal_properties.site_properties.visible_ids on site creation #693

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

mauritsvanrees
Copy link
Member

The portal_properties tools is deprecated, visible_ids was not set as real property, and usage of visible_ids was largely removed in Plone 5.0 already. You already can no longer set visible ids in the Editing control panel, nor in the member preferences. The only remaining use for visible_ids, if set to true, was to show the page ids on the 'select default page' form.

…reation.

The ``portal_properties`` tools is deprecated, ``visible_ids`` was not set as real property, and usage of ``visible_ids`` was largely removed in Plone 5.0 already.
You already can no longer set ``visible ids`` in the Editing control panel, nor in the member preferences.
The only remaining use for ``visible_ids``, if set to true, was to show the page ids on the 'select default page' form.
@mister-roboto

This comment was marked as resolved.

@mauritsvanrees
Copy link
Member Author

@jenkins-plone-org please run jobs

mauritsvanrees added a commit to plone/plone.app.content that referenced this pull request Jun 6, 2024
Usage of ``visible_ids`` was largely removed in Plone 5.0 already, and you cannot change the setting on the portal or the member.
This was using the deprecated ``portal_properties`` tool.
See also plone/plone.app.contenttypes#693
@mauritsvanrees mauritsvanrees requested a review from jensens June 6, 2024 21:36
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Jun 7, 2024
Branch: refs/heads/master
Date: 2024-06-07T00:07:41+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/Products.PlonePAS@c03dccb

Do not test with visible_ids boolean property, as this may get removed.

See plone/plone.app.contenttypes#693

Files changed:
A news/125.tests
M src/Products/PlonePAS/tests/test_properties.py
Repository: Products.PlonePAS

Branch: refs/heads/master
Date: 2024-06-07T05:45:44-04:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/Products.PlonePAS@f755f20

Merge pull request #88 from plone/remove-portal-properties-tool

Do not test with visible_ids boolean property, as this may get removed.

Files changed:
A news/125.tests
M src/Products/PlonePAS/tests/test_properties.py
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Jun 7, 2024
Branch: refs/heads/master
Date: 2024-06-07T00:07:41+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/Products.PlonePAS@c03dccb

Do not test with visible_ids boolean property, as this may get removed.

See plone/plone.app.contenttypes#693

Files changed:
A news/125.tests
M src/Products/PlonePAS/tests/test_properties.py
Repository: Products.PlonePAS

Branch: refs/heads/master
Date: 2024-06-07T05:45:44-04:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/Products.PlonePAS@f755f20

Merge pull request #88 from plone/remove-portal-properties-tool

Do not test with visible_ids boolean property, as this may get removed.

Files changed:
A news/125.tests
M src/Products/PlonePAS/tests/test_properties.py
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Jun 7, 2024
Branch: refs/heads/master
Date: 2024-06-06T23:32:52+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.content@87bd122

No longer check visible_ids on the 'select default page' form.

Usage of ``visible_ids`` was largely removed in Plone 5.0 already, and you cannot change the setting on the portal or the member.
This was using the deprecated ``portal_properties`` tool.
See also plone/plone.app.contenttypes#693

Files changed:
A news/125.bugfix
M plone/app/content/browser/templates/select_default_page.pt
Repository: plone.app.content

Branch: refs/heads/master
Date: 2024-06-07T05:47:09-04:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.content@a7a5cdd

Merge pull request #283 from plone/remove-portal-properties-tool

No longer check visible_ids on the 'select default page' form.

Files changed:
A news/125.bugfix
M plone/app/content/browser/templates/select_default_page.pt
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Jun 7, 2024
Branch: refs/heads/master
Date: 2024-06-06T23:32:52+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.content@87bd122

No longer check visible_ids on the 'select default page' form.

Usage of ``visible_ids`` was largely removed in Plone 5.0 already, and you cannot change the setting on the portal or the member.
This was using the deprecated ``portal_properties`` tool.
See also plone/plone.app.contenttypes#693

Files changed:
A news/125.bugfix
M plone/app/content/browser/templates/select_default_page.pt
Repository: plone.app.content

Branch: refs/heads/master
Date: 2024-06-07T05:47:09-04:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.content@a7a5cdd

Merge pull request #283 from plone/remove-portal-properties-tool

No longer check visible_ids on the 'select default page' form.

Files changed:
A news/125.bugfix
M plone/app/content/browser/templates/select_default_page.pt
@jensens jensens merged commit 0d68e55 into master Jun 7, 2024
12 checks passed
@jensens jensens deleted the remove-portal-properties-tool branch June 7, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants