Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To ensure your website gets the greatest exposure, add it both to [Awesome Volto
- [Film Basque Country](https://www.filmbasquecountry.eus/en) (Website to attract, guide, and support international productions, making it easier for them to film in the Basque Country, developed by [CodeSyntax](https://www.codesyntax.com/en), 2025)
- [Forest Information System for Europe](https://forest.eea.europa.eu) (Thematic website focusing on European forests, developed by [Eau de Web](https://eaudeweb.ro/), 2019)
- [Forschungszentrum Jülich](https://www.fz-juelich.de/de) (Website for Forschungzentrum Jülich, which is one of the largest research institutions in Europe, developed by [kitconcept GmbH](https://kitconcept.com/en), 2022)
- [Geosphere Austria](https://www.geosphere.at/de) (Website of the Austrian Federal Institute, national geological, geophysical, climatological and meteorological service, 2023)
- [Geosphere Austria](https://geosphere.at/de) (Website of the Austrian Federal Institute, national geological, geophysical, climatological and meteorological service, 2023)
- [German Aerospace Center (DLR)](https://www.dlr.de/de) (The German Aerospace Center (DLR) is the Federal Republic of Germany's research center for aeronautics. With more than 10.000 employees and a yearly budget of more than 1 billion euros, it is one of the largest research institutions in Germany, developed by [kitconcept GmbH](https://kitconcept.com/en), 2023)
- [Helmholtz-Institut Erlangen-Nürnberg für Erneuerbare Energien (HI-ERN)](https://www.hi-ern.de/de) (Website for HI ERN, a research institution for renewable energies, developed by [kitconcept GmbH](https://kitconcept.com/en), 2022)
- [Humboldt Labor](https://www.humboldtforum.org/de/programm/dauerangebot/ausstellung/nach-der-natur-14144/) (The Humboldt Lab is a website where the Humboldt University Berlin presents its latest research projects and findings. Developed by WLDX (a joint venture of [WAALD](https://www.waald.com/) and [CDLX](https://cdlx.de/)) and [kitconcept GmbH](https://kitconcept.com/en), 2020)
Expand Down
2 changes: 1 addition & 1 deletion packages/volto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To ensure your website gets the greatest exposure, add it both to [Awesome Volto
- [Film Basque Country](https://www.filmbasquecountry.eus/en) (Website to attract, guide, and support international productions, making it easier for them to film in the Basque Country, developed by [CodeSyntax](https://www.codesyntax.com/en), 2025)
- [Forest Information System for Europe](https://forest.eea.europa.eu) (Thematic website focusing on European forests, developed by [Eau de Web](https://eaudeweb.ro/), 2019)
- [Forschungszentrum Jülich](https://www.fz-juelich.de/de) (Website for Forschungzentrum Jülich, which is one of the largest research institutions in Europe, developed by [kitconcept GmbH](https://kitconcept.com/en), 2022)
- [Geosphere Austria](https://www.geosphere.at/de) (Website of the Austrian Federal Institute, national geological, geophysical, climatological and meteorological service, 2023)
- [Geosphere Austria](https://geosphere.at/de) (Website of the Austrian Federal Institute, national geological, geophysical, climatological and meteorological service, 2023)
- [German Aerospace Center (DLR)](https://www.dlr.de/de) (The German Aerospace Center (DLR) is the Federal Republic of Germany's research center for aeronautics. With more than 10.000 employees and a yearly budget of more than 1 billion euros, it is one of the largest research institutions in Germany, developed by [kitconcept GmbH](https://kitconcept.com/en), 2023)
- [Helmholtz-Institut Erlangen-Nürnberg für Erneuerbare Energien (HI-ERN)](https://www.hi-ern.de/de) (Website for HI ERN, a research institution for renewable energies, developed by [kitconcept GmbH](https://kitconcept.com/en), 2022)
- [Humboldt Labor](https://www.humboldtforum.org/de/programm/dauerangebot/ausstellung/nach-der-natur-14144/) (The Humboldt Lab is a website where the Humboldt University Berlin presents its latest research projects and findings. Developed by WLDX (a joint venture of [WAALD](https://www.waald.com/) and [CDLX](https://cdlx.de/)) and [kitconcept GmbH](https://kitconcept.com/en), 2020)
Expand Down
4 changes: 1 addition & 3 deletions packages/volto/cypress/tests/core/basic/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ describe('actions Tests', () => {
cy.get('button[class="ui button icon item"]').eq(0).click();
cy.get('#field-0_title').clear().type('my-page-rename');
cy.get('#field-0_id').clear().type('my-page-rename');
cy.get(
'button[class="ui basic circular primary right floated button"]',
).click();
cy.get('button[class="ui basic primary button"]').click();
cy.get('tr[aria-label="/my-page-rename"]').within(() => {
cy.get('a[class="icon-align-name"]').should(
'have.attr',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('ControlPanel: Dexterity Content-Types Layout', () => {
});

it('Edit Blocks Layout for Book', () => {
cy.get('#toolbar-add').click();
cy.get('#toolbar-add-content-type').click();
cy.get('input[id="field-title"]').clear().type('Book');
cy.get('input[id="field-description"]').type('A book content-type');
cy.get('[title=Save]').click();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('ControlPanel: Dexterity Content-Types Schema', () => {

it('Add Bike content-type with custom schema', () => {
// Add Bike content-type
cy.get('#toolbar-add').click();
cy.get('#toolbar-add-content-type').click();
cy.get('input[id="field-title"]').clear().type('Bike');
cy.get('input[id="field-description"]').type('Bike content-type');
cy.get('[title=Save]').click();
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/af/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Opspringende venster gesluit."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Opspringende venster geopen: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/ar/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "تم إغلاق النافذة المنبثقة."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "تم فتح النافذة المنبثقة: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/bg/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Изскачащият прозорец е затворен."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Изскачащият прозорец е отворен: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/bn/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "পপ-আপ উইন্ডো বন্ধ হয়েছে।"

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "পপ-আপ উইন্ডো খোলা হয়েছে: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/ca/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2859,6 +2859,16 @@ msgstr "Fundació Plone"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} CMS/WCM de codi obert"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Finestra emergent tancada."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Finestra emergent oberta: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/cs/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Vyskakovací okno zavřeno."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Vyskakovací okno otevřeno: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/cy/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Caewyd y ffenestr naid."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Agorwyd ffenestr naid: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/da/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Pop op-vindue lukket."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Pop op-vindue åbnet: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2859,6 +2859,16 @@ msgstr "Plone Foundation"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} Open Source Content Management System"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Dialogfenster geschlossen."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Dialogfenster geöffnet: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/el/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Αναδυόμενο παράθυρο έκλεισε."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Αναδυόμενο παράθυρο ανοίχτηκε: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Pop-up closed."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Pop-up opened: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/en_AU/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Pop-up closed."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Pop-up opened: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/en_GB/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Pop-up closed."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Pop-up opened: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/eo/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Ŝprucfenestro fermiĝis."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Ŝprucfenestro malfermiĝis: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/es/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,16 @@ msgstr "Fundación Plone"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} CMS/WCM de Fuentes Abiertos"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Ventana emergente cerrada."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Ventana emergente abierta: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/et/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Hüpikaken suletud."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Hüpikaken avatud: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/eu/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,16 @@ msgstr "Plone Fundazioa"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} Open Source CMS/WCM"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Leiho gainerakorra itxita."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Leiho gainerakorra irekita: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/fa/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr ""
msgid "Plone{reg} Open Source CMS/WCM"
msgstr ""

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "پنجره بازشو بسته شد."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "پنجره بازشو باز شد: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/fi/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,16 @@ msgstr "Plone-säätiön"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} avoimen lähdenkoodin sisällönhallintajärjestelmä CMS/WCM"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Ponnahdusikkuna suljettu."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Ponnahdusikkuna avattu: {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
10 changes: 10 additions & 0 deletions packages/volto/locales/fr/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,16 @@ msgstr "Fondation Plone"
msgid "Plone{reg} Open Source CMS/WCM"
msgstr "Plone{reg} Open Source CMS/WCM"

#. Default: "Pop-up closed."
#: components/manage/Form/ModalForm
msgid "Pop-up closed."
msgstr "Fenêtre contextuelle fermée."

#. Default: "Pop-up opened: {title}"
#: components/manage/Form/ModalForm
msgid "Pop-up opened: {title}"
msgstr "Fenêtre contextuelle ouverte : {title}"

#. Default: "Position changed"
#: components/manage/Controlpanels/Rules/ConfigureRule
msgid "Position changed"
Expand Down
Loading
Loading