Skip to content
Snippets Groups Projects
  1. May 15, 2023
    • 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
  2. Jan 02, 2023
  3. Jan 01, 2023
    • 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
  4. Sep 27, 2022
    • Benjamin Hättasch's avatar
      Improve slot handling for wishes · 1133ded4
      Benjamin Hättasch authored
      This implements #144
      Don't show slots, slot creation button, and availabilities for wishes on detail page
      Don't create slots for wishes automatically (and don't ask for durations)
      Automatically create one slot when wish changes to AK
      Automatically remove all unscheduled slots when AK changes to wish
      1133ded4
  5. Aug 15, 2022
  6. May 12, 2022
    • Benjamin Hättasch's avatar
      Add event reference to AKOrgaMessage · 2fec1402
      Benjamin Hättasch authored
      Add a new mandatory event reference to the model
      Add a migration that makes sure all existing messages are updated accordingly
      Adapt the frontend view that sends the message to fill the event field
      2fec1402
  7. Oct 29, 2021
  8. Jan 16, 2021
  9. Nov 06, 2020
  10. Nov 03, 2020
  11. Oct 05, 2020
  12. May 24, 2020
  13. May 14, 2020
  14. May 13, 2020
  15. May 12, 2020
  16. May 11, 2020
  17. May 10, 2020
  18. Oct 29, 2019
  19. Oct 25, 2019
  20. Oct 24, 2019
    • Benjamin Hättasch's avatar
      Introduce automated link generation for AK submission · 2367e3cd
      Benjamin Hättasch authored
      Add base url field to event
      Generate Wiki link from title and base url
      2367e3cd
    • Benjamin Hättasch's avatar
      Improve submission and update forms for AKs as well as underlying model · 19ff8e5a
      Benjamin Hättasch authored
      Improve blank and unique constraints of model:
      - allow blank starting times of slotes to store durations before scheduling and adapt string representation
      - change unique constraint from name and shortname of AK to unique for each event only
      Implement handling of tags for submission and update (auto-creation) by using a semicolon-separated text file instead of multiple choice field
      Implement handling of durations for submission
      Automatically generate short name
      Use different forms for submission and update
      Use special adapted template for AK updates instead of submission template
      Fix EventSlugMixin for POST requests
      19ff8e5a
    • Benjamin Hättasch's avatar
      Add edit view for AK · da3df3ef
      Benjamin Hättasch authored
      Set URLs for edit views in templates
      da3df3ef
    • Benjamin Hättasch's avatar
      Improve AK creation workflow · 93d76ac4
      Benjamin Hättasch authored
      Introduce existing owner select field and dispatching views for POST submitted owner id
      Adapt redirection flows
      Adapt submission overview template
      Introduce Owner edit view
      Fix prepopulation issue in AKWish creation view (caused by inheritance)
      Adapt template name to role as create and update template
      Fix context issue for AK creation view (missing owner attribute)
      93d76ac4
  21. Oct 23, 2019
  22. Oct 21, 2019
  23. Oct 20, 2019
  24. Oct 19, 2019
    • Nadja Geisler's avatar
      allow AK wish submission · 821b2b5e
      Nadja Geisler authored
      create template for AK wish submission
      create form for AK wish submission
      create view for AK wish submission
      adapt urls and buttons
      821b2b5e
Loading