Skip to content
Snippets Groups Projects
  1. Mar 03, 2025
  2. Feb 27, 2025
  3. Feb 25, 2025
    • Benjamin Hättasch's avatar
      Introduce AKTypes · 38fad52a
      Benjamin Hättasch authored
      Introduce model (including migration and admin interface)
      Integrate into new event wizard
      Display as property in details representation (e.g., used in scheduler)
      Allow to choose types in AK add/edit forms
      Show type info on AK detail page and in overview table
      Adjust tests (including new tests for requirement and type visibility in submission form)
      Update translations
      38fad52a
  4. May 04, 2024
  5. Apr 21, 2024
  6. May 15, 2023
  7. 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
  8. Jan 01, 2023
  9. Nov 26, 2022
  10. Oct 23, 2022
    • 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
    • Benjamin Hättasch's avatar
      Upgrade multiple dependencies · ffeb920c
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      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
      ffeb920c
  11. Aug 17, 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. Apr 29, 2021
    • Benjamin Hättasch's avatar
      Update timezone-field and add pytz to requirements, add matching migration · c481f3a1
      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'))
      c481f3a1
  17. 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
  18. Nov 05, 2020
  19. Nov 04, 2020
  20. Nov 03, 2020
  21. Aug 31, 2020
  22. May 21, 2020
  23. May 19, 2020
  24. May 18, 2020
  25. May 16, 2020
  26. May 12, 2020
  27. May 10, 2020
  28. Mar 01, 2020
    • Benjamin Hättasch's avatar
      Improve Model · 4471a4a0
      Benjamin Hättasch authored
      Add dependency django-timezone-field
      Add timezone field to Event
      Introduce i18n for default_slot field
      Add new and missing translations
      Add title property to Room (for better access of combined building + name form)
      4471a4a0
  29. Jan 08, 2020
Loading