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