Skip to content
Snippets Groups Projects
  1. May 15, 2023
  2. Jan 04, 2023
  3. Jan 03, 2023
    • Benjamin Hättasch's avatar
      Upgrade to fontawesome 6 · 2455da83
      Benjamin Hättasch authored
      Use official fontawesome django app for static file handling
      Switch to fork/new version of django-bootstrap (for icon field and rendering shortcuts)
      Add migration to bump icon field of dashboard buttons to new version
      Update templates to load new app and use new tags
      2455da83
  4. Jan 02, 2023
    • Benjamin Hättasch's avatar
      Upgrade to (django) bootstrap 5 · 347a93f4
      Benjamin Hättasch authored
      Bump django-bootstrap to version 5
      Exchange bootstrap files (js & css)
      Adapt settings
      Migrate to new version/resolve breaking changes
      Move layout adaptions previously included in bootstrap.css into custom.css
      347a93f4
  5. Oct 23, 2022
    • 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
  6. 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
  7. May 05, 2021
    • Benjamin Hättasch's avatar
      Fix several javascript issues · 2c359090
      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)
      2c359090
  8. Jan 17, 2021
  9. Nov 04, 2020
  10. May 17, 2020
    • Benjamin Hättasch's avatar
      Introduce custom admin · aca81a1f
      Benjamin Hättasch authored
      This is the base for custom admin views (with admin design and permission checking)
      Replace default admin site with custom admin site in AKModel
      Use custom admin index template & apply first basic change
      Introduce custom admin base template (including bootstrap loading)
      Introduce Mixin for AdminViews
      aca81a1f
Loading