- Apr 29, 2021
-
-
This view can be used to sort aks into tracks using drag and drop. You can also create new ak tracks or delete them. Add js dependency for drag and drop of lists. Activate add, update, delete methids to AKTrack API and update method to AK API. Add and link (on status page) new admin view for management. Add tags list property to AK model. Introduce translations for AKScheduling app. Update translations.
-
Nadja Geisler authored
Fix API detail views See merge request !89
-
Previously, the event from the url was not parsed correctly for API endpoints for individual AKs, AKRooms, etc. This led to self.event being None and the queryset being empty, hence the AK, AKRoom etc. could not be found by the API. This fix makes sure, the event is loaded as part of the API initialization for all endpoints and methods.
-
Nadja Geisler authored
Do not track changes of AK interest counter Closes #97 See merge request !86
-
- Jan 29, 2021
-
-
Benjamin Hättasch authored
This fixes #97 Exclude interest_counter from AK history Prevent saving of history record when increasing interest counter Run the following action after applying the change/migration to remove existing duplicate history records (the ones without changes to tracked fields, hence caused by either saving without changing any field or especially the ones created due to changes of the now ignored interest_counter): python manage.py clean_duplicate_history AKModel.ak
-
Benjamin Hättasch authored
Verbose name of AKSlot.fixed was updated in a previous commit, this migration reflects this change
-
- Jan 17, 2021
-
-
Nadja Geisler authored
Reintroduce locale setting for fullcalendar views See merge request !85
-
Benjamin Hättasch authored
Reintroduce the locale settings that where falsely removed in !74 (afa4558a and 10667a08) -- while this setting is not needed in fc version 3 that the merge request referred to, stating them explicitly is needed in v5 that is used in our project currently.
-
Benjamin Hättasch authored
set different color accents in admin interface when deployed for production See merge request !82
-
-
Nadja Geisler authored
Fc fix update Closes #111 See merge request !84
-
Nadja Geisler authored
-
Benjamin Hättasch authored
This resolves #111
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Move background event color to scheduling init code instead of every single background event
-
Benjamin Hättasch authored
Use name field instead of default string representation of AK in header field Add some margin below to improve visual appearance
-
Benjamin Hättasch authored
Update dependencies See merge request !83
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- Jan 16, 2021
-
-
Nadja Geisler authored
Use django debug toolbar See merge request !81
-
Add requirement Adjust settings to load toolbar in debug mode Add debug URLs
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Improvements to fullcalendar loading See merge request !74
-
-
This removes support for the explicit "locale: '{{ LANGUAGE_CODE }}'" setting, but that should not be a problem as https://fullcalendar.io/docs/v3/locale states: > If you are simply loading one locale, you do not need to specify the locale > option.
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Use more pythonic way to calculate times and construct strings
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Improve translation (and original strings) See merge request !71
-
Nadja Geisler authored
Add new Strings + Translations Fix Typos Remove event specific vocabulary
-
-
-
-
-
-