Commit Graph

295 Commits

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