Commit Graph

45 Commits

Author SHA1 Message Date
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
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
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
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
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
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
37519d59e5 Merged migrations and minor improvements
All checks were successful
buildbot/tox Build done.
2020-11-03 11:18:48 +01:00
05a4f21559 Merge branch 'master' into branch 'changelog' 2020-11-03 09:52:52 +01: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
5237d81551 Create change log entry on status updates 2020-09-29 22:19:43 +02:00
09bfbeedc4 Satisfy python2 tests 2020-09-29 19:02:55 +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
db9aebf911 ADD: dav_event_office: added some more information to participant list. 2019-07-09 11:27:06 +02:00
f961110a7c FIX: some localtime issues. 2019-06-12 16:57:09 +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
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
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
bee1623529 MIGRATION! ADD: first things for a event registration mangement page. 2019-05-29 16:50:02 +02:00
aa353ec6a5 MIGRATION: dav_registration: try to incoorporate feedback from trainers 2019-04-01 16:50:34 +02:00
943285f1ed UPD: small steps to become python3 compatible. 2019-03-28 18:08:12 +01:00
bc9575a9b3 UPD: improved Event Update Form. 2019-03-01 17:04:15 +01:00
6e1a07f3f6 UPD: dav_events: decoupled event model and eventflag model. 2019-02-18 15:57:09 +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
0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00
7f54939b90 FIX: do not escape html entities in plain text templates. 2018-11-27 10:11:18 +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
401ca9641a UPD: removed obsolete event fields accepted* and published* (we using
flags now).
CONTAIN MIGRATION!
2018-11-21 16:28:40 +01:00
30b5e920ee ADD: added support for Event Updated Mail. 2018-11-21 13:33:45 +01:00
241306f597 FIX: Number of accepted events were not displayed. 2018-07-12 08:51:00 +02:00
6c9c54fc82 UPD: added some defaults for choice fields on event model. 2018-07-09 16:18:12 +02:00
ae4b842983 FIX: updated oneclickaction to suit the changes i did about event state. 2018-07-09 15:05:20 +02:00
3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00