- May 11, 2021
-
-
Benjamin Hättasch authored
Previously, ak and ak slot sets were modelled as class attributes, which could cause wrong AKs to show up in a relation when multiple constraints were updated in the same function call
-
Benjamin Hättasch authored
Improve constraint violation string representation to prevent endless recursion Create violation check for changed owner of AK (bound to new m2m_changed signal) Add doc comments
-
- May 09, 2021
-
-
Benjamin Hättasch authored
Add helper fields and methods to ConstraintViolation model Introduce helper method do determine whether two AKSlots overlap Add receivers to AKScheduling Implement stub for OWNER_TWO_SLOTS violation
-
Benjamin Hättasch authored
This also introduces some additional properties for human readable details of the violations to the model
-
- May 05, 2021
-
-
Benjamin Hättasch authored
Previously, a slot duration of exactly one hour was shown as "1: 0" instead of "1:00"
-
- 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.
-
- Jan 29, 2021
-
-
Benjamin Hättasch authored
This fixes #97 Exclude interest_counter from AK history Prevent saving of history record when increasing interest counter Run the following action after applying the change/migration to remove existing duplicate history records (the ones without changes to tracked fields, hence caused by either saving without changing any field or especially the ones created due to changes of the now ignored interest_counter): python manage.py clean_duplicate_history AKModel.ak
-
- Jan 16, 2021
-
-
Benjamin Hättasch authored
Use more pythonic way to calculate times and construct strings
-
Nadja Geisler authored
Add new Strings + Translations Fix Typos Remove event specific vocabulary
-
-
- Nov 08, 2020
-
-
Nils Steinger authored
-
Nils Steinger authored
-
Nils Steinger authored
-
- Nov 05, 2020
-
-
Nadja Geisler authored
-
Benjamin Hättasch authored
This prevents it from being edited in scheduling view
-
- Nov 04, 2020
-
-
Nadja Geisler authored
This reverts commit ac2393b5
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Add helper fields and methods to ConstraintViolation model Introduce helper method do determine whether two AKSlots overlap Add receivers to AKScheduling Implement stub for OWNER_TWO_SLOTS violation
-
-
- Nov 03, 2020
-
-
Benjamin Hättasch authored
-
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
-
- Aug 31, 2020
-
-
Add boolean flag to events whether they should appear on the overview/start page or just when visiting the correct url
-
- May 21, 2020
-
-
Benjamin Hättasch authored
Add field to model Use field in form Display field in ak detail view Show track in ak detail view Update translations
-
- May 20, 2020
-
-
Benjamin Hättasch authored
-
- May 19, 2020
-
-
Benjamin Hättasch authored
Closes #60 Add boolean flag to event Hide plan for non-staff users when flag is set Update translations
-
- May 18, 2020
-
-
more general model
-
- May 12, 2020
-
-
- May 11, 2020
-
-
If there is no active event, pre-select the next upcoming event in admin views
-
- May 10, 2020
-
-
Benjamin Hättasch authored
-
AK model: add online interest field, add increment function add increment and redirect view add Button and counter in detail view add translations
-
Benjamin Hättasch authored
-
Nadja Geisler authored
-
Nadja Geisler authored
adjust help text to suggest notes are public show notes in AK detail view (if present) translate help text db migration
-
Nadja Geisler authored
-
- May 03, 2020
-
-
Benjamin Hättasch authored
Add new helper property to model Add and use template tag for color coding Add helpfer functions for color blending (gradient and simple) Also show timestamp of last edit in admin view Introduce setting to control which changes will be higlighted
-
- Mar 01, 2020
-
-
Benjamin Hättasch authored
Adapt admin views Adapt rendering of times of AK slots for backend and frontend
-
Benjamin Hättasch authored
Add dependency django-timezone-field Add timezone field to Event Introduce i18n for default_slot field Add new and missing translations Add title property to Room (for better access of combined building + name form)
-
- Jan 08, 2020
-
-
N.Geisler & B. Hättasch authored
-
-