This project is mirrored from https://gitlab.fachschaften.org/kif/akplanning.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 08, 2021
-
-
Benjamin Hättasch authored
This is necessary since django-bootstrap4 expects a bootstrap javascript version that already includes popper Bump jquery to 3.5.1 Bump bootstrap to 4.6.0 Remove separate popper lib Adjust paths in settings. This also makes sure that the local jquery version is always used, which was previously not the case for admin views that depended on code.jquery.com Remove explicit popper loading that was introduced in 2c359090 to mitigate the effects of the update in c0b3478c
-
- May 06, 2021
-
-
Nadja Geisler authored
Fix displayed duration for slots See merge request kif/akplanning!97
-
- May 05, 2021
-
-
Benjamin Hättasch authored
Previously, a slot duration of exactly one hour was shown as "1: 0" instead of "1:00"
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Fix several javascript issues Closes #121 See merge request kif/akplanning!96
-
Benjamin Hättasch authored
Make sure popper frontend dependency is always loaded before bootstrap script files load This fixes #121 as well as issues in admin interface (scheduling and track management) Make track management javascript more robust (this resolves an issue occurring when moving an AK with track back to list of AKs without tracks)
-
- May 04, 2021
-
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- May 03, 2021
-
-
Nadja Geisler authored
Improve admin (faster loading, restriction of foreign key & m2m choices) Closes #106 See merge request kif/akplanning!94
-
Restrict choices (foreign keys & m2m) in admin forms to other objects of the event of the edited instance Additionally, improve how requirements are shown for AK admin (multiple checkboxes instead of multiselect widget)
-
This reduces the amount of queries from over 450 for a full list (100 entries) to about 50, resulting in a drop of execution time from about 20 seconds to less than one second This fixes #106
-
Nadja Geisler authored
Wizard for event creation and configuration Closes #88 See merge request kif/akplanning!88
-
Nadja Geisler authored
-
- Apr 30, 2021
-
-
Benjamin Hättasch authored
The wizard is used instead of the normal built-in creation workflow It consists of multiple steps to specify the most fundamental settings (especially the timezone), further settings, copying AKCategories and AKRequirements from existing events and activating the event once the basic configuration is done The steps after the creation (first two steps) can be skipped
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Update timezone-field and add pytz to requirements, add matching migration See merge request kif/akplanning!93
-
- Apr 29, 2021
-
-
Benjamin Hättasch authored
Previously, the version of pytz was not fixed. This could lead to problems when the list of timezones of the locally installed version of pytz differed from the list fixed in migration 0027 of AKModel. This commit therefore: * updates django-timezone-field to the newest version * Adds pytz with the current version to requirements.txt * Introduces a migration to reflect the changes in the internal timezone list of pytz (--('America/Godthab', 'GMT-03:00 America/Godthab'), ++('America/Nuuk', 'GMT-03:00 America/Nuuk'), --('Australia/Currie', 'GMT+11:00 Australia/Currie'))
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
Introduce manage view for ak tracks Closes #112 See merge request kif/akplanning!90
-
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 kif/akplanning!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 kif/akplanning!86
-
Benjamin Hättasch authored
Add new view Link on status page
-
- 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 kif/akplanning!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 kif/akplanning!82
-
-
Nadja Geisler authored
Fc fix update Closes #111 See merge request kif/akplanning!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 kif/akplanning!83
-
Nadja Geisler authored
-
Nadja Geisler authored
-