-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: NaturalHistoryMuseum/ckanext-contact
base: v2.1.4
head repository: NaturalHistoryMuseum/ckanext-contact
compare: main
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c46e9b - Browse repository at this point
Copy the full SHA 7c46e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a1dc6 - Browse repository at this point
Copy the full SHA e5a1dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706b109 - Browse repository at this point
Copy the full SHA 706b109View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d64b15 - Browse repository at this point
Copy the full SHA 8d64b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41059f1 - Browse repository at this point
Copy the full SHA 41059f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c23cb1 - Browse repository at this point
Copy the full SHA 9c23cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7e9fe - Browse repository at this point
Copy the full SHA 0f7e9feView commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91cda49 - Browse repository at this point
Copy the full SHA 91cda49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c99c0e - Browse repository at this point
Copy the full SHA 1c99c0eView commit details
Commits on Mar 28, 2023
-
feat: allow contact emails to be sent to multiple recipients
the mail dict keys "recipient_email" and "recipient_name" can now be set to lists of strings instead of just single string values. When this is detected, an individual email is sent to each address present. This isn't ideal, but it's the best we can do without changing CKAN.
Configuration menu - View commit details
-
Copy full SHA for 02065e6 - Browse repository at this point
Copy the full SHA 02065e6View commit details -
Merge pull request #31 from NaturalHistoryMuseum/josh/send_multiple_e…
…mails feat: allow contact emails to be sent to multiple recipients
Configuration menu - View commit details
-
Copy full SHA for 076572c - Browse repository at this point
Copy the full SHA 076572cView commit details
Commits on Mar 31, 2023
-
feat: allow users to specify a subject line in their contact emails
A subject field is now shown in the contact form, allowing users to specify a custom subject instead of the default one. This creates an order of priority for subject line contents - first user defined, then config defined, then the default defined in the build_subject function signature. The logic goes through each of these options until a valid value is found and then this is used as the subject for the email. The email field in the contact form is completely optional and no validation is done on it.
Configuration menu - View commit details
-
Copy full SHA for 8f9d8d9 - Browse repository at this point
Copy the full SHA 8f9d8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb645b - Browse repository at this point
Copy the full SHA 2eb645bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7f587 - Browse repository at this point
Copy the full SHA 7d7f587View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88a001 - Browse repository at this point
Copy the full SHA a88a001View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49a2008 - Browse repository at this point
Copy the full SHA 49a2008View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3df795 - Browse repository at this point
Copy the full SHA d3df795View commit details
Commits on Apr 4, 2023
-
Merge pull request #32 from NaturalHistoryMuseum/josh/allow_user_subject
feat: allow users to specify a subject line in their contact emails
Configuration menu - View commit details
-
Copy full SHA for 5e26af3 - Browse repository at this point
Copy the full SHA 5e26af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d731f17 - Browse repository at this point
Copy the full SHA d731f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0245fb3 - Browse repository at this point
Copy the full SHA 0245fb3View commit details -
Merge pull request #34 from NaturalHistoryMuseum/josh/subject_prefix
Add prefix to subject from config
Configuration menu - View commit details
-
Copy full SHA for 3da180a - Browse repository at this point
Copy the full SHA 3da180aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b257a3a - Browse repository at this point
Copy the full SHA b257a3aView commit details -
fix: expect no trailing space in the prefix from config
The setting in the ini file can't have a trailing space and there's no way of including it using quotes, so just add one always if we have a prefix set.
Configuration menu - View commit details
-
Copy full SHA for dda5db2 - Browse repository at this point
Copy the full SHA dda5db2View commit details -
Merge pull request #35 from NaturalHistoryMuseum/josh/subject_prefix
fix: expect no trailing space in the prefix from config
Configuration menu - View commit details
-
Copy full SHA for c448af5 - Browse repository at this point
Copy the full SHA c448af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef010c - Browse repository at this point
Copy the full SHA 8ef010cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c58da00 - Browse repository at this point
Copy the full SHA c58da00View commit details -
Merge pull request #37 from NaturalHistoryMuseum/josh/fix-docker-post…
…gres-start-error Update docker-compose config to fix db issue
Configuration menu - View commit details
-
Copy full SHA for 4679e20 - Browse repository at this point
Copy the full SHA 4679e20View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c752d8 - Browse repository at this point
Copy the full SHA 5c752d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae78e1 - Browse repository at this point
Copy the full SHA 1ae78e1View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc17eae - Browse repository at this point
Copy the full SHA cc17eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c288dbd - Browse repository at this point
Copy the full SHA c288dbdView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc19e67 - Browse repository at this point
Copy the full SHA cc19e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d7e3e - Browse repository at this point
Copy the full SHA 36d7e3eView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 014fb48 - Browse repository at this point
Copy the full SHA 014fb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 998f121 - Browse repository at this point
Copy the full SHA 998f121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a916ba - Browse repository at this point
Copy the full SHA 3a916baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b5339 - Browse repository at this point
Copy the full SHA 26b5339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7b544 - Browse repository at this point
Copy the full SHA 1c7b544View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9973420 - Browse repository at this point
Copy the full SHA 9973420View commit details -
Configuration menu - View commit details
-
Copy full SHA for f310fe8 - Browse repository at this point
Copy the full SHA f310fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9a16e - Browse repository at this point
Copy the full SHA dd9a16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a61f2 - Browse repository at this point
Copy the full SHA 22a61f2View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8518647 - Browse repository at this point
Copy the full SHA 8518647View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7aaabe - Browse repository at this point
Copy the full SHA c7aaabeView commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a77134 - Browse repository at this point
Copy the full SHA 9a77134View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ffe25 - Browse repository at this point
Copy the full SHA a4ffe25View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f346c1b - Browse repository at this point
Copy the full SHA f346c1bView commit details
Commits on Jan 3, 2024
-
feat: check provided email address with pyisemail
also adds a config option to turn it off, if necessary Closes: #48
Configuration menu - View commit details
-
Copy full SHA for 64b4a9e - Browse repository at this point
Copy the full SHA 64b4a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6460f - Browse repository at this point
Copy the full SHA 5c6460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e43534 - Browse repository at this point
Copy the full SHA 5e43534View commit details
There are no files selected for viewing
This file was deleted.