- May 16, 2020
-
-
Nadja Geisler authored
-
- May 14, 2020
-
-
Nadja Geisler authored
availabilities in AK submission availabilities in AK wish submission
-
Nadja Geisler authored
-
Add django-registration-redux dependency Adapt settings and urls Add view logged-in users to either proceed to the backend or logout
-
-
- May 12, 2020
-
-
Benjamin Hättasch authored
-
-
- May 11, 2020
-
-
If there is no active event, pre-select the next upcoming event in admin views
-
Benjamin Hättasch authored
Introduce new mixin Replace edit & create views by redirects to overview page Prevent inserting/updating for AKs and Owners Disable interest counter Hide interest button Update translations
-
Nadja Geisler authored
-
add djangorestframework add serializers for select models create api urls extend EventSlugMixin to work for list and create methods create list and retrieve viewsets for select models include AKModel URLS into main app
-
Benjamin Hättasch authored
Hide wall (hide button in plan, redirect when calling directly) Show message on normal plan & hide current and next AKs Link only a single schedule view in Dashboard but not current AKs and wall Update translations
-
- May 10, 2020
-
-
Benjamin Hättasch authored
-
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
for each model in AKModelspecify what to display in list what to filter by what to edit in list how to order
-
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
adjust other buttons re-generate translations
-
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 09, 2020
-
-
N.Geisler & B. Hättasch authored
deploy dashboard under / create template view provide template with important links for each event handle case of no events create template tag to ensure installed apps
-
- Jan 08, 2020
-
-
N.Geisler & B. Hättasch authored
-
-
- Oct 30, 2019
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add new property to model to simply access planned durations of AK
-
- Oct 29, 2019
-
-
Benjamin Hättasch authored
Add contact email address to event model Show email link in footer Fix missing event reference in AKDetailView
-
Benjamin Hättasch authored
-
- Oct 25, 2019
-
-
Nadja Geisler authored
-
Nadja Geisler authored
associate AKTrack with an Event associate AKCategory with an Event restrict AK requirements to those associated with the same event restrict AK categories to those associated with the same event
-
Nadja Geisler authored
add default slot size to Event model set initial form value to event deafult slot size
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- Oct 24, 2019
-
-
Benjamin Hättasch authored
Add base url field to event Generate Wiki link from title and base url
-
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
-