- Oct 23, 2022
-
-
Add three admin actions to mark CVs as resolved, or set the level to 'warning' or 'violation' -- each including a preview/confirmation step Introduce a generic view inheriting from the generic admin intermediate view to handle confirmations for admin actions (performing on multiple, freely selected items) This implements #154
-
This allows specifying the parameters without the need to know the GET keys Also resolve double-compiling issue and thus switch from custom version of django-tex to the latest official release Minor improvements to generic admin action view This implements #152
-
Nadja Geisler authored
Meta: Adapt django makemessages command to ensure forward slashes See merge request !136
-
This adapts submethods of the makemessages command to use generic forward slashes instead of os specific slashes, e.g., backslashes on windows
-
Nadja Geisler authored
Introduce timestamp for plan publishing and use for color coding Closes #159 See merge request !135
-
Nadja Geisler authored
-
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
-
Nadja Geisler authored
Upgrade Django to 3.2 Closes #114 See merge request !134
-
This removes a compatibility warning (Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField') for django 4.1
-
Bump django-split-settings, django-simple-history, django-registration-redux, django-debug-toolbar, djangorestframework, and pytz Create migration reflecting the changes in simple-history and pytz
-
Bump to latest version of Django 3.2 Fix dark theme issue by fixing the order of css imports in admin Cleanup admin login template (remove copied code as far as possible)
-
-
Nadja Geisler authored
Make scheduling preparation easier Closes #144 and #145 See merge request !132
-
- 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
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Show count of slots for wishes and link directly to a filtered list
-
Benjamin Hättasch authored
Use annotations to query counts of owners, slots and availabilities directly in main query
-
Benjamin Hättasch authored
This implements first part of #145
-
Benjamin Hättasch authored
Introduce a new generic view that can be used for all admin actions that require a preview/confirmation or a form to specify parameters Change AK Orga Message deletion view to use this generic view instead of a manually adapted delete view
-
Benjamin Hättasch authored
This implements #144 Don't show slots, slot creation button, and availabilities for wishes on detail page Don't create slots for wishes automatically (and don't ask for durations) Automatically create one slot when wish changes to AK Automatically remove all unscheduled slots when AK changes to wish
-
Nadja Geisler authored
Improve interest entering view See merge request !131
-
- Sep 26, 2022
-
-
Benjamin Hättasch authored
Previously, linking of next and previous AKs did not always work correctly for wishes Also remove input for interest on AK list
-
- Aug 17, 2022
-
-
Nadja Geisler authored
Improve view for AKs requiring special attention See merge request !130
-
Make sure missing availabilities are only reported for AKs and not wishes Improve efficiency
-
Nadja Geisler authored
Introduce admin view to enter interest and ad-hoc comments for AKs Closes #147 See merge request !129
-
Benjamin Hättasch authored
Implements #147
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Introduce new view for attention requiring AKs Closes #146 See merge request !128
-
Benjamin Hättasch authored
Implements #146 Show: AKs with comments, AK wishes with slots, AKs without availabilities, AKs without slots
-
- Aug 16, 2022
-
-
Nadja Geisler authored
Mark resolved constraint violations in list and improve sorting Closes #148 See merge request !127
-
This implements #148
-
Nadja Geisler authored
Show link to registration page on admin login and link backend in footer of frontend Closes #140 See merge request !126
-
- Aug 15, 2022
-
-
Benjamin Hättasch authored
This implements #140
-
Nadja Geisler authored
Make sure new additional slots have the correct default length See merge request !125
-
-
Nadja Geisler authored
Default availability for new AKs Closes #129 See merge request !124
-
Benjamin Hättasch authored
This implements #129
-
Nadja Geisler authored
-
This makes the usage of save(commit=False) obsolete that could cause issues for the creation of Availabilities (due to atomicy of transactions).
-