-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: 2024-12-12T16:15:15+01:00 Author: Mikel Larreategi (erral) <[email protected]> Commit: plone/plone.app.users@6ab77fc missing string for locales Files changed: M plone/app/users/schema.py Repository: plone.app.users Branch: refs/heads/master Date: 2024-12-12T16:15:50+01:00 Author: Mikel Larreategi (erral) <[email protected]> Commit: plone/plone.app.users@d9f409e changelog Files changed: A news/132.bugfix Repository: plone.app.users Branch: refs/heads/master Date: 2024-12-12T11:04:46-08:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.app.users@2e7332f Merge pull request #132 from plone/erral-missing-string missing string for locales Files changed: A news/132.bugfix M plone/app/users/schema.py
- Loading branch information
Showing
1 changed file
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,48 @@ | ||
Repository: plone.volto | ||
Repository: plone.app.users | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-12-12T09:41:03-08:00 | ||
Author: David Glick (davisagli) <david@glicksoftware.com> | ||
Commit: https://github.com/plone/plone.volto/commit/88e63d22e2c570102132c6dde6e2aef8aa603cf3 | ||
Branch: refs/heads/master | ||
Date: 2024-12-12T16:15:15+01:00 | ||
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> | ||
Commit: https://github.com/plone/plone.app.users/commit/6ab77fcee20a8e2b9dc514e282e603685d202e4f | ||
|
||
remove duplicate changelog entry | ||
missing string for locales | ||
|
||
Files changed: | ||
D news/164.breaking | ||
M plone/app/users/schema.py | ||
|
||
b'diff --git a/news/164.breaking b/news/164.breaking\ndeleted file mode 100644\nindex bd68fa0..0000000\n--- a/news/164.breaking\n+++ /dev/null\n@@ -1 +0,0 @@\n-Rename head_title behaviour to Kicker @iRohitSingh\n\\ No newline at end of file\n' | ||
b'diff --git a/plone/app/users/schema.py b/plone/app/users/schema.py\nindex 2c5fdbf..5735fd6 100644\n--- a/plone/app/users/schema.py\n+++ b/plone/app/users/schema.py\n@@ -79,7 +79,7 @@ class IUserDataSchema(Interface):\n \n email = ProtectedEmail(\n title=_("label_email", default="Email"),\n- description="We will use this address if you need to recover your " "password",\n+ description=_("We will use this address if you need to recover your password"),\n required=True,\n constraint=checkEmailAddress,\n )\n' | ||
|
||
Repository: plone.volto | ||
Repository: plone.app.users | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-12-12T09:41:56-08:00 | ||
Author: David Glick (davisagli) <david@glicksoftware.com> | ||
Commit: https://github.com/plone/plone.volto/commit/630578e817928fb10659c9cf6120cae31e04451b | ||
Branch: refs/heads/master | ||
Date: 2024-12-12T16:15:50+01:00 | ||
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> | ||
Commit: https://github.com/plone/plone.app.users/commit/d9f409e5c3268dc699a8b100b9b2456df47f0723 | ||
|
||
Preparing release 5.0.0 | ||
changelog | ||
|
||
Files changed: | ||
M CHANGES.md | ||
M setup.py | ||
D news/128.internal | ||
D news/143.bugfix | ||
D news/157.bugfix | ||
D news/164.bugfix | ||
D news/165.bugfix | ||
D news/167.internal | ||
D news/168.bugfix | ||
A news/132.bugfix | ||
|
||
b'diff --git a/CHANGES.md b/CHANGES.md\nindex 852a19e..205444b 100644\n--- a/CHANGES.md\n+++ b/CHANGES.md\n@@ -9,6 +9,26 @@\n \n <!-- towncrier release notes start -->\n \n+## 5.0.0 (2024-12-12)\n+\n+\n+### Bug fixes:\n+\n+- Enable the `plone.versioning` behavior for the Page content type. @davisagli #143\n+- Remove override of Plone\'s `plone.app.vocabularies.Keywords` vocabulary. @davisagli #157\n+- The `volto.head_title` behavior has been renamed to `volto.kicker`.\n+ The old name still works, but is deprecated.\n+ Content types should be updated to use the new name.\n+ @iRohitSingh, @davisagli #164\n+- Don\'t exclude Plone Site from search results. @davisagli #165\n+- Fix plone.app.multilingual dependency to be a dependency for tests only. @davisagli #168\n+\n+\n+### Internal:\n+\n+- Fix deprecated imports. @petschki #128\n+- Remove unused ZCML conditions. @davisagli #167\n+\n ## 5.0.0b2 (2024-11-25)\n \n \ndiff --git a/news/128.internal b/news/128.internal\ndeleted file mode 100644\nindex 5fa45a0..0000000\n--- a/news/128.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix deprecated imports. @petschki\ndiff --git a/news/143.bugfix b/news/143.bugfix\ndeleted file mode 100644\nindex 1dd27a7..0000000\n--- a/news/143.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Enable the `plone.versioning` behavior for the Page content type. @davisagli\ndiff --git a/news/157.bugfix b/news/157.bugfix\ndeleted file mode 100644\nindex ec31137..0000000\n--- a/news/157.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Remove override of Plone\'s `plone.app.vocabularies.Keywords` vocabulary. @davisagli\ndiff --git a/news/164.bugfix b/news/164.bugfix\ndeleted file mode 100644\nindex b92c3fb..0000000\n--- a/news/164.bugfix\n+++ /dev/null\n@@ -1,4 +0,0 @@\n-The `volto.head_title` behavior has been renamed to `volto.kicker`.\n-The old name still works, but is deprecated.\n-Content types should be updated to use the new name.\n-@iRohitSingh, @davisagli\ndiff --git a/news/165.bugfix b/news/165.bugfix\ndeleted file mode 100644\nindex de69590..0000000\n--- a/news/165.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Don\'t exclude Plone Site from search results. @davisagli\ndiff --git a/news/167.internal b/news/167.internal\ndeleted file mode 100644\nindex f842954..0000000\n--- a/news/167.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Remove unused ZCML conditions. @davisagli\ndiff --git a/news/168.bugfix b/news/168.bugfix\ndeleted file mode 100644\nindex 6d76592..0000000\n--- a/news/168.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix plone.app.multilingual dependency to be a dependency for tests only. @davisagli\ndiff --git a/setup.py b/setup.py\nindex d6a548d..b39f15d 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -13,7 +13,7 @@\n \n setup(\n name="plone.volto",\n- version="5.0.0b3.dev0",\n+ version="5.0.0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n long_description_content_type="text/markdown",\n' | ||
b'diff --git a/news/132.bugfix b/news/132.bugfix\nnew file mode 100644\nindex 00000000..80c8b72a\n--- /dev/null\n+++ b/news/132.bugfix\n@@ -0,0 +1 @@\n+Add missing locale for translations [erral]\n' | ||
|
||
Repository: plone.volto | ||
Repository: plone.app.users | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-12-12T09:42:34-08:00 | ||
Branch: refs/heads/master | ||
Date: 2024-12-12T11:04:46-08:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.volto/commit/b655ee98421ac09a37d575da55cc7fc9772c761f | ||
Commit: https://github.com/plone/plone.app.users/commit/2e7332f820ba6c0b2222bf81413f386ff8fc2d58 | ||
|
||
Merge pull request #132 from plone/erral-missing-string | ||
|
||
Back to development: 5.0.1 | ||
missing string for locales | ||
|
||
Files changed: | ||
M setup.py | ||
A news/132.bugfix | ||
M plone/app/users/schema.py | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex b39f15d..d320b44 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -13,7 +13,7 @@\n \n setup(\n name="plone.volto",\n- version="5.0.0",\n+ version="5.0.1.dev0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n long_description_content_type="text/markdown",\n' | ||
b'diff --git a/news/132.bugfix b/news/132.bugfix\nnew file mode 100644\nindex 00000000..80c8b72a\n--- /dev/null\n+++ b/news/132.bugfix\n@@ -0,0 +1 @@\n+Add missing locale for translations [erral]\ndiff --git a/plone/app/users/schema.py b/plone/app/users/schema.py\nindex 2c5fdbf4..5735fd62 100644\n--- a/plone/app/users/schema.py\n+++ b/plone/app/users/schema.py\n@@ -79,7 +79,7 @@ class IUserDataSchema(Interface):\n \n email = ProtectedEmail(\n title=_("label_email", default="Email"),\n- description="We will use this address if you need to recover your " "password",\n+ description=_("We will use this address if you need to recover your password"),\n required=True,\n constraint=checkEmailAddress,\n )\n' | ||
|