Commit Graph

62 Commits

Author SHA1 Message Date
heinzel e4680114e8 dav_events: Incorporated new rewards and fees
Run tests / Execute tox to run the test suite (push) Successful in 3m17s
2024-09-11 16:54:48 +02:00
heinzel 02e7686760 Fixed typo in "Schwierigkeitsniveau"
buildbot/django-dav-events--test Build done.
2023-05-08 13:26:37 +02:00
heinzel fb21a8721f Cosmetic changes
buildbot/django-dav-events--test Build done.
2023-02-27 15:20:08 +01:00
heinzel 65a3082c02 Added support for level=family 2023-02-26 23:21:02 +01:00
heinzel 98a6fc3ce7 try to make pylint happy
buildbot/tox Build done.
2022-06-08 00:08:09 +02:00
heinzel 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
heinzel b44f6df32e Registrations: view to uncheck apply_reduced_fee while accepting
buildbot/tox Build done.
2020-12-16 17:28:40 +01:00
heinzel 2069c1b8ed UPD: dav_event: adjusted charges according to eriks plan for 2019. 2019-06-27 10:47:41 +02:00
heinzel 9104d69dd7 UPD: more registration staff on dav_events. 2019-06-03 17:10:52 +02:00
heinzel e05bf3e56f FIX: Get rid of basestring (not python3 compatible). 2019-03-28 16:54:58 +01:00
heinzel 1bc42945c1 UPD: first little 2to3 migration steps. 2019-03-28 15:53:42 +01:00
heinzel bc9575a9b3 UPD: improved Event Update Form. 2019-03-01 17:04:15 +01:00
heinzel 7667277862 CONT: continue the previous change. 2019-01-29 17:25:03 +01:00
heinzel 7f7b596b20 UPD: EventUpdateForm: some model fields were excluded, but those fields
do not exist anymore.
2019-01-23 10:00:21 +01:00
heinzel 8724240ba0 UPD: proper setup of datetimewidget in export form. 2018-12-20 15:45:30 +01:00
heinzel 188589c8b0 FIX: fixed several deadline issues. 2018-12-20 15:32:13 +01:00
heinzel 06a42fca18 UPD: pep8 2018-12-20 10:05:41 +01:00
heinzel 4495322574 UPD: improved the event export list feature. 2018-12-13 19:00:30 +01:00
heinzel 0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00
heinzel 3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00
heinzel 1f8e276a8a UPD: improved publish event mail. 2018-05-28 16:42:42 +02:00
heinzel 12760f48cd UPD: trainer email address is now optional. 2018-05-28 12:26:57 +02:00
heinzel 24e2a2effc Bugfix in copy event feature: load_from_instance() initialized empty
fields.
2018-03-14 16:33:18 +01:00
heinzel 80f5012ff0 Finalized copy event feature. 2018-03-14 15:00:23 +01:00
heinzel 9da5997447 Preparations for copy event feature. 2018-03-13 11:49:41 +01:00
heinzel 1e4221fbf2 Added 'Forgot Password' function. 2018-03-08 15:36:29 +01:00
heinzel 8bad8b1e7f Bugfix: if registration_howto is not preset (i.e. if it is None), do not
replace name and email.
2018-03-06 20:58:08 +01:00
heinzel 072d9b07b6 Consistent usage of km abbreviation. 2018-02-27 16:06:16 +01:00
heinzel 5d8faa615e Split ApproachForm, full featured display of transport/journey settings. 2018-02-27 15:59:12 +01:00
heinzel 1210d8f534 Added field registration_required. 2018-02-26 17:57:07 +01:00
heinzel aef9efa49f Bugfix: fixed bugfix about min/max participants. 2018-02-26 16:40:45 +01:00
heinzel b381bb76d9 Export List: 1. filter expired, 2. added internal note. 2018-02-26 15:14:15 +01:00
heinzel 69204a6d0d Publish workflow is now fully functional. 2018-02-26 14:44:30 +01:00
heinzel 2cf33206c2 Bugfix: min/max participants were reset everytime. 2018-02-26 11:43:31 +01:00
heinzel 11a5e3c0c8 More work on planned publish date and internal note. improved event
detail page and some form code.
2018-02-25 20:30:52 +01:00
heinzel e669d5b55b Moved event specific code from ChainedForm to EventCreateForm via
ModelMixin.
2018-02-25 17:04:32 +01:00
heinzel f2af2c28cf Preparation for publishing date. 2018-02-25 01:48:02 +01:00
heinzel 7dc93799c9 Fixed bug in ApproachForm about accomodiation on one day events. 2018-02-24 16:57:44 +01:00
heinzel 883d6f308a Fixed bug in form initial handling. 2018-02-24 16:33:06 +01:00
heinzel 37264f783a Added published status. 2018-02-24 15:50:21 +01:00
heinzel 72e04eb3f0 clean (alt_)last_day if set to same value as (alt_)first_day. 2018-02-23 15:33:47 +01:00
heinzel c836a9c00e Set proper startDate and endDate on TimeWidgets. 2018-02-23 12:56:59 +01:00
heinzel e3cf540982 Minor impovements in forms (help texts, labels, min values). 2018-02-22 15:48:59 +01:00
heinzel b6ac658f46 Changed back start view of last_day widget from year to month again. 2018-02-22 11:59:39 +01:00
heinzel 7ace955c39 Changed start view for last_day from select day to select month. 2018-02-21 17:35:02 +01:00
heinzel 5bb2edc749 Moved most form field initial values from forms to settings. 2018-02-20 17:19:15 +01:00
heinzel 1d574ddf85 Added registration_howto. 2018-02-19 15:46:24 +01:00
heinzel 7641079925 Coupled number of trainers with min/max participants. Modified some
choices.
2018-02-19 13:28:16 +01:00
heinzel 6e77c0b11b 1. Made location optional, 2. Added multicountry select option, 3.
Improved form labels, help texts and templates.
2018-02-07 12:54:16 +01:00
heinzel 97ad516c09 Fixed wrong country code for A(U)T. 2018-01-30 23:22:14 +01:00