Skip to content
Snippets Groups Projects
  1. Mar 03, 2025
  2. 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
  3. Feb 24, 2025
  4. May 04, 2024
  5. Apr 21, 2024
  6. Oct 31, 2023
  7. May 17, 2023
  8. May 15, 2023
  9. 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
  10. Jan 04, 2023
  11. 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
  12. Jan 02, 2023
  13. Jan 01, 2023
    • Benjamin Hättasch's avatar
      Add missing translations · d56d4892
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      d56d4892
    • Benjamin Hättasch's avatar
      Remove tags · 34bf41bb
      Benjamin Hättasch authored
      This remove the AKTags model and its usage in views, forms, templates, translations, and backup script
      This implements #164
      34bf41bb
    • Benjamin Hättasch's avatar
      Allow creating and setting a previously unknown owner from AK editing form · 216e2bd1
      Benjamin Hättasch authored
      Add a new link to edit form leading to owner creation form and passing the primary key of the edited AK/wish to that view
      To realize that link, the corresponding field is excluded from the default form rendering and the rendering is triggered manually for that field (and the name field that should still appear on top)
      When user is successfully created, they is set as owner of an AK, the user is redirect to the detail page of that AK and a message is displayed
      Add corresponding test
      This implements #96 and #86
      216e2bd1
  14. Dec 26, 2022
  15. Dec 03, 2022
  16. Dec 02, 2022
  17. Nov 26, 2022
Loading