@eeacms/volto-cca-policy 0.3.103 → 0.3.105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +28 -3032
  3. package/locales/cs/LC_MESSAGES/volto.po +31 -3035
  4. package/locales/da/LC_MESSAGES/volto.po +31 -3035
  5. package/locales/de/LC_MESSAGES/volto.po +31 -3035
  6. package/locales/el/LC_MESSAGES/volto.po +28 -3032
  7. package/locales/en/LC_MESSAGES/volto.po +21 -3025
  8. package/locales/es/LC_MESSAGES/volto.po +28 -3032
  9. package/locales/et/LC_MESSAGES/volto.po +28 -3032
  10. package/locales/fi/LC_MESSAGES/volto.po +28 -3032
  11. package/locales/fr/LC_MESSAGES/volto.po +28 -3032
  12. package/locales/ga/LC_MESSAGES/volto.po +28 -3032
  13. package/locales/hr/LC_MESSAGES/volto.po +28 -3032
  14. package/locales/hu/LC_MESSAGES/volto.po +28 -3032
  15. package/locales/is/LC_MESSAGES/volto.po +28 -3032
  16. package/locales/it/LC_MESSAGES/volto.po +28 -3032
  17. package/locales/lt/LC_MESSAGES/volto.po +28 -3032
  18. package/locales/lv/LC_MESSAGES/volto.po +28 -3032
  19. package/locales/mt/LC_MESSAGES/volto.po +28 -3032
  20. package/locales/nl/LC_MESSAGES/volto.po +28 -3032
  21. package/locales/nn/LC_MESSAGES/volto.po +31 -3035
  22. package/locales/pl/LC_MESSAGES/volto.po +28 -3032
  23. package/locales/pt/LC_MESSAGES/volto.po +28 -3032
  24. package/locales/ro/LC_MESSAGES/volto.po +28 -3032
  25. package/locales/sk/LC_MESSAGES/volto.po +31 -3035
  26. package/locales/sl/LC_MESSAGES/volto.po +28 -3032
  27. package/locales/sv/LC_MESSAGES/volto.po +31 -3035
  28. package/locales/tr/LC_MESSAGES/volto.po +28 -3032
  29. package/locales/volto.pot +31 -11
  30. package/package.json +2 -2
  31. package/src/components/theme/TranslationDisclaimer/TranslationInfo.jsx +99 -0
  32. package/src/customizations/@eeacms/volto-listing-block/README.md +1 -0
  33. package/src/customizations/@eeacms/volto-listing-block/blocks/Listing/item-templates/SimpleItemTemplates.jsx +62 -0
  34. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +453 -0
  35. package/src/customizations/volto/components/manage/Widgets/README.md +1 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.3.105](https://github.com/eea/volto-cca-policy/compare/0.3.104...0.3.105) - 19 March 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(teaser): preserve query strings in SimpleItemTemplates.jsx [kreafox - [`dec6b82`](https://github.com/eea/volto-cca-policy/commit/dec6b82b60e50e881a352e910227ef32ef2812a2)]
12
+ - feat(teaser): modified ObjectBrowserWidget to show links with query strings for manual links [kreafox - [`a1141ee`](https://github.com/eea/volto-cca-policy/commit/a1141eec28f6731b715f3cece352df11e3cf3ee6)]
13
+
14
+ #### :house: Internal changes
15
+
16
+ - style: Automated code fix [eea-jenkins - [`c93a86b`](https://github.com/eea/volto-cca-policy/commit/c93a86be5bb37bc5b736d574baac0b6bc489fb2c)]
17
+
18
+ #### :hammer_and_wrench: Others
19
+
20
+ - core: added original SimpleItemTemplates.jsx for customization [kreafox - [`d707919`](https://github.com/eea/volto-cca-policy/commit/d7079194a82a4a91b9d91345c765156360706608)]
21
+ - core: added ObjectBrowserWidget.jsx customization [kreafox - [`50cd014`](https://github.com/eea/volto-cca-policy/commit/50cd014f4ca7bfb070b5760cbf7186388bf9ab6d)]
22
+ ### [0.3.104](https://github.com/eea/volto-cca-policy/compare/0.3.103...0.3.104) - 5 March 2026
23
+
24
+ #### :rocket: Dependency updates
25
+
26
+ - Release @eeacms/volto-datablocks@7.3.5 [EEA Jenkins - [`f242aae`](https://github.com/eea/volto-cca-policy/commit/f242aaef9171aa63dae0de854c37978538046eae)]
27
+
28
+ #### :hammer_and_wrench: Others
29
+
30
+ - Refs #293701 - more translations [iugin - [`b690b46`](https://github.com/eea/volto-cca-policy/commit/b690b4679b5910448d97b8659b431209701f42b4)]
31
+ - Refs #293701 - add translations [iugin - [`40c0935`](https://github.com/eea/volto-cca-policy/commit/40c09355b0d25341ae4137b745accfd75ba44824)]
7
32
  ### [0.3.103](https://github.com/eea/volto-cca-policy/compare/0.3.102...0.3.103) - 2 March 2026
8
33
 
9
34
  #### :bug: Bug Fixes
@@ -15,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
15
40
 
16
41
  #### :house: Internal changes
17
42
 
43
+ - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
18
44
 
19
45
  ### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
20
46
 
@@ -24,6 +50,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
24
50
 
25
51
  #### :house: Internal changes
26
52
 
53
+ - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
27
54
 
28
55
  ### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
29
56
 
@@ -311,6 +338,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
311
338
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
312
339
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
313
340
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
341
+ - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
314
342
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
315
343
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
316
344
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -3073,10 +3101,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3073
3101
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
3074
3102
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
3075
3103
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
3104
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
3105
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
3076
3106
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
3077
3107
 
3078
3108
  #### :house: Internal changes
3079
3109
 
3110
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
3080
3111
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
3081
3112
 
3082
3113
  #### :hammer_and_wrench: Others
@@ -3093,6 +3124,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3093
3124
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
3094
3125
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
3095
3126
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
3127
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
3128
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
3129
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
3096
3130
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
3097
3131
  - Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
3098
3132
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -3309,6 +3343,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3309
3343
 
3310
3344
  #### :house: Internal changes
3311
3345
 
3346
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
3312
3347
 
3313
3348
  #### :hammer_and_wrench: Others
3314
3349
 
@@ -3789,6 +3824,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3789
3824
  #### :hammer_and_wrench: Others
3790
3825
 
3791
3826
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
3827
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
3792
3828
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
3793
3829
 
3794
3830
  #### :hammer_and_wrench: Others