- Jan 01, 2023
-
-
Benjamin Hättasch authored
Make sure the more useful local times are displayed both in the form and on the list page
-
- Nov 30, 2022
-
-
Benjamin Hättasch authored
This implements #156
-
- Nov 28, 2022
-
-
Benjamin Hättasch authored
Create new view (including template and form) Link on status page Add translations
-
- Nov 26, 2022
-
-
Benjamin Hättasch authored
Create model Create migration Create admin interface
-
Benjamin Hättasch authored
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
-
- Oct 23, 2022
-
-
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
-
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
-
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).
-
Benjamin Hättasch authored
Leverage the decorators introduced in django 3.2 for methods that do not use them already
-
Nadja Geisler authored
-
Add two admin actions to reset interest and interest counter of AKs -- each including a preview/confirmation step This implements #153
-
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
-
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
-
- Sep 26, 2022
-
-
Benjamin Hättasch authored
Previously, linking of next and previous AKs did not always work correctly for wishes Also remove input for interest on AK list
-
- Aug 13, 2022
-
-
Benjamin Hättasch authored
-
- May 25, 2022
-
-
For admin views of AK (category, requirements), Room (properties), AKSlot (room) the mentioned filters now only show choices related to the current event if such a filter is active at the same time. This implements #128 Additionally, the filter ordering was adapted for all admin views (event now always shows up first)
-
- Oct 29, 2021
-
-
Nadja Geisler authored
-
- May 11, 2021
-
-
Benjamin Hättasch authored
This implements #126
-
- May 10, 2021
-
-
-
-
Additionally fix wrong app installed check for ak detail link (should be AKSubmission, not AKScheduling)
-
- May 09, 2021
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Additionally fix wrong app installed check for ak detail link (should be AKSubmission, not AKScheduling)
-
- May 08, 2021
-
-
Benjamin Hättasch authored
Create template for slides Add view Link view from status page Update translations
-
- May 03, 2021
-
-
Restrict choices (foreign keys & m2m) in admin forms to other objects of the event of the edited instance Additionally, improve how requirements are shown for AK admin (multiple checkboxes instead of multiselect widget)
-
This reduces the amount of queries from over 450 for a full list (100 entries) to about 50, resulting in a drop of execution time from about 20 seconds to less than one second This fixes #106
-
- Apr 30, 2021
-
-
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
-
- Apr 29, 2021
-
-
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.
-
Benjamin Hättasch authored
Add new view Link on status page
-
- Nov 12, 2020
-
-
- Nov 04, 2020
-
-
-
-
Implements #92
-
- Nov 03, 2020
-
-
-
Introduce field for wiki export template to Event model Use this for wiki export Fixes #85 Create and link new export view (auto-split by categories)
-
Add model Add to admin interface Add and link create view in frontend Add translations
-
- May 20, 2020
-
-
Benjamin Hättasch authored
-
- May 19, 2020
-
-
Benjamin Hättasch authored
Implements #47 Link from event status admin view Update translations
-
- May 18, 2020
-
-
more general model
-