Skip to content
Snippets Groups Projects
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 .
  1. May 08, 2021
    • Benjamin Hättasch's avatar
      Update js dependencies (bootstrap and jquery) due to django-bootstrap4 update · 1e7ca6bf
      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
      1e7ca6bf
  2. May 06, 2021
  3. May 05, 2021
  4. May 04, 2021
  5. May 03, 2021
  6. Apr 30, 2021
  7. Apr 29, 2021
  8. Jan 29, 2021
    • Benjamin Hättasch's avatar
      Do not track changes of AK interest counter · d6f00e09
      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
      d6f00e09
    • Benjamin Hättasch's avatar
      Add missing migration for akslot field update · 0f93fa7f
      Benjamin Hättasch authored
      Verbose name of AKSlot.fixed was updated in a previous commit, this migration reflects this change
      0f93fa7f
  9. Jan 17, 2021
Loading