Skip to content
Snippets Groups Projects
  1. Oct 23, 2022
    • Benjamin Hättasch's avatar
      Introduce GUI for slide export · ec088aa2
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      This allows specifying the parameters without the need to know the GET keys
      Also resolve double-compiling issue and thus switch from custom version of django-tex to the latest official release
      Minor improvements to generic admin action view
      This implements #152
      ec088aa2
    • 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
    • Benjamin Hättasch's avatar
      Upgrade Django to 3.2 · 1727d4aa
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      Bump to latest version of Django 3.2
      Fix dark theme issue by fixing the order of css imports in admin
      Cleanup admin login template (remove copied code as far as possible)
      1727d4aa
  2. May 11, 2021
  3. May 10, 2021
  4. May 08, 2021
  5. May 03, 2021
  6. Apr 30, 2021
  7. 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
  8. Jan 17, 2021
  9. Jan 16, 2021
  10. May 18, 2020
  11. May 16, 2020
  12. May 14, 2020
  13. May 13, 2020
  14. May 12, 2020
  15. May 11, 2020
    • Nadja Geisler's avatar
      introduce REST API · a93d0d59
      Nadja Geisler authored and Benjamin Hättasch's avatar Benjamin Hättasch committed
      add djangorestframework
      add serializers for select models
      create api urls
      extend EventSlugMixin to work for list and create methods
      create list and retrieve viewsets for select models
      include AKModel URLS into main app
      a93d0d59
    • Nadja Geisler's avatar
      update dependencies · 6b123649
      Nadja Geisler authored
      django-bootstrap4
      django-split-settings
      6b123649
  16. 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
  17. Jan 12, 2020
  18. Oct 29, 2019
  19. Oct 14, 2019
  20. Oct 09, 2019
Loading