Skip to content
Snippets Groups Projects
  1. Jan 01, 2023
  2. Nov 30, 2022
  3. Nov 28, 2022
  4. Nov 26, 2022
  5. Oct 23, 2022
    • Benjamin Hättasch's avatar
      Introduce intermediate page for plan publishing · f444f3a6
      Benjamin Hättasch authored
      Use action with intermediate page instead of direct action for publishing and unpublishing of plans
      This allows to create a link on the events detail page and on the status page to change the plans visibility
      Add link to detail view
      Visualize plan visibility on status page and allow to toggle it from there
      This implements the final function of #159
      f444f3a6
    • Benjamin Hättasch's avatar
      Increase performance · 0bc73445
      Benjamin Hättasch authored
      Move loop-based action code to mixin that will only be used when more complex actions should be performed
      Use queryset update function on existing actions to perform the necessary updating in only one db call instead of one query per entity
      Additionally, visualize manually_resolved status in admin interface of CV
      0bc73445
    • Benjamin Hättasch's avatar
      Fix admin action for wiki export · 19e46342
      Benjamin Hättasch authored
      Looks like this was broken since the switch to individual boxes per category.
      Fixed it and made it more robust (show error message when trying to export AKs from more than one event at the same time).
      19e46342
    • Benjamin Hättasch's avatar
      Use action and display decorators · 165088c0
      Benjamin Hättasch authored
      Leverage the decorators introduced in django 3.2 for methods that do not use them already
      165088c0
    • Nadja Geisler's avatar
      update AKModel translations · d77161f9
      Nadja Geisler authored
      d77161f9
    • Benjamin Hättasch's avatar
      Implement admin actions for AKs · 6e876660
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      Add two admin actions to reset interest and interest counter of AKs -- each including a preview/confirmation step
      This implements #153
      6e876660
    • Benjamin Hättasch's avatar
      Implement admin actions for constraint violations · f28e9606
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      Add three admin actions to mark CVs as resolved, or set the level to 'warning' or 'violation' -- each including a preview/confirmation step
      Introduce a generic view inheriting from the generic admin intermediate view to handle confirmations for admin actions (performing on multiple, freely selected items)
      This implements #154
      f28e9606
    • 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
  6. Sep 26, 2022
  7. Aug 13, 2022
  8. May 25, 2022
  9. Oct 29, 2021
  10. May 11, 2021
  11. May 10, 2021
  12. May 09, 2021
  13. May 08, 2021
  14. May 03, 2021
  15. 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
  16. Apr 29, 2021
  17. Nov 12, 2020
  18. Nov 04, 2020
  19. Nov 03, 2020
  20. May 20, 2020
  21. May 19, 2020
  22. May 18, 2020
Loading