Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contact-info view #312

Merged
merged 29 commits into from
Apr 18, 2019
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
62755f4
add contactinfo container
cekk Nov 11, 2018
96d77a4
add contact info to config files
cekk Nov 11, 2018
61211c4
set contact link as a Router Link
cekk Nov 11, 2018
2b9079e
fix code format
cekk Nov 11, 2018
a988978
update translations
cekk Nov 11, 2018
3fdf90e
update outdated snapshots
cekk Nov 11, 2018
d2de837
update changelog
cekk Nov 11, 2018
7778086
fix tests
cekk Nov 11, 2018
3cb7f00
add contactinfo container
cekk Nov 11, 2018
1d8c9e4
add contact info to config files
cekk Nov 11, 2018
169b084
set contact link as a Router Link
cekk Nov 11, 2018
a14e119
fix code format
cekk Nov 11, 2018
dffe5c4
update translations
cekk Nov 11, 2018
7e8f58b
update outdated snapshots
cekk Nov 11, 2018
81264d8
update changelog
cekk Nov 11, 2018
570aa82
fix tests
cekk Nov 11, 2018
47debbc
Merge branch 'cekk_contact_form' of github.com:plone/volto into cekk_…
cekk Nov 11, 2018
7d08d3f
Merge branch 'master' into cekk_contact_form
tisto Dec 2, 2018
1171f85
Merge branch 'master' into cekk_contact_form
sneridagh Feb 19, 2019
fc0f862
Merge branch 'master' into cekk_contact_form
sneridagh Mar 2, 2019
f79a244
Add generic recaptcha feature for Form component. Fist implementation…
sneridagh Mar 2, 2019
22cbfae
Login -> ContactInfo in code comments.
tisto Mar 19, 2019
b2b0ec8
Merge branch 'master' into cekk_contact_form
sneridagh Apr 18, 2019
b8c0afc
Revert "Add generic recaptcha feature for Form component. Fist implem…
sneridagh Apr 18, 2019
7a24be5
Ready to merge
sneridagh Apr 18, 2019
488800f
fix route path
cekk Apr 18, 2019
86552db
remove unused import
cekk Apr 18, 2019
c8b4427
rename contact-info into contact-form
cekk Apr 18, 2019
fc14d8b
Merge branch 'master' into cekk_contact_form
sneridagh Apr 18, 2019
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
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Added

- contact-form view @cekk

### Changes

## 2.1.3 (2019-04-17)
Expand Down Expand Up @@ -136,7 +138,7 @@
- Set image width in Volto editor to 50% for images that float left/right @timo
- Ability to navigate through the existing tiles with the cursors. @sneridagh
- HTML Tile for Volto Editor with preview and code prettifier
@ajayns @nileshgulia1 @sneridagh
@ajayns @nileshgulia1 @sneridagh
- Add error log in the SSR console @sneridagh
- Add SSR helper to get resources (images/files) from the server using the API
headers. This fixes the missing images on non published resources while editing @sneridagh
Expand Down Expand Up @@ -189,14 +191,13 @@
- Fix CSS sourcemaps by make postcss stage to accept other stages sourcemaps
@sneridagh
- Add IE11 fixes by pinning some packages, added documentation in `docs` about
it and how to deal with it. However, compatibility is *NOT* guaranteed in
it and how to deal with it. However, compatibility is _NOT_ guaranteed in
future Volto releases @sneridagh
- Fix Header scroll in Firefox in case that there are lot of items in the nav
@sneridagh
- Add supported browsers in README @sneridagh
- Default tile position to center for all the existing tiles @sneridagh


## 1.4.0 (2019-02-15)

### Added
Expand All @@ -215,21 +216,21 @@

### Added

- Improve the definitions of the view/edit tiles components for better
extensibility. This might be a BREAKING change if you have already used the
old way to extend/add more tiles, please update to the new one @sneridagh
- Improve the definitions of the view/edit tiles components for better
extensibility. This might be a BREAKING change if you have already used the
old way to extend/add more tiles, please update to the new one @sneridagh

### Changes

