Skip to content
Snippets Groups Projects
  1. Jan 04, 2023
    • Benjamin Hättasch's avatar
      Use sass compiling for bootstrap · 00606192
      Benjamin Hättasch authored
      Remove static version of bootstrap css
      Add bootstrap sources
      Add bootswatch sources and variable file
      Improve the way admin css is handled
      This finishes #162
      00606192
    • Benjamin Hättasch's avatar
      Fix fullcalendar theming issues · 46e5cee5
      Benjamin Hättasch authored
      Add bootstrap plugin (not included in fc by default anymore)
      Activate compression
      Make sure font awesome icons are used instead of loading bootstrap icons fc defaults to only for two buttons in fc
      Remove copy-paste-error text in scheduler
      46e5cee5
    • Benjamin Hättasch's avatar
      Upgrade JS Libraries · 0a247a3d
      Benjamin Hättasch authored
      Upgrade Fullcalendar to v6 (implements #186)
      Upgrade jQuery to v3.6 (implements #185)
      Upgrade Select2 to v4.0.13
      Remove tag information leftover in track manager
      0a247a3d
  2. 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
  3. Jan 01, 2023
  4. Nov 28, 2022
    • Benjamin Hättasch's avatar
      Minor improvements · 6420368a
      Benjamin Hättasch authored
      Load custom css in admin interface, too
      Fix lading of locales in scheduler
      Improve icon in scheduler
      Reduce SQL query amount in scheduler
      6420368a
  5. Nov 27, 2022
  6. Nov 26, 2022
  7. Nov 11, 2022
  8. 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
  9. May 10, 2021
  10. 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
  11. 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
  12. Jan 17, 2021
  13. Nov 06, 2020
  14. Nov 03, 2020
  15. May 14, 2020
  16. May 12, 2020
  17. Jan 09, 2020
  18. Oct 25, 2019
  19. Oct 24, 2019
  20. Oct 16, 2019
Loading