Skip to content

Commit

Permalink
chore: merged with 11-alpha (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Dec 5, 2023
1 parent f961828 commit fdc7ae9
Show file tree
Hide file tree
Showing 98 changed files with 1,613 additions and 2,533 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build-args: |
ADDON_NAME=design-comuni-plone-theme
ADDON_PATH=design-comuni-plone-theme
VOLTO_VERSION=17.0.0-alpha.19
VOLTO_VERSION=17.5.0
- name: Deploy to rancher
uses: redturtle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
build-args: |
ADDON_NAME=design-comuni-plone-theme
ADDON_PATH=design-comuni-plone-theme
VOLTO_VERSION=17.0.0-alpha.19
VOLTO_VERSION=17.5.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
build-args: |
ADDON_NAME=design-comuni-plone-theme
ADDON_PATH=design-comuni-plone-theme
VOLTO_VERSION=17.0.0-alpha.19
VOLTO_VERSION=17.5.0
1,544 changes: 674 additions & 870 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
# ADDON ?= "design-comuni-plone-theme"

PLONE_VERSION=6
VOLTO_VERSION=17.0.0-alpha.19
VOLTO_VERSION=17.5.0

ADDON_NAME='design-comuni-plone-theme'
ADDON_PATH='design-comuni-plone-theme'
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@

- Sistemata la visualizzazione per la barra di Slate, ora è possibile visualizzare tutti i pulsanti anche su schermi più piccoli

### Novità

- Modificata l'altezza delle immagini delle card, per essere in linea con i template agid.
## Versione 10.4.3 (28/11/2023)

### Migliorie
Expand Down
4 changes: 0 additions & 4 deletions jest-addon.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ module.exports = {
],
moduleNameMapper: {
'\\.(css|less|scss|sass|svg)$': 'identity-obj-proxy',
'@plone/volto/components/theme/Image/Image':
'<rootDir>/src/addons/design-comuni-plone-theme/src/components/Image/Image.jsx',
'@plone/volto/helpers/Image/Image':
'<rootDir>/src/addons/design-comuni-plone-theme/src/components/Image/helpers.js',
'@plone/volto/cypress': '<rootDir>/node_modules/@plone/volto/cypress',
'@plone/volto/babel': '<rootDir>/node_modules/@plone/volto/babel',
'@plone/volto/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
Expand Down
16 changes: 16 additions & 0 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@ msgstr ""
msgid "Open in a new tab"
msgstr ""

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr ""

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1079,6 +1084,11 @@ msgstr ""
msgid "block_bg_color"
msgstr ""

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr ""

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1375,6 +1385,12 @@ msgstr ""
msgid "cured_by_people"
msgstr ""

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr ""

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
16 changes: 16 additions & 0 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ msgstr "- open in a new tab"
msgid "Open in a new tab"
msgstr ""

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr "Page"

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1064,6 +1069,11 @@ msgstr "Biography"
msgid "block_bg_color"
msgstr ""

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr "Navigation path"

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1360,6 +1370,12 @@ msgstr "Cured by"
msgid "cured_by_people"
msgstr "People"

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr "active"

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
16 changes: 16 additions & 0 deletions locales/es/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@ msgstr "- abrir en una nueva pestaña"
msgid "Open in a new tab"
msgstr "Abrir en un nueva pestaña"

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr ""

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1073,6 +1078,11 @@ msgstr "Biografía"
msgid "block_bg_color"
msgstr "Color de fondo"

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr ""

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1369,6 +1379,12 @@ msgstr "Editado por"
msgid "cured_by_people"
msgstr "Gente"

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr ""

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
16 changes: 16 additions & 0 deletions locales/fr/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ msgstr ""
msgid "Open in a new tab"
msgstr ""

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr ""

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1081,6 +1086,11 @@ msgstr "Biographie"
msgid "block_bg_color"
msgstr ""

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr ""

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1377,6 +1387,12 @@ msgstr "Édité par"
msgid "cured_by_people"
msgstr "Gens"

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr ""

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
16 changes: 16 additions & 0 deletions locales/it/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ msgstr "- apri in nuova scheda"
msgid "Open in a new tab"
msgstr "Apri in un nuovo tab"

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr ""

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1064,6 +1069,11 @@ msgstr "Biografia"
msgid "block_bg_color"
msgstr "Colore di sfondo"

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr ""

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1360,6 +1370,12 @@ msgstr "A cura di"
msgid "cured_by_people"
msgstr "Persone"

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr ""

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
18 changes: 17 additions & 1 deletion locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2023-11-24T12:06:19.839Z\n"
"POT-Creation-Date: 2023-11-30T09:45:03.284Z\n"
"Last-Translator: Plone i18n <[email protected]>\n"
"Language-Team: Plone i18n <[email protected]>\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -435,6 +435,11 @@ msgstr ""
msgid "Open in a new tab"
msgstr ""

#: components/ItaliaTheme/Pagination/PaginationItem
# defaultMessage: Pagina
msgid "Page"
msgstr ""

#: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
#: config/Blocks/ListingOptions/utils
# defaultMessage: Filtro
Expand Down Expand Up @@ -1066,6 +1071,11 @@ msgstr ""
msgid "block_bg_color"
msgstr ""

#: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
# defaultMessage: Percorso di navigazione
msgid "breadcrumb"
msgstr ""

#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
# defaultMessage: Calendario
msgid "calendarBlockSidebarTitle"
Expand Down Expand Up @@ -1362,6 +1372,12 @@ msgstr ""
msgid "cured_by_people"
msgstr ""

#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
#: components/ReleaseLog/ReleaseLog
# defaultMessage: attivo
msgid "currentActive"
msgstr ""

#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
# defaultMessage: Curriculum vitae
msgid "curriculum_vitae"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-comuni-plone-theme",
"description": "Volto Theme for Italia design guidelines",
"license": "GPL-v3",
"version": "10.4.3",
"version": "11.0.0-alpha.2",
"main": "src/index.js",
"keywords": [
"volto-addon",
Expand Down Expand Up @@ -124,9 +124,9 @@
"@eeacms/volto-taxonomy": "^1.0.0",
"@loadable/babel-plugin": "5.13.2",
"@plone-collective/volto-sentry": "0.3.0",
"bootstrap-italia": "2.2.0",
"bootstrap-italia": "2.6.1",
"classnames": "^2.3.2",
"design-react-kit": "italia/design-react-kit#fc9b40257ba3cb613141faf217f1f5b806489740",
"design-react-kit": "5.0.0-1",
"htmldiff-js": "1.0.5",
"marked": "9.0.0",
"react-dropzone": "11.0.1",
Expand All @@ -143,7 +143,7 @@
"volto-blocks-widget": "3.1.0",
"volto-data-grid-widget": "2.2.3",
"volto-dropdownmenu": "4.1.0",
"volto-editablefooter": "5.0.2",
"volto-editablefooter": "5.0.3",
"volto-feedback": "0.1.5",
"volto-form-block": "3.1.0",
"volto-gdpr-privacy": "2.1.0",
Expand Down Expand Up @@ -190,7 +190,7 @@
"stylelint-prettier": "4.0.2"
},
"peerDependencies": {
"@plone/volto": "17.0.0-alpha.19"
"@plone/volto": "17.5.0"
},
"packageManager": "[email protected]"
}
17 changes: 0 additions & 17 deletions razzle.extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,23 +108,6 @@ const modify = (webpackConfig, { target, dev }, webpackObject) => {
const babelLoader = webpackConfig.module.rules.find(babelLoaderFinder);
babelLoader.include.push(/node_modules\/design-react-kit/);

webpackConfig.resolve.alias = {
// TODO remove the next two when implemented in core
'@plone/volto/components/theme/Image/Image': `${__dirname}/src/components/Image/Image.jsx`,
'@plone/volto/helpers/Image/Image': `${__dirname}/src/components/Image/helpers.js`,
...webpackConfig.resolve.alias,
// 'design-comuni-plone-theme': `${__dirname}/src`,
};

// remove unused languages. (TODO: move to ENV at build time)
// webpackConfig.plugins.push(
// new webpackObject.ContextReplacementPlugin(
// /moment[/\\]locale$/,
// /(it|it-it|en-us|en-gb)$/,
// ),
// // Ignore all locale files of moment.js - new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
// );

return webpackConfig;
};

Expand Down
Loading

0 comments on commit fdc7ae9

Please sign in to comment.