Skip to content
Snippets Groups Projects
  1. May 17, 2023
  2. May 15, 2023
  3. Jan 03, 2023
    • Benjamin Hättasch's avatar
      Upgrade django and other python dependencies · 26423909
      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)
      26423909
  4. Jan 02, 2023
  5. Jan 01, 2023
  6. Nov 28, 2022
  7. Nov 26, 2022
  8. Oct 23, 2022
    • Benjamin Hättasch's avatar
      Fix admin action for wiki export · 19e46342
      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).
      19e46342
    • Benjamin Hättasch's avatar
      Introduce timestamp for plan publishing and use for color coding · 2e4e20a9
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      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
      2e4e20a9
  9. Sep 27, 2022
  10. Aug 17, 2022
  11. May 25, 2022
  12. May 12, 2022
    • Benjamin Hättasch's avatar
      Add event reference to AKOrgaMessage · 2fec1402
      Benjamin Hättasch authored
      Add a new mandatory event reference to the model
      Add a migration that makes sure all existing messages are updated accordingly
      Adapt the frontend view that sends the message to fill the event field
      2fec1402
  13. Oct 29, 2021
    • Nadja Geisler's avatar
      add interest window · 96a608f3
      Nadja Geisler authored
      adds datetimefield for start to Event model
      adds datetimefield for start to Event model
      adds translations
      adds migration
      96a608f3
  14. Oct 28, 2021
  15. May 15, 2021
  16. May 13, 2021
  17. May 12, 2021
  18. May 11, 2021
  19. May 10, 2021
  20. May 09, 2021
  21. May 08, 2021
  22. May 05, 2021
  23. Apr 29, 2021
    • Benjamin Hättasch's avatar
      Introduce manage view for ak tracks · 07288968
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      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.
      07288968
  24. 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
  25. Jan 16, 2021
  26. Nov 08, 2020
Loading