- Fix Travis unit testing false green @sneridagh
- Fix bad Proptype for location in ScrollToTop component @sneridagh
- Fix Travis unit testing false green @sneridagh
- Fix bad Proptype for location in ScrollToTop component @sneridagh

## 1.2.1 (2019-02-04)

### Changes

- Bring back the scroll to top on every route change feature @sneridagh
- Loosen node version, allow LTS (v8 and v10) @sneridagh
- Bring back the scroll to top on every route change feature @sneridagh
- Loosen node version, allow LTS (v8 and v10) @sneridagh

## 1.2.0 (2019-01-22)

Expand Down
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ msgstr "Aufsteigend"
#: components/manage/Preferences/PersonalInformation
#: components/manage/Preferences/PersonalPreferences
#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Back"
msgstr "Zurück"

Expand Down Expand Up @@ -185,6 +187,11 @@ msgstr "Passwort bestätigen"
msgid "Contact"
msgstr "Kontakt"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Contact form"
msgstr ""

#: components/manage/Contents/Contents
msgid "Contents"
msgstr "Inhaltsverzeichnis"
Expand Down Expand Up @@ -236,6 +243,8 @@ msgstr "Datum"
#: components/manage/Widgets/WysiwygWidget
#: components/theme/Comments/CommentEditModal
#: components/theme/Comments/Comments
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/PasswordReset/PasswordReset
#: components/theme/PasswordReset/RequestPasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -323,6 +332,11 @@ msgstr "Fieldset bearbeiten"
msgid "Edit {title}"
msgstr "{title} bearbeiten"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Email sent"
msgstr ""

#: components/manage/Tiles/Video/Edit
msgid "Enter Video URL"
msgstr "Video-URL eingeben"
Expand Down Expand Up @@ -352,6 +366,8 @@ msgstr "Geben Sie ihr neues Passwort ein. Mindestens 5 Zeichen."

#: components/manage/Form/Form
#: components/manage/Widgets/SchemaWidget
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/Login/Login
msgid "Error"
msgstr "Fehler"
Expand All @@ -376,6 +392,11 @@ msgstr "Dateiname"
msgid "Filter…"
msgstr "Filter…"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "From"
msgstr ""

#: components/manage/Preferences/PersonalInformation
#: components/theme/PasswordReset/PasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -466,6 +487,11 @@ msgstr "Anmelden"
msgid "Login Name"
msgstr "Benutzername"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Message"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "Minimum length is {len}."
Expand All @@ -488,6 +514,8 @@ msgid "My email address is"
msgstr "Meine E-Mail-Adresse lautet"

#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Name"
msgstr "Name"

Expand Down Expand Up @@ -687,6 +715,11 @@ msgstr "Auswahl"
msgid "Select…"
msgstr "Wähle…"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Send"
msgstr ""

#: components/theme/PasswordReset/PasswordReset
msgid "Set my password"
msgstr "Passwort neu setzen"
Expand Down Expand Up @@ -753,6 +786,11 @@ msgstr "Status: {current}"
msgid "String"
msgstr "Text"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Subject"
msgstr ""

#: components/manage/Contents/Contents
#: components/manage/Contents/ContentsTagsModal
msgid "Tags"
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ msgstr ""
#: components/manage/Preferences/PersonalInformation
#: components/manage/Preferences/PersonalPreferences
#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Back"
msgstr ""

Expand Down Expand Up @@ -170,6 +172,11 @@ msgstr ""
msgid "Contact"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Contact form"
msgstr ""

#: components/manage/Contents/Contents
msgid "Contents"
msgstr ""
Expand Down Expand Up @@ -221,6 +228,8 @@ msgstr ""
#: components/manage/Widgets/WysiwygWidget
#: components/theme/Comments/CommentEditModal
#: components/theme/Comments/Comments
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/PasswordReset/PasswordReset
#: components/theme/PasswordReset/RequestPasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -308,6 +317,11 @@ msgstr ""
msgid "Edit {title}"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Email sent"
msgstr ""

#: components/manage/Tiles/Video/Edit
msgid "Enter Video URL"
msgstr ""
Expand Down Expand Up @@ -337,6 +351,8 @@ msgstr ""

#: components/manage/Form/Form
#: components/manage/Widgets/SchemaWidget
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/Login/Login
msgid "Error"
msgstr ""
Expand All @@ -361,6 +377,11 @@ msgstr ""
msgid "Filter…"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "From"
msgstr ""

#: components/manage/Preferences/PersonalInformation
#: components/theme/PasswordReset/PasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -451,6 +472,11 @@ msgstr ""
msgid "Login Name"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Message"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "Minimum length is {len}."
Expand All @@ -473,6 +499,8 @@ msgid "My email address is"
msgstr ""

#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Name"
msgstr ""

Expand Down Expand Up @@ -672,6 +700,11 @@ msgstr ""
msgid "Select…"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Send"
msgstr ""

#: components/theme/PasswordReset/PasswordReset
msgid "Set my password"
msgstr ""
Expand Down Expand Up @@ -738,6 +771,11 @@ msgstr ""
msgid "String"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Subject"
msgstr ""

#: components/manage/Contents/Contents
#: components/manage/Contents/ContentsTagsModal
msgid "Tags"
Expand Down
2 changes: 1 addition & 1 deletion locales/nl.json

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions locales/nl/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ msgstr "Oplopend"
#: components/manage/Preferences/PersonalInformation
#: components/manage/Preferences/PersonalPreferences
#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Back"
msgstr ""

Expand Down Expand Up @@ -189,6 +191,11 @@ msgstr "Wachtwoord bevestigen"
msgid "Contact"
msgstr "Contact"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Contact form"
msgstr ""

#: components/manage/Contents/Contents
msgid "Contents"
msgstr "Inhoud"
Expand Down Expand Up @@ -240,6 +247,8 @@ msgstr ""
#: components/manage/Widgets/WysiwygWidget
#: components/theme/Comments/CommentEditModal
#: components/theme/Comments/Comments
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/PasswordReset/PasswordReset
#: components/theme/PasswordReset/RequestPasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -327,6 +336,11 @@ msgstr ""
msgid "Edit {title}"
msgstr "{title} bewerken"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Email sent"
msgstr ""

#: components/manage/Tiles/Video/Edit
msgid "Enter Video URL"
msgstr ""
Expand Down Expand Up @@ -356,6 +370,8 @@ msgstr "Geef een nieuw wachtwoord op. Minimaal 5 karakters."

#: components/manage/Form/Form
#: components/manage/Widgets/SchemaWidget
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
#: components/theme/Login/Login
msgid "Error"
msgstr ""
Expand All @@ -380,6 +396,11 @@ msgstr "Bestandsnaam"
msgid "Filter…"
msgstr "Filter…"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "From"
msgstr ""

#: components/manage/Preferences/PersonalInformation
#: components/theme/PasswordReset/PasswordReset
#: components/theme/Register/Register
Expand Down Expand Up @@ -470,6 +491,11 @@ msgstr "Inloggen"
msgid "Login Name"
msgstr "Gebruikersnaam"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Message"
msgstr ""

#: components/manage/Form/Form
#: components/manage/Form/ModalForm
msgid "Minimum length is {len}."
Expand All @@ -492,6 +518,8 @@ msgid "My email address is"
msgstr ""

#: components/manage/Sharing/Sharing
#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Name"
msgstr "Naam"

Expand Down Expand Up @@ -691,6 +719,11 @@ msgstr ""
msgid "Select…"
msgstr "Selecteer…"

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Send"
msgstr ""

#: components/theme/PasswordReset/PasswordReset
msgid "Set my password"
msgstr ""
Expand Down Expand Up @@ -757,6 +790,11 @@ msgstr "Status: {current}"
msgid "String"
msgstr ""

#: components/theme/ContactForm/ContactForm
#: components/theme/ContactForm/ContactForm
msgid "Subject"
msgstr ""

#: components/manage/Contents/Contents
#: components/manage/Contents/ContentsTagsModal
msgid "Tags"
Expand Down
Loading