- May 15, 2023
-
-
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
-
- Mar 24, 2023
-
-
Benjamin Hättasch authored
Use One2One relationship instead of inheritance This allows to add and also remove the virtual features of a room Introduce new model Create migrations to migrate from existing to new model + a squashed version knowing only about the new model for fresh installations Adapt admin views Add django-betterforms as dependency to simply create a form allowing to generate rooms with optionally a virtual component in a single view and create that form Add view to create rooms in that view and use instead of default django creation form Use the new name/structure in templates Move RoomForm to forms.py to make imports easier Update batch creation of rooms This resolves #150 and also resolves #179 since now rooms and virtual rooms (rooms with virtual features) are created using the same view
-
- Jan 04, 2023
-
-
Benjamin Hättasch authored
Add compressor and sass compiler dependencies Introduce corresponding settings Use compressor in templates Move only partially used dependencies to higher level for better re-usability Add custom tags to create css and js for fontawesome separately This implements the first part of #162
-
- Jan 03, 2023
-
-
Benjamin Hättasch authored
Use official fontawesome django app for static file handling Switch to fork/new version of django-bootstrap (for icon field and rendering shortcuts) Add migration to bump icon field of dashboard buttons to new version Update templates to load new app and use new tags
-
- Jan 02, 2023
-
-
Benjamin Hättasch authored
Bump django-bootstrap to version 5 Exchange bootstrap files (js & css) Adapt settings Migrate to new version/resolve breaking changes Move layout adaptions previously included in bootstrap.css into custom.css
-
- Jan 01, 2023
-
-
Benjamin Hättasch authored
This remove the AKTags model and its usage in views, forms, templates, translations, and backup script This implements #164
-
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
-
- Dec 02, 2022
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
This ensures correct loading if AKPlan is called from within a frame, e.g., in Venueless
-
- Nov 26, 2022
-
-
Benjamin Hättasch authored
Adapt loading templates Move plan loader template to AKModel Add new template to load all css and scripts for availabilities with one call Use that loader in views with availabilities editors
-
Benjamin Hättasch authored
This used the common fullcalendar v5 instance instead of a special v3 version only for this editor Improve visualization of availability deletion Improve (event specific) timezone handling and remove dependency to moment-timezones
-
- Sep 27, 2022
-
-
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
-
- Oct 29, 2021
-
-
Benjamin Hättasch authored
Additionally, remove obsolete logging
-
Benjamin Hättasch authored
-
- May 15, 2021
-
-
Benjamin Hättasch authored
Use for slide generation Show effect it will have on AK detail page Add migration Add translations
-
- May 14, 2021
-
-
Jörn Tillmanns authored
-
- May 13, 2021
-
-
Benjamin Hättasch authored
-
Dominik Weitz authored
-
- Jan 17, 2021
-
-
Benjamin Hättasch authored
Use name field instead of default string representation of AK in header field Add some margin below to improve visual appearance
-
- Jan 16, 2021
-
-
Benjamin Hättasch authored
-
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 06, 2020
-
-
Dominik Weitz authored
-
- Nov 03, 2020
-
-
Add model Add to admin interface Add and link create view in frontend Add translations
-
- Oct 05, 2020
-
-
Benjamin Hättasch authored
Implements #89 This will show a box with information (room and remaining time) about AKs currently going on or starting in less than 2 hours.
-
- Jul 07, 2020
-
-
Benjamin Hättasch authored
Add meta tags to display a preview for the linked page on twitter
-
- May 24, 2020
-
-
Benjamin Hättasch authored
Hide protocol link for AK and wish submission form Fix js/css for wish submission
-
- May 22, 2020
-
-
Benjamin Hättasch authored
First part of #89 Also fix #87
-
- 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
-
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
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Fixes #83
-
Benjamin Hättasch authored
Fixes #15
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Closes #77 Show link button for virtual rooms Display capacity and properties Link in detail view (plan and table) Update translations
-