Skip to content

Commit

Permalink
Merge branch 'master' into translations-de-folder-contents
Browse files Browse the repository at this point in the history
* master:
  Polish Users and Groups Control Panel (#1379)
  Make label of checkboxwidget clickable  (#1415)
  Unauthorized on folder contents if no proper credentials and improve console info on run (#1423)
  Improvement of API requests error handling (#1141)
  • Loading branch information
sneridagh committed Apr 26, 2020
2 parents 9218ac3 + 31b761b commit 474f731
Show file tree
Hide file tree
Showing 57 changed files with 1,618 additions and 1,144 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@

### Feature

- Improvement of API requests error handling @sneridagh
- Unauthorized on folder contents if no proper credentials @sneridagh

### Bugfix

- Improve German translations for folder contents view @timo
- Make label of checkboxwidget clickable @pbauer #1414
- Show new added user in user control panel @iFlameing #1271
- Support multi selection in roles and groups and polish add user #1372

### Internal

- Add crossorigin to the preload resources tags while in development @sneridagh
- Permissions in contents and Edit @sneridagh
- Fix the error on content Edit no credentials now shows `Unauthorized` @sneridagh
- Improve console server output showing info @sneridagh

## 5.1.0 (2020-04-23)

Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/folder-contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (Cypress.env('API') !== 'guillotina') {
cy.get('#field-state')
.click()
.type('Publish{enter}');
cy.get('.fitted.checkbox').click();
cy.get('.checkbox').click();
cy.get('button[title="Save"]').click();

// then the content must change its state from private to publish
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/user-control-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (Cypress.env('API') !== 'guillotina') {
cy.get('input[id="field-password"]')
.clear()
.type('test@test');
cy.get('.arrow').click();
cy.get('button[title="Save"]').click();

// then the user section must contains a fullname when I searched the
// same with the same username
Expand Down
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ msgstr "Vergleichen"
msgid "Confirm password"
msgstr "Passwort bestätigen"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "Connection refused"
msgstr ""

#: components/theme/Footer/Footer
msgid "Contact"
msgstr "Kontakt"
Expand Down Expand Up @@ -1375,6 +1379,8 @@ msgstr "Template"
msgid "Text"
msgstr "Text"

#: components/theme/ConnectionRefused/ConnectionRefused
#: components/theme/CorsError/CorsError
#: components/theme/NotFound/NotFound
#: components/theme/Unauthorized/Unauthorized
msgid "Thank you."
Expand All @@ -1384,6 +1390,14 @@ msgstr "Vielen Dank."
msgid "The URL for your external home page, if you have one."
msgstr "Die URL Ihrer externen Homepage, sollten Sie eine besitzen."

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
msgstr ""

#: components/theme/Register/Register
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
msgstr "Bitte prüfen Sie Ihr E-Mail Postfach. Sie sollten eine E-Mail erhalten haben mit Anweisungen, wie Sie Ihren Zugang aktivieren können."
Expand All @@ -1396,6 +1410,10 @@ msgstr "Benutzer Portrait/Avatar"
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
msgstr "{plonecms} {copyright} 2000-{current_year} {plonefoundation} und Freunde."

#: components/theme/CorsError/CorsError
msgid "There is a configuration problem on the backend"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "There were some errors."
Expand Down Expand Up @@ -1553,6 +1571,14 @@ msgstr "Diese revision ansehen"
msgid "Viewmode"
msgstr "Ansicht"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not configured properly right now. Please, try again later."
msgstr ""

#: components/theme/NotFound/NotFound
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
msgstr "Entschuldigung, aber die Webseite die Sie versucht haben zu erreichen ist hier nicht verfügbar. Bitte benutzen Sie die aufgeführten Verweise um zu finden was Sie gesucht haben."
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ msgstr ""
msgid "Confirm password"
msgstr ""

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "Connection refused"
msgstr ""

#: components/theme/Footer/Footer
msgid "Contact"
msgstr ""
Expand Down Expand Up @@ -1360,6 +1364,8 @@ msgstr ""
msgid "Text"
msgstr ""

#: components/theme/ConnectionRefused/ConnectionRefused
#: components/theme/CorsError/CorsError
#: components/theme/NotFound/NotFound
#: components/theme/Unauthorized/Unauthorized
msgid "Thank you."
Expand All @@ -1369,6 +1375,14 @@ msgstr ""
msgid "The URL for your external home page, if you have one."
msgstr ""

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
msgstr ""

#: components/theme/Register/Register
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
msgstr ""
Expand All @@ -1381,6 +1395,10 @@ msgstr ""
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "There is a configuration problem on the backend"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "There were some errors."
Expand Down Expand Up @@ -1538,6 +1556,14 @@ msgstr ""
msgid "Viewmode"
msgstr ""

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not configured properly right now. Please, try again later."
msgstr ""

#: components/theme/NotFound/NotFound
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion locales/es.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions locales/es/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ msgstr "Comparar"
msgid "Confirm password"
msgstr "Confirme contraseña"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "Connection refused"
msgstr ""

#: components/theme/Footer/Footer
msgid "Contact"
msgstr "Contactos"
Expand Down Expand Up @@ -1370,6 +1374,8 @@ msgstr ""
msgid "Text"
msgstr "Texto"

#: components/theme/ConnectionRefused/ConnectionRefused
#: components/theme/CorsError/CorsError
#: components/theme/NotFound/NotFound
#: components/theme/Unauthorized/Unauthorized
msgid "Thank you."
Expand All @@ -1379,6 +1385,14 @@ msgstr "Gracias."
msgid "The URL for your external home page, if you have one."
msgstr "La dirección URL de su página personal externa, si tiene una."

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
msgstr ""

#: components/theme/Register/Register
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
msgstr "El registro fue exitoso. Verifique su bandeja de entrada para obtener información sobre cómo activar su cuenta."
Expand All @@ -1391,6 +1405,10 @@ msgstr "El retrato/avatar del usuario"
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
msgstr "El {plonecms} es {copyright} 2000-{current_year} por la {plonefoundation} y amigos."

#: components/theme/CorsError/CorsError
msgid "There is a configuration problem on the backend"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "There were some errors."
Expand Down Expand Up @@ -1548,6 +1566,14 @@ msgstr "Mostrar esta revisión"
msgid "Viewmode"
msgstr "Modo Ver"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not configured properly right now. Please, try again later."
msgstr ""

#: components/theme/NotFound/NotFound
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
msgstr "Disculpe las molestias, la página a la que está intentando acceder no existe en esta dirección. Puede usar el siguiente enlace para encontrar lo que estaba buscando."
Expand Down
2 changes: 1 addition & 1 deletion locales/it.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions locales/it/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ msgstr "Confronta"
msgid "Confirm password"
msgstr "Conferma password"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "Connection refused"
msgstr ""

#: components/theme/Footer/Footer
msgid "Contact"
msgstr "Contatti"
Expand Down Expand Up @@ -1360,6 +1364,8 @@ msgstr "Template"
msgid "Text"
msgstr "Testo"

#: components/theme/ConnectionRefused/ConnectionRefused
#: components/theme/CorsError/CorsError
#: components/theme/NotFound/NotFound
#: components/theme/Unauthorized/Unauthorized
msgid "Thank you."
Expand All @@ -1369,6 +1375,14 @@ msgstr "Grazie."
msgid "The URL for your external home page, if you have one."
msgstr "L'indirizzo della tua pagina personale esterna, se ne hai una."

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
msgstr ""

#: components/theme/Register/Register
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
msgstr "La registrazione è avvenuta correttamente. Per favore controlla la tua casella di posta per informazioni su come attivare il tuo account."
Expand All @@ -1381,6 +1395,10 @@ msgstr "L'avatar/ritratto utente"
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
msgstr "{plonecms} è {copyright} 2000-{current_year} della {plonefoundation} ed amici."

#: components/theme/CorsError/CorsError
msgid "There is a configuration problem on the backend"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "There were some errors."
Expand Down Expand Up @@ -1538,6 +1556,14 @@ msgstr "Mostra questa revisione"
msgid "Viewmode"
msgstr "Vista"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not configured properly right now. Please, try again later."
msgstr ""

#: components/theme/NotFound/NotFound
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
msgstr "Ci scusiamo per l'inconveniente, la pagina cui stai provando ad accedere non esiste a questo indirizzo. Puoi usare il link qui sotto per trovare quello che stavi cercando."
Expand Down
2 changes: 1 addition & 1 deletion locales/ja.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions locales/ja/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ msgstr "比較"
msgid "Confirm password"
msgstr "パスワードを確認"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "Connection refused"
msgstr ""

#: components/theme/Footer/Footer
msgid "Contact"
msgstr "お問い合わせ"
Expand Down Expand Up @@ -1367,6 +1371,8 @@ msgstr "テンプレート"
msgid "Text"
msgstr "テキスト"

#: components/theme/ConnectionRefused/ConnectionRefused
#: components/theme/CorsError/CorsError
#: components/theme/NotFound/NotFound
#: components/theme/Unauthorized/Unauthorized
msgid "Thank you."
Expand All @@ -1376,6 +1382,14 @@ msgstr "ありがとうございます。"
msgid "The URL for your external home page, if you have one."
msgstr "外部ホームページがあればURLを記載してください。"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
msgstr ""

#: components/theme/Register/Register
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
msgstr "The registration process has been successful. Please check your e-mail inbox for information on how activate your account. (未翻訳)"
Expand All @@ -1388,6 +1402,10 @@ msgstr "写真やアバターなどプロフィール画像を登録してくだ
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
msgstr "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."

#: components/theme/CorsError/CorsError
msgid "There is a configuration problem on the backend"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "There were some errors."
Expand Down Expand Up @@ -1545,6 +1563,14 @@ msgstr "この履歴を表示"
msgid "Viewmode"
msgstr "表示モード"

#: components/theme/ConnectionRefused/ConnectionRefused
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
msgstr ""

#: components/theme/CorsError/CorsError
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not configured properly right now. Please, try again later."
msgstr ""

#: components/theme/NotFound/NotFound
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
msgstr "不便をかけて申し訳ありませんが、アクセスしようとしたページはこのアドレスではありません。"
Expand Down
Loading

0 comments on commit 474f731

Please sign in to comment.