Skip to content
Snippets Groups Projects
  1. Apr 20, 2024
    • Benjamin Hättasch's avatar
      Only show necessary timeframes on AK wall · b0adc875
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      Hides hours no upcoming AK is in.
      For technical reasons, only one visible area can be displayed for all days, hence hours for one day might be visible even though the are not needed (but just for another day).
      For improved visibility, cutoff will be with one hour offset.
      This implements #206
      b0adc875
  2. Oct 31, 2023
  3. May 15, 2023
    • Benjamin Hättasch's avatar
      Remove strings from venv & update locales' line references · ba6c9548
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      ba6c9548
    • Benjamin Hättasch's avatar
      Split AKModel views into different files & introduce modular status page · 028be1ee
      Benjamin Hättasch authored
      Move AKModel views into several subfiles to improve overview and resolve problems with circular imports
      Introduce new modular status page handling (widgets and views)
      Port main status page to new structure
      Move AK messages status page visualization to AKSubmission (therefore, they automatically do not show up when there is no possibility to create them)
      Introduce status widget for virtual rooms
      Fix timezone issue for rendering of AK messages on status page
      Adapt status page URL in several views and tests
      028be1ee
    • Benjamin Hättasch's avatar
      Introduce detail and edit URLs as properties in AK model · a39a5311
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      This way, the frontend views will be used when AKSubmission is installed and active, or otherwise the link to the built-in AK edit form in backend
      This reduces the coupling between AKSubmission and other apps that previously needed that app
      Use that new property in all places where previously an URL to the submission view was used (for consistency and to allow changes in one place in AKSubmission, too)
      This implements #166
      a39a5311
  4. Mar 24, 2023
    • Benjamin Hättasch's avatar
      Improve virtual rooms · f894e1a8
      Benjamin Hättasch authored
      Use One2One relationship instead of inheritance
      This allows to add and also remove the virtual features of a room
      
      Introduce new model
      Create migrations to migrate from existing to new model + a squashed version knowing only about the new model for fresh installations
      Adapt admin views
      Add django-betterforms as dependency to simply create a form allowing to generate rooms with optionally a virtual component in a single view and create that form
      Add view to create rooms in that view and use instead of default django creation form
      Use the new name/structure in templates
      Move RoomForm to forms.py to make imports easier
      Update batch creation of rooms
      
      This resolves #150 and also resolves #179 since now rooms and virtual rooms (rooms with virtual features) are created using the same view
      f894e1a8
  5. 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
      Introduce static file compression · 75e723b6
      Benjamin Hättasch authored
      Add compressor and sass compiler dependencies
      Introduce corresponding settings
      Use compressor in templates
      Move only partially used dependencies to higher level for better re-usability
      Add custom tags to create css and js for fontawesome separately
      This implements the first part of #162
      75e723b6
    • 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
  6. 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
  7. 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
  8. Jan 01, 2023
  9. Dec 25, 2022
  10. Dec 06, 2022
    • Benjamin Hättasch's avatar
      Add view tests · 889a8803
      Benjamin Hättasch authored
      Introduce framework to simply test correct rendering of views
      Create tests for dashboard views
      Create tests for plan views
      Create tests for default admin views (add and change) of AKModel models
      889a8803
  11. Dec 02, 2022
  12. Nov 26, 2022
    • Benjamin Hättasch's avatar
      Move fullcalendar v5 to static common · adefdf60
      Benjamin Hättasch authored
      Adapt loading templates
      Move plan loader template to AKModel
      Add new template to load all css and scripts for availabilities with one call
      Use that loader in views with availabilities editors
      adefdf60
  13. 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
  14. Aug 15, 2022
  15. May 25, 2022
  16. Oct 29, 2021
  17. May 16, 2021
  18. May 08, 2021
  19. Apr 30, 2021
    • Benjamin Hättasch's avatar
      Introduce and use wizard for event creation and configuration · c8c87946
      Benjamin Hättasch authored
      The wizard is used instead of the normal built-in creation workflow
      It consists of multiple steps to specify the most fundamental settings (especially the timezone), further settings, copying AKCategories and AKRequirements from existing events and activating the event once the basic configuration is done
      The steps after the creation (first two steps) can be skipped
      c8c87946
  20. Jan 17, 2021
  21. Jan 16, 2021
  22. Nov 06, 2020
Loading