Commit Graph

31 Commits

Author SHA1 Message Date
86dadac421 Fixed workflow for django 4 2025-04-10 15:08:29 +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
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
05fba57db8 dav_events: clearified log messages 2024-09-17 14:15:16 +02: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
1f674125ec UPD: dav_events: enable save as draft
All checks were successful
buildbot/tox Build done.
2020-12-18 14:30:17 +01:00
5237d81551 Create change log entry on status updates 2020-09-29 22:19:43 +02:00
9addc237bd First things to implement a event change log 2020-09-29 15:28:48 +02:00
cbc69d4589 ADD: add a cleared event status to indicate the financal clearance. 2019-08-29 10:29:14 +02:00
8a5ca29e4d FIX: dav_events: expire flag was stamped at last day not after last day. 2019-07-15 14:05:50 +02:00
c62eba67f6 FIX: dav_event_office: use has_global_permission instead of has_role to
give access to super users.
2019-07-03 15:27:31 +02:00
862d39b84c ADD: dav_events: add support for confirm payments. 2019-06-28 15:47:15 +02:00
abb013cadc UPD: dav_events: renamed utils method to roles. 2019-06-05 12:07:21 +02:00
4c67995680 UPD: change grace period for purging registration and participant data. 2019-06-05 11:33:45 +02:00
bee1623529 MIGRATION! ADD: first things for a event registration mangement page. 2019-05-29 16:50:02 +02:00
6e1a07f3f6 UPD: dav_events: decoupled event model and eventflag model. 2019-02-18 15:57:09 +01:00
a62d573b98 UPD: dav_events: refactored the location of the signal handlers to
reduce the number of class methods on the workflow class.
2019-02-18 15:07:45 +01:00
f0e225c5fd CONT: fixed the previous changes. 2019-01-30 16:35:37 +01:00
7667277862 CONT: continue the previous change. 2019-01-29 17:25:03 +01:00
e6a5f9818a BROKEN! MIGRATE! BIG UPD: not yet complete support for publish[ed|ing]_[web|facebook] 2019-01-23 18:36:11 +01:00
66365cadee UPD: split enable_email settings. 2018-12-20 16:41:38 +01:00
188589c8b0 FIX: fixed several deadline issues. 2018-12-20 15:32:13 +01:00
0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00
6ecda70b54 UPD: improved workflow code. 2018-11-22 18:00:26 +01:00
43af31232e UPD: improved email templates. 2018-11-22 11:47:30 +01:00
3d88e313da FIX: fixed missing name of acceptor in email messages about accepted
mails.
2018-11-21 15:20:13 +01:00
30b5e920ee ADD: added support for Event Updated Mail. 2018-11-21 13:33:45 +01:00