summaryrefslogtreecommitdiff
path: root/contact
AgeCommit message (Collapse)Author
2026-02-05Fixed Akismet testing.Sarah Boyce
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-05-06Improved accessibility of DSF contact formAgnès Haasser
* Used proper label tags instead of placeholders * Improved visual styling of errors
2024-11-17[contact] Marked all user-facing strings for translationMark Walker
Refs #1648
2024-06-14Upgraded Django to 4.2.13 (attempt 3)Baptiste Mispelon
2024-06-14Revert "Upgraded Django to 4.2.10 (attempt 2)"Baptiste Mispelon
This reverts commit 9e853b057d8f39f34af341811841edda76cc7bc8.
2024-06-14Upgraded Django to 4.2.10 (attempt 2)Baptiste Mispelon
2024-06-09Revert "Upgraded Django to 4.2.10"Baptiste Mispelon
This reverts commit 947727fa94f313dd46c6171be20e61a7255bdf69.
2024-06-09Upgraded Django to 4.2.10Baptiste Mispelon
2024-02-23Upgraded django-recaptcha to 4.0.0.Baptiste Mispelon
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2024-02-22Reverted "Upgraded to django-recaptcha 4.0.0."Mariusz Felisiak
This reverts commit 901bdd96e0c3e9a96bcf34b15fbfda854d682e17.
2024-02-22Upgraded to django-recaptcha 4.0.0.Baptiste Mispelon
2023-12-19Reverted "Upgraded django-recaptcha to 4.0.0."Mariusz Felisiak
This reverts commit 16787c80e2acdbfb32b5b9711e95715ed9cca222.
2023-12-19Upgraded django-recaptcha to 4.0.0.Sarah Boyce
2023-12-14Reverted "Upgraded django-recaptcha to 4.0.0."Mariusz Felisiak
This reverts commit 2b7c3bb6d50a3f8b287593104a8e664f4d234378.
2023-12-14Upgraded django-recaptcha to 4.0.0.Sarah Boyce
2023-11-29Upgraded django_contact_form to 2.1. (#1438)Sarah Boyce
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-10-01Fixed #1216 -- Added reCaptcha to DSF contact formSanyam Khurana
Despite using Akismet, DSF is receiving a lot of spam messages. We are adding Google reCaptcha V3 to the DSF Contact Form to reduce spam messages along with Akismet.
2022-07-30Updated Akismet paramaters in ContactForm.Žan Anderle
Adding a few arguments to the Akismet API call to try and improve the quality of spam catching.
2018-06-07Updated URLpatterns to use path().Tim Graham
2017-09-14Removed usage of deprecated django.core.urlresolvers.Tim Graham
2016-01-05Added email validation to contact form.Tim Graham
2015-05-26Fixed #459 -- Fixed ContactForm crash on empty name.Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2015-01-19Fixed flake8 warnings.Tim Graham
2015-01-05Remove all linebreaks from subject strings in the contact formular.Florian Apolloner
2014-11-22Added placeholders for foundation contact form. Refs #107Ola Sitarska
2014-11-20Updated to Django 1.7Tim Graham
-Replaced south migrations with built-in migrations. -Updated to use django-registration-redux.
2014-08-25Removed some u'' prefixes and added unicode_literals.Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-08-25Removed usage of django.conf.urls.patterns().Tim Graham
2013-11-16Fixed #21444 -- Fixed UnicodeEncodeError when passing non-ascii chars to ↵Baptiste Mispelon
ContactForm.
2013-09-07Updated django-contact-form to 1.0.Jacob Kaplan-Moss
2013-04-01Fixed a unicode encoding bug in the contact form.Jacob Kaplan-Moss
Also removed duplicated code.
2013-04-01Revert "Don't + Alex."Jacob Kaplan-Moss
This reverts commit 4eb4f23460f8b9b15d0641555ade4aa95d9ad4a4.
2013-04-01Don't + Alex.Jacob Kaplan-Moss
2013-04-01Tweaks to the success message (style, actually display it, content).Jacob Kaplan-Moss
2013-04-01Added the draft CoC and feedback stuff.Jacob Kaplan-Moss
2013-02-07Remove unused imports.Aymeric Augustin
2013-02-06Replace direct_to_template by TemplateView.Aymeric Augustin
2013-02-06Update imports from django.conf.urls and avoid import *.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin