Commit Graph

294 Commits

Author SHA1 Message Date
heinzel 62accd4197 Replaced default_app_config variable by module config to locate the
AppConfig object
2025-04-10 15:01:46 +02:00
heinzel b70fbbfa90 Replaced django.conf.urls.url by django.urls.re_path 2025-04-10 12:14:35 +02:00
heinzel e953dcc7e0 Removed providing_args argument for django.dispatch.Signal
Was deprecated in Django 3 and removed in Django 4
2025-04-10 11:43:52 +02:00
heinzel e29e741790 Fixed invalid escape sequence in message string 2025-04-10 11:38:37 +02:00
heinzel d7e2acff34 Replaced ugettext and ugettext_lazy with gettext and gettext_lazy
ugettext and ugettext_lazy were deprecated in Django 3 and will be
removed in Django 4.
2025-04-10 11:33:06 +02:00
heinzel f58c4e3e32 dav_events: presort events by date, number to improve performance of datatable javascript output 2024-09-19 14:26:18 +02:00
heinzel 39440a695e Fix #65 :
Run tests / Execute tox to run the test suite (push) Successful in 3m29s
dav_events.views.events.EventRegistrationsView._close_registration()
sends a signal now.
2024-09-17 15:07:31 +02:00
heinzel 7b6e29ba92 dav_events renamed signal handlers
Run tests / Execute tox to run the test suite (push) Successful in 3m31s
2024-09-17 14:15:51 +02:00
heinzel 05fba57db8 dav_events: clearified log messages 2024-09-17 14:15:16 +02:00
heinzel 7072df367d dav_events: Added EventChange to admin interface 2024-09-17 14:00:37 +02:00
heinzel fb6e05aef4 dav_events: removed unused variable in models.Event.save() 2024-09-17 13:59:50 +02:00
heinzel cbf1997686 dav_events: added fields to the Event.as_dict() method
Run tests / Execute tox to run the test suite (push) Successful in 3m35s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m34s
- deadline_expired
- canceled
2024-09-16 14:57:16 +02:00
heinzel af3afc9f9a Added field registration_url to the json
Run tests / Execute tox to run the test suite (push) Successful in 3m42s
2024-09-12 13:41:27 +02:00
heinzel e2f12577cd Added a view, to get the list of open events for registration as json 2024-09-12 13:21:06 +02:00
heinzel e4680114e8 dav_events: Incorporated new rewards and fees
Run tests / Execute tox to run the test suite (push) Successful in 3m17s
2024-09-11 16:54:48 +02:00
heinzel aef55c7479 dav_events: Change default order of events in "Verwaltungsansicht" to
Run tests / Execute tox to run the test suite (push) Successful in 3m16s
date descending
2024-09-10 10:51:02 +02:00
heinzel 8a766c760d Updated tests for new version of selenium
Run tests / Execute tox to run the test suite (push) Successful in 2m2s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 2m46s
2024-08-29 14:09:44 +02:00
heinzel 7e85e0931a Merge branch 'master' into filter_buttons
Run tests / Execute tox to run the test suite (push) Successful in 2m26s
2024-08-02 15:36:30 +02:00
heinzel 4da2430ed1 Make tests work again
Run tests / Run make test (push) Successful in 2m0s
2024-03-15 11:59:59 +01:00
heinzel b86708598f dav_registration: change filter button logic from select buttons to OR
buildbot/django-dav-events--test Build done.
2023-07-12 10:06:01 +02:00
heinzel 5edec18ea9 More test data
buildbot/django-dav-events--test Build done.
2023-05-17 12:04:32 +02:00
heinzel 1bf1c1a9b7 Added management command to populate database with test data
buildbot/django-dav-events--test Build done.
2023-05-10 17:09:00 +02:00
heinzel 7d1deb0081 Fix #61
buildbot/django-dav-events--test Build done.
2023-05-08 14:46:08 +02:00
heinzel 02e7686760 Fixed typo in "Schwierigkeitsniveau"
buildbot/django-dav-events--test Build done.
2023-05-08 13:26:37 +02:00
heinzel 8c36b86cbc Added/Cleanup coloured css elements
buildbot/django-dav-events--test Build done.
2023-03-05 18:22:10 +01:00
heinzel 3cd82a30b5 Minor: Fixed typo in comment 2023-03-05 16:20:44 +01:00
heinzel fb21a8721f Cosmetic changes
buildbot/django-dav-events--test Build done.
2023-02-27 15:20:08 +01:00
heinzel d32bda74a0 Fix tests
buildbot/django-dav-events--test Build done.
2023-02-26 23:25:28 +01:00
heinzel 65a3082c02 Added support for level=family 2023-02-26 23:21:02 +01:00
heinzel f79d54c752 Added tests for dav_events.roles 2023-02-26 20:25:56 +01:00
heinzel b95b33f995 Fixed a oneclickaction test
buildbot/tox Build done.
2023-02-15 19:39:09 +01:00
heinzel 44a570a8bb Teilnehmer und Tourenleiter in den home_tiles templates gegendert
buildbot/tox Build done.
2023-02-15 18:47:34 +01:00
heinzel 54ae937e59 Updated event to publish web email template 2023-02-15 18:26:00 +01:00
heinzel 98a6fc3ce7 try to make pylint happy
buildbot/tox Build done.
2022-06-08 00:08:09 +02:00
heinzel 8610e2a557 BIG UPD: migrate to python 3.10 and django 3.2
buildbot/tox Build done.
2022-06-07 16:07:08 +02:00
heinzel 2b8c60a675 UPD: dav_registration: display canceled state of events
buildbot/tox Build done.
2021-01-27 11:11:03 +01:00
heinzel 4890c2430f FIX #3a538e45bf
buildbot/tox Build done.
2021-01-07 13:48:31 +01:00
heinzel 3a538e45bf FIX #e585f6057b
buildbot/tox Build done.
2021-01-07 13:40:55 +01:00
heinzel e585f6057b UPD: display status flag canceled or realized also if cleared is set
buildbot/tox Build done.
2021-01-07 13:28:41 +01:00
heinzel 654fb6d220 FIX #269d59f460
buildbot/tox Build done.
2021-01-07 13:17:03 +01:00
heinzel 269d59f460 FIX #35 and #36: add new event stati canceled and realized
buildbot/tox Build done.
2021-01-07 12:52:21 +01:00
heinzel 642971e469 UPD: improved sorting of event status in event lists 2021-01-07 12:50:36 +01:00
heinzel c3f72a50ff UPD: enable stronger password validation and eventually warning message on login
buildbot/tox Build done.
2020-12-22 18:42:06 +01:00
heinzel 70c82f9b93 FIX 6d5c77ee71
buildbot/tox Build done.
2020-12-18 16:43:23 +01:00
heinzel 6d5c77ee71 FIX #4 2020-12-18 15:37:12 +01:00
heinzel 1f674125ec UPD: dav_events: enable save as draft
buildbot/tox Build done.
2020-12-18 14:30:17 +01:00
heinzel cbc3df97c1 Reduced participant fee: added toggle buttons within office views and
buildbot/tox Build done.
improved html
2020-12-18 11:48:10 +01:00
heinzel dab2e5cb76 FIX: some participant values were removed if participant was edited
Some participant fields were not included in the form template and
thus every time the form was saved those values were emptied.
We exclude those fileds now within the form class.
2020-12-18 11:43:35 +01:00
heinzel b44f6df32e Registrations: view to uncheck apply_reduced_fee while accepting
buildbot/tox Build done.
2020-12-16 17:28:40 +01:00
heinzel a7fafbe73f UPD: Participants: added help texts to the new fields 2020-12-16 10:24:17 +01:00