- Dec 28, 2024
-
-
Felix Blanke authored
-
- Dec 26, 2024
-
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
- May 31, 2024
-
-
Felix Blanke authored
-
- May 30, 2024
-
-
Felix Blanke authored
-
- May 29, 2024
-
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
- May 28, 2024
-
-
Felix Blanke authored
-
Felix Blanke authored
-
- May 27, 2024
-
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
Felix Blanke authored
-
- May 04, 2024
-
-
Introduce new field Create migration Show in admin Show in message tables on status page This implements #213
-
- Apr 21, 2024
-
-
Benjamin Hättasch authored
This implements #212.
-
Benjamin Hättasch authored
This ensures that it is always called when new AKs are created. Additionally, editing of links in frontend is disabled, preventing diverging links between our tool and the wiki export. This fixes #193 and #204.
-
Benjamin Hättasch authored
Previously, indication was always open when no start and end dates were specified, now it is only active when an indication window was explicitly set. Adjust the help text accordingly. This resolves #198
-
- Apr 20, 2024
-
-
This will remove empty lines from the "bubbles" containing details in scheduler. This implements #215
-
- Oct 31, 2023
-
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Update translations to changed line numbers and line breaks Move duplicated code for event field pre-population and event timezone adaption to mixins
-
- May 17, 2023
-
-
Benjamin Hättasch authored
-
- May 15, 2023
-
-
-
Nadja Geisler authored
-
This way, the frontend views will be used when AKSubmission is installed and active, or otherwise the link to the built-in AK edit form in backend This reduces the coupling between AKSubmission and other apps that previously needed that app Use that new property in all places where previously an URL to the submission view was used (for consistency and to allow changes in one place in AKSubmission, too) This implements #166
-
- Jan 03, 2023
-
-
Benjamin Hättasch authored
Upgrade django to 4.1 Upgrade django-timezone-field, django-simple-history, django-debug-toolbar and django-bootstrap-datepicker-plus Upgrade mysqlclient Remove obsolete pytz Adapt timezone handling code to new interface of TimezoneInfo (part of python since 3.9 and backport included in 3.8) Drop support for python 3.7 (since Django 4 requires >= 3.8)
-
- Jan 02, 2023
-
-
Benjamin Hättasch authored
-
- Jan 01, 2023
-
-
Add flag (default value true) Use for wiki export Add migration, translation & test This implements #178
-
Benjamin Hättasch authored
This remove the AKTags model and its usage in views, forms, templates, translations, and backup script This implements #164
-
- Nov 28, 2022
-
-
Benjamin Hättasch authored
Create new view (including template and form) Link on status page Add translations
-
- Nov 26, 2022
-
-
Benjamin Hättasch authored
Create model Create migration Create admin interface
-
- Oct 23, 2022
-
-
Benjamin Hättasch authored
Looks like this was broken since the switch to individual boxes per category. Fixed it and made it more robust (show error message when trying to export AKs from more than one event at the same time).
-
This mostly implements #159 Introduce a new field that denotes the timestamp when the plan was published Introduce admin actions to publish and unpublish the plan and set that timestamp accordingly Prevent other means to change visibility of the plan Use that timestamp to only highlight recent changes when they occurred after the plan was already published
-
- Sep 27, 2022
-
-
Benjamin Hättasch authored
Introduce admin action Add function to find AKs without availabilities to event model Link new action on view of AKs requiring special attention Minor design improvements This implements the final part of #145
-