Commit Graph

76 Commits

Author SHA1 Message Date
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
3cd82a30b5 Minor: Fixed typo in comment 2023-03-05 16:20:44 +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
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
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
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
baabbba7fb Support for reduced registration fee 2020-12-09 17:45:15 +01:00
3f3bb2512b participants: added support for year of birth
All checks were successful
buildbot/tox Build done.
2020-12-09 13:45:25 +01:00
d60f1d9993 Fix migrations for trashbin feature
Some checks failed
buildbot/tox Build done.
2020-12-08 19:08:21 +01:00
7624c3d69b Added restore from trash feature
All checks were successful
buildbot/tox Build done.
2020-12-03 15:50:47 +01:00
94595f4785 Add a kind of trashbin for registrations and participants
All checks were successful
buildbot/tox Build done.
2020-12-03 11:47:41 +01:00
e3212280b8 Fix 63026e429b
All checks were successful
buildbot/tox Build done.
2020-10-15 18:19:32 +02:00
63026e429b Fix #9 Registrations: Add support for non members
All checks were successful
buildbot/tox Build done.
2020-10-15 17:44:12 +02:00
0819b9a38a Close #12 and #17
All checks were successful
buildbot/tox Build done.
- Added Help-Texts (Mouse-Over-Questionmarks) to the
  Event-Registraions-View.
- Answered registrations will be shown but muted.
2020-10-13 12:40:40 +02:00
0a5175419e FIX: dav_events: string that contains realnames was not unicode. 2019-10-01 09:52:46 +02:00
cbc69d4589 ADD: add a cleared event status to indicate the financal clearance. 2019-08-29 10:29:14 +02:00
0ee8e42fa7 FIX: dav_events: empty some more fields when copy old event. 2019-07-17 16:22:28 +02:00
7540a3ae7a UPD: made interface for office useful. 2019-07-03 13:56:37 +02:00
923b099ba7 FIX: some small errors about registrations/participants/payments/permissions. 2019-07-03 09:39:56 +02:00
862d39b84c ADD: dav_events: add support for confirm payments. 2019-06-28 15:47:15 +02:00
89d61fe1ce MIGRATE: FIX/UPD: fixed a typo in model fields verbose name. improved
registration manager.
2019-06-05 16:17:20 +02:00
939828a32f UPD: dav_events: improved registrations page. 2019-06-05 13:57:11 +02:00
32d350b2ab UPD: dav_events: 1. notify only web and facebook about closed registration. 2. respect closed registrations on event list export. 2019-06-05 12:47:54 +02:00
7a16bee457 ADD: dav_events: purging participants. 2019-06-05 12:10:31 +02:00
abb013cadc UPD: dav_events: renamed utils method to roles. 2019-06-05 12:07:21 +02:00
61605a205c UPD: more cool participant admin stuff. 2019-06-04 15:54:13 +02:00
9104d69dd7 UPD: more registration staff on dav_events. 2019-06-03 17:10:52 +02:00
2dbab0032f ADD: dav_events: send email to publishers if registration is closed. 2019-06-03 11:42:41 +02:00
bee1623529 MIGRATION! ADD: first things for a event registration mangement page. 2019-05-29 16:50:02 +02:00
bc9575a9b3 UPD: improved Event Update Form. 2019-03-01 17:04:15 +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
d4e41420b8 FIX: normalize newlines in exported event list. 2018-12-18 16:04:12 +01:00
4495322574 UPD: improved the event export list feature. 2018-12-13 19:00:30 +01:00
0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00
b075edd5b7 UPD: removed some left over traced of accepted* and confirm_published*
properties.
2018-11-22 18:01:46 +01:00
6ecda70b54 UPD: improved workflow code. 2018-11-22 18:00:26 +01:00
e58bd61947 UPD: removed unused datetime import. 2018-11-21 13:38:18 +01:00
30b5e920ee ADD: added support for Event Updated Mail. 2018-11-21 13:33:45 +01:00
837da2c9ab FIX: Event List Export: updated to status flags instead of status properties. 2018-11-20 10:32:29 +01:00
3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00
24e2a2effc Bugfix in copy event feature: load_from_instance() initialized empty
fields.
2018-03-14 16:33:18 +01:00
369e2d55fc Remove some more fields for copy event action. 2018-03-14 15:27:11 +01:00