Commit Graph

31 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
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
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
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
37519d59e5 Merged migrations and minor improvements
All checks were successful
buildbot/tox Build done.
2020-11-03 11:18:48 +01: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
abb013cadc UPD: dav_events: renamed utils method to roles. 2019-06-05 12:07:21 +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
3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00