Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2023-10-15T17:57:43+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.content@85a904c feat: deprecate INameFromTitle in this distribution It got moved to `plone.base`. Adds a deprecation warning so the interface can be moved right away, but does not break other code that still imports from here, and show a deprecation warning about it. Files changed: M plone/app/content/interfaces.py M plone/app/content/namechooser.py M plone/app/content/namechooser.txt Repository: plone.app.content Branch: refs/heads/master Date: 2023-10-15T17:59:36+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.content@de83c82 Add news entry Files changed: A news/3858.internal.2 Repository: plone.app.content Branch: refs/heads/master Date: 2023-10-25T17:18:41+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.content@9a9dbf3 Merge branch 'master' into use-interface-from-plone-base Files changed: A .editorconfig A .flake8 A .github/workflows/meta.yml A .meta.toml A .pre-commit-config.yaml A tox.ini M .gitignore M CHANGES.rst M plone/app/content/browser/actions.py M plone/app/content/browser/configure.zcml M plone/app/content/browser/constraintypes.pt M plone/app/content/browser/constraintypes.py M plone/app/content/browser/content_status_history.py M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/contents/configure.zcml M plone/app/content/browser/contents/copy.py M plone/app/content/browser/contents/cut.py M plone/app/content/browser/contents/delete.py M plone/app/content/browser/contents/paste.py M plone/app/content/browser/contents/properties.py M plone/app/content/browser/contents/rename.py M plone/app/content/browser/contents/tags.py M plone/app/content/browser/contents/workflow.py M plone/app/content/browser/folderfactories.pt M plone/app/content/browser/full_review_list.pt M plone/app/content/browser/i18n.py M plone/app/content/browser/interfaces.py M plone/app/content/browser/selection.py M plone/app/content/browser/table.pt M plone/app/content/browser/table.txt M plone/app/content/browser/templates/content_status_history.pt M plone/app/content/browser/templates/delete_confirmation.pt M plone/app/content/browser/templates/object_rename.pt M plone/app/content/browser/templates/select_default_page.pt M plone/app/content/browser/templates/select_default_view.pt M plone/app/content/browser/vocabulary.py M plone/app/content/configure.zcml M plone/app/content/namechooser.py M plone/app/content/testing.py M plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows.xml M plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows/non-ascii-workflow/definition.xml M plone/app/content/tests/profiles/non-ascii-workflow.zcml M plone/app/content/tests/test_actions.py M plone/app/content/tests/test_adding.py M plone/app/content/tests/test_content_status_modify.py M plone/app/content/tests/test_contents.py M plone/app/content/tests/test_folder.py M plone/app/content/tests/test_namechooser_unit.py M plone/app/content/tests/test_non_ascii_characters_in_workflow_state.py M plone/app/content/tests/test_selectdefaultpage.py M plone/app/content/tests/test_widgets.py M plone/app/content/utils.py M pyproject.toml M setup.py D news/266.bugfix D news/268.bugfix D news/3858.internal D setup.cfg Repository: plone.app.content Branch: refs/heads/master Date: 2023-10-31T22:08:10+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.content@ccc85f6 Remove deprecation warning for INameFromTitle as it breaks some use cases. See plone/plone.app.dexterity#379 (comment) Files changed: A news/3858.internal M plone/app/content/interfaces.py D news/3858.internal.2 Repository: plone.app.content Branch: refs/heads/master Date: 2023-11-02T11:54:18+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.content@d487863 Merge pull request #271 from plone/use-interface-from-plone-base Move `INameFromTitle` interface to `plone.base` Files changed: A news/3858.internal M plone/app/content/interfaces.py M plone/app/content/namechooser.py M plone/app/content/namechooser.txt
- Loading branch information