Skip to content

Commit f9e5bae

Browse files
Merge remote-tracking branch 'origin/main' into 76313-Campo-immagine-di-copertina-per-video-e-videogallery
2 parents 49d0031 + d96cabf commit f9e5bae

17 files changed

Lines changed: 4221 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [12.13.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.12.6...v12.13.0) (2026-06-25)
4+
5+
6+
### Features
7+
8+
* link integrity in folder contents ([#1125](https://github.com/RedTurtle/design-comuni-plone-theme/issues/1125)) ([8182582](https://github.com/RedTurtle/design-comuni-plone-theme/commit/81825820069ae0520e2201ab8e772c932739cb21))
9+
10+
11+
### Bug Fixes
12+
13+
* listing variation 'Tabella' - rendering of fields with multiple values (ex. array of vocabulary items) ([#1123](https://github.com/RedTurtle/design-comuni-plone-theme/issues/1123)) ([66684b2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/66684b2e3adf2da16cc1084aa6424c2da8340582))
14+
15+
16+
### Maintenance
17+
18+
* **deps:** bump brace-expansion from 1.1.12 to 1.1.13 ([#1093](https://github.com/RedTurtle/design-comuni-plone-theme/issues/1093)) ([d476063](https://github.com/RedTurtle/design-comuni-plone-theme/commit/d476063bbcd0bf8e9bc89c449ad95c4a60359e23))
19+
* preparing release 12.13.0 ([af4a0c5](https://github.com/RedTurtle/design-comuni-plone-theme/commit/af4a0c53ebc19fa68eba957c0ce14fdd28596b5c))
20+
321
## [12.12.6](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.12.5...v12.12.6) (2026-06-16)
422

523

RELEASE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,17 @@
4141
- ...
4242
-->
4343

44-
## Versione X.X.X (dd/mm/yyyy)
44+
## Versione 12.13.0 (25/06/2026)
4545

4646
### Migliorie
4747

48-
- ...
49-
50-
### Novità
51-
52-
- ...
48+
- Nella folder contents, ora viene mostrato un messaggio di avviso quando si sta cercando di spostare / cancellare / rinominare / cambiare lo stato di più di 300 elementi (o del numero configurabile a livello di applicazione dagli sviluppatori.) _(**Origine / contributo**: Regione Emilia-Romagna)_
49+
- Nella folder content, ora viene mostrato un messaggio di errore più coerente ed esplicativo quando si verifica un errore. _(**Origine / contributo**: Regione Emilia-Romagna)_
50+
- Migliorata l'accessibilità della folder content. _(**Origine / contributo**: Regione Emilia-Romagna)_
5351

5452
### Fix
5553

56-
- Blocco Listing con template a tabella. Corretta la visualizzazione dei campi con valori multipli (es. "Destinatari") che causavano un errore di rendering. I valori vengono ora mostrati correttamente come etichette separate da virgola.
54+
- Nel blocco Elenco con template a tabella è stata corretta la visualizzazione dei campi con valori multipli (es. "Destinatari") che causavano un errore di rendering. I valori vengono ora mostrati correttamente come valori separati da virgola.
5755

5856
## Versione 12.12.4 (08/06/2026)
5957

locales/de/LC_MESSAGES/volto.po

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ msgstr ""
117117
msgid "Callout"
118118
msgstr ""
119119

120+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
121+
#: components/manage/Contents/ContentsDeleteModal
122+
#: components/manage/Contents/ContentsPasteModal
123+
# defaultMessage: Cancel
124+
msgid "Cancel"
125+
msgstr ""
126+
120127
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
121128
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
122129
# defaultMessage: Vedi
@@ -160,6 +167,16 @@ msgstr ""
160167
msgid "Cerca per parola chiave"
161168
msgstr ""
162169

170+
#: components/manage/Contents/ContentsWorkflowModal
171+
# defaultMessage: Change State
172+
msgid "Change State"
173+
msgstr ""
174+
175+
#: components/manage/Contents/ContentsWorkflowModal
176+
# defaultMessage: Change workflow state recursively
177+
msgid "Change workflow state recursively"
178+
msgstr ""
179+
163180
#: overrideTranslations
164181
# defaultMessage: Pulisci i campi
165182
msgid "Clear dates"
@@ -207,6 +224,16 @@ msgstr ""
207224
msgid "Current filters applied"
208225
msgstr ""
209226

227+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
228+
# defaultMessage: Cut selected items?
229+
msgid "Cut selected items?"
230+
msgstr ""
231+
232+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
233+
# defaultMessage: Cut this item?
234+
msgid "Cut this item?"
235+
msgstr ""
236+
210237
#: components/ItaliaTheme/View/Commons/Dates
211238
# defaultMessage: Date aggiuntive
212239
msgid "Date aggiuntive"
@@ -227,6 +254,27 @@ msgstr ""
227254
msgid "DateRangeFacetFilterListEntryDalAl"
228255
msgstr ""
229256

257+
#: components/manage/Contents/ContentsRenameModal
258+
#: components/manage/Contents/ContentsWorkflowModal
259+
# defaultMessage: Default
260+
msgid "Default"
261+
msgstr ""
262+
263+
#: components/manage/Contents/ContentsDeleteModal
264+
# defaultMessage: Delete selected items?
265+
msgid "Delete selected items?"
266+
msgstr ""
267+
268+
#: components/manage/Contents/ContentsDeleteModal
269+
# defaultMessage: Delete this item?
270+
msgid "Delete this item?"
271+
msgstr ""
272+
273+
#: components/manage/Contents/ContentsDeleteModal
274+
# defaultMessage: Deleting this item breaks {brokenReferences} {variation}.
275+
msgid "Deleting this item breaks {brokenReferences} {variation}."
276+
msgstr ""
277+
230278
#: components/ItaliaTheme/Blocks/ContactsBlock/Edit
231279
#: components/ItaliaTheme/Blocks/NumbersBlock/Edit
232280
# defaultMessage: Descrizione...
@@ -475,6 +523,11 @@ msgstr ""
475523
msgid "Mostra tutti gli argomenti"
476524
msgstr ""
477525

526+
#: components/manage/Contents/ContentsDeleteModal
527+
# defaultMessage: Navigate to this item
528+
msgid "Navigate to this item"
529+
msgstr ""
530+
478531
#: components/ItaliaTheme/Search/Search
479532
# defaultMessage: Nessun risultato ottenuto
480533
msgid "Nessun risultato ottenuto"
@@ -515,6 +568,21 @@ msgstr ""
515568
msgid "Page"
516569
msgstr ""
517570

571+
#: components/manage/Contents/ContentsPasteModal
572+
# defaultMessage: Paste
573+
msgid "Paste"
574+
msgstr ""
575+
576+
#: components/manage/Contents/ContentsPasteModal
577+
# defaultMessage: Do you want to paste the item here?
578+
msgid "Paste item here?"
579+
msgstr ""
580+
581+
#: components/manage/Contents/ContentsPasteModal
582+
# defaultMessage: Do you want to paste items here?
583+
msgid "Paste selected items?"
584+
msgstr ""
585+
518586
#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
519587
#: config/Blocks/ListingOptions/utils
520588
# defaultMessage: Filtro
@@ -567,6 +635,16 @@ msgstr ""
567635
msgid "Published"
568636
msgstr ""
569637

638+
#: components/manage/Contents/ContentsRenameModal
639+
# defaultMessage: Renaming items...
640+
msgid "Rename Items Loading Message"
641+
msgstr ""
642+
643+
#: components/manage/Contents/ContentsRenameModal
644+
# defaultMessage: Rename items
645+
msgid "Rename items"
646+
msgstr ""
647+
570648
#: components/ItaliaTheme/manage/Widgets/FileWidget
571649
# defaultMessage: Rimuovi il file
572650
msgid "Rimuovi il file"
@@ -623,6 +701,11 @@ msgstr ""
623701
msgid "Select all or none"
624702
msgstr ""
625703

704+
#: components/manage/Contents/ContentsWorkflowModal
705+
# defaultMessage: Select the transition to be used for modifying the items state.
706+
msgid "Select the transition to be used for modifying the items state."
707+
msgstr ""
708+
626709
#: components/SelectInput/SelectInput
627710
# defaultMessage: Seleziona un'opzione
628711
msgid "SelectInput_default_label"
@@ -638,6 +721,11 @@ msgstr ""
638721
msgid "Seleziona un'icona"
639722
msgstr ""
640723

724+
#: components/manage/Contents/ContentsRenameModal
725+
# defaultMessage: Short name
726+
msgid "Short name"
727+
msgstr ""
728+
641729
#: components/ItaliaTheme/Search/SearchCTs
642730
#: components/ItaliaTheme/Search/SearchTopics
643731
# defaultMessage: Mostra tutto
@@ -649,6 +737,16 @@ msgstr ""
649737
msgid "Show all content types"
650738
msgstr ""
651739

740+
#: components/manage/Contents/ContentsDeleteModal
741+
# defaultMessage: Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.
742+
msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
743+
msgstr ""
744+
745+
#: components/manage/Contents/ContentsDeleteModal
746+
# defaultMessage: Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.
747+
msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
748+
msgstr ""
749+
652750
#: components/ItaliaTheme/Search/Search
653751
# defaultMessage: Sono occorsi degli errori
654752
msgid "Sono occorsi degli errori"
@@ -686,10 +784,26 @@ msgstr ""
686784
msgid "Thank you."
687785
msgstr ""
688786

787+
#: components/manage/Contents/ContentsDeleteModal
788+
# defaultMessage: These items will have broken links
789+
msgid "These items will have broken links"
790+
msgstr ""
791+
792+
#: components/manage/Contents/ContentsDeleteModal
793+
# defaultMessage: This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.
794+
msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
795+
msgstr ""
796+
797+
#: components/manage/Contents/ContentsRenameModal
798+
# defaultMessage: This name will be displayed in the URL.
799+
msgid "This name will be displayed in the URL."
800+
msgstr ""
801+
689802
#: components/ItaliaTheme/Blocks/Accordion/Edit
690803
#: components/ItaliaTheme/Blocks/ContactsBlock/Edit
691804
#: components/ItaliaTheme/Blocks/IconBlocks/Edit
692805
#: components/ItaliaTheme/Blocks/VideoGallery/Edit
806+
#: components/manage/Contents/ContentsRenameModal
693807
# defaultMessage: Titolo...
694808
msgid "Title"
695809
msgstr ""
@@ -822,16 +936,51 @@ msgstr ""
822936
msgid "VideoGalleryBlock"
823937
msgstr ""
824938

939+
#: components/manage/Contents/ContentsDeleteModal
940+
# defaultMessage: View links and references to this item
941+
msgid "View links and references to this item"
942+
msgstr ""
943+
825944
#: overrideTranslations
826945
# defaultMessage: Visible only in view mode
827946
msgid "Visible only in view mode"
828947
msgstr ""
829948

949+
#: components/manage/Contents/ContentsWorkflowModal
950+
# defaultMessage: Updating workflow states...
951+
msgid "Workflow Change Loading Message"
952+
msgstr ""
953+
830954
#: config/Blocks/ListingOptions/utils
831955
# defaultMessage: Manda a capo il titolo con un trattino se è troppo lungo
832956
msgid "Wrap title"
833957
msgstr ""
834958

959+
#: components/manage/Contents/ContentsWorkflowModal
960+
# defaultMessage: You are changing workflow of more then {limit} items. It's recommended to contact administrators to do this operation.
961+
msgid "You are changing workflow of more then {limit} items. It's recommended to contact administrators to do this operation."
962+
msgstr ""
963+
964+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
965+
# defaultMessage: You are copying more then {limit} items. It's recommended to contact administrators to do this operation.
966+
msgid "You are copying more then {limit} items. It's recommended to contact administrators to do this operation."
967+
msgstr ""
968+
969+
#: components/manage/Contents/ContentsDeleteModal
970+
# defaultMessage: You are cutting more then {limit} items. It's recommended to contact administrators to do this operation.
971+
msgid "You are deleting more then {limit} items. It's recommended to contact administrators to do this operation."
972+
msgstr ""
973+
974+
#: components/manage/Contents/ContentsPasteModal
975+
# defaultMessage: You are pasting more then {limit} items. It's recommended to contact administrators to do this operation.
976+
msgid "You are pasting more then {limit} items. It's recommended to contact administrators to do this operation."
977+
msgstr ""
978+
979+
#: components/manage/Contents/ContentsRenameModal
980+
# defaultMessage: You are renaming more then {limit} items. It's recommended to contact administrators to do this operation.
981+
msgid "You are renaming more then {limit} items. It's recommended to contact administrators to do this operation."
982+
msgstr ""
983+
835984
#: components/ItaliaTheme/Unauthorized/Unauthorized
836985
# defaultMessage: You are trying to access a protected resource, please {login} first.
837986
msgid "You are trying to access a protected resource, please {login} first."
@@ -2723,6 +2872,16 @@ msgstr ""
27232872
msgid "insert_filter"
27242873
msgstr ""
27252874

2875+
#: components/manage/Contents/ContentsDeleteModal
2876+
# defaultMessage: item
2877+
msgid "item"
2878+
msgstr ""
2879+
2880+
#: components/manage/Contents/ContentsDeleteModal
2881+
# defaultMessage: items
2882+
msgid "items"
2883+
msgstr ""
2884+
27262885
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
27272886
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
27282887
# defaultMessage: Iter del procedimento
@@ -2755,6 +2914,31 @@ msgstr ""
27552914
msgid "link"
27562915
msgstr ""
27572916

2917+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
2918+
# defaultMessage: Cut
2919+
msgid "link-integrity: Cut"
2920+
msgstr ""
2921+
2922+
#: components/manage/Contents/ContentsDeleteModal
2923+
# defaultMessage: Delete
2924+
msgid "link-integrity: Delete"
2925+
msgstr ""
2926+
2927+
#: components/manage/Contents/ContentsDeleteModal
2928+
# defaultMessage: Delete item and break links
2929+
msgid "link-integrity: Delete item and break links"
2930+
msgstr ""
2931+
2932+
#: components/manage/Contents/ContentsAffectedItemsOnCopyModal
2933+
# defaultMessage: Checking...
2934+
msgid "link-integrity: loading"
2935+
msgstr ""
2936+
2937+
#: components/manage/Contents/ContentsDeleteModal
2938+
# defaultMessage: Checking references...
2939+
msgid "link-integrity: loading references"
2940+
msgstr ""
2941+
27582942
#: components/ItaliaTheme/Header/HeaderCenter
27592943
# defaultMessage: homepage
27602944
msgid "link-subsite-homepage-title"
@@ -3214,6 +3398,11 @@ msgstr ""
32143398
msgid "parteciperanno"
32153399
msgstr ""
32163400

3401+
#: components/manage/Contents/ContentsPasteModal
3402+
# defaultMessage: Checking...
3403+
msgid "paste cheching: loading"
3404+
msgstr ""
3405+
32173406
#: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
32183407
# defaultMessage: Patrocinato da
32193408
msgid "patrocinato_da"
@@ -3313,6 +3502,21 @@ msgstr ""
33133502
msgid "reading_time"
33143503
msgstr ""
33153504

3505+
#: components/manage/Contents/ContentsDeleteModal
3506+
# defaultMessage: reference
3507+
msgid "reference"
3508+
msgstr ""
3509+
3510+
#: components/manage/Contents/ContentsDeleteModal
3511+
# defaultMessage: references
3512+
msgid "references"
3513+
msgstr ""
3514+
3515+
#: components/manage/Contents/ContentsDeleteModal
3516+
# defaultMessage: refers to
3517+
msgid "refers to"
3518+
msgstr ""
3519+
33163520
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
33173521
# defaultMessage: Documenti
33183522
msgid "related_doc"

0 commit comments

Comments
 (0)