- 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
Remove static version of bootstrap css Add bootstrap sources Add bootswatch sources and variable file Improve the way admin css is handled This finishes #162
-
Benjamin Hättasch authored
Add bootstrap plugin (not included in fc by default anymore) Activate compression Make sure font awesome icons are used instead of loading bootstrap icons fc defaults to only for two buttons in fc Remove copy-paste-error text in scheduler
-
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
-
Benjamin Hättasch authored
Upgrade Fullcalendar to v6 (implements #186) Upgrade jQuery to v3.6 (implements #185) Upgrade Select2 to v4.0.13 Remove tag information leftover in track manager
-
- 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
-
- Dec 02, 2022
-
-
Benjamin Hättasch authored
-
- 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
-
- Aug 15, 2022
-
-
This resolves #143
-
- May 25, 2022
-
-
This visualizes the state and allows to turn it on and off with a click
-
-
-
Make sure event is only loaded once Massively reduce amount of SQL queries (e.g., plan view reduced from multiple queries per AK where over half of them are duplicates down to only 2 queries -- independent of AK count) Replace software-side list constructions with in-database operations
-
- May 16, 2021
-
-
Benjamin Hättasch authored
This is done by generating the "now" timestamp from python instead of JavaScript using a newly created templatetag The new "now" function is used in all AKPlan calendar views as well as in AKScheduling's scheduler view
-
- Jan 17, 2021
-
-
Benjamin Hättasch authored
Reintroduce the locale settings that where falsely removed in !74 (afa4558a and 10667a08) -- while this setting is not needed in fc version 3 that the merge request referred to, stating them explicitly is needed in v5 that is used in our project currently.
-
Benjamin Hättasch authored
Move background event color to scheduling init code instead of every single background event
-
- Jan 16, 2021
-
-
-
This removes support for the explicit "locale: '{{ LANGUAGE_CODE }}'" setting, but that should not be a problem as https://fullcalendar.io/docs/v3/locale states: > If you are simply loading one locale, you do not need to specify the locale > option.
-
-
- Nov 06, 2020
-
- Nov 04, 2020
-
-
-
Remove fullcalendar v4 from vendor directory (AKPlan) Add fullcalendar v5 to vendor directory (AKPlan) Adapt plan views to breaking changes (renamed properties and callbacks) Fullcalendar 3 dependency for availability selection widgets stays untouched
-
- Jul 07, 2020
-
-
Benjamin Hättasch authored
Add meta tags to display a preview for the linked page on twitter
-
- May 22, 2020
-
-
Benjamin Hättasch authored
Show full name of AK as tooltip Scroll to current time
-
Benjamin Hättasch authored
First part of #89 Also fix #87
-
- May 21, 2020
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add link to room detail view in slot table Fix location based nesting in plan
-
- May 19, 2020
-
-
Benjamin Hättasch authored
-
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
Closes #77 Show link button for virtual rooms Display capacity and properties Link in detail view (plan and table) Update translations
-
Benjamin Hättasch authored
Remove typo from calendar JS
-
- May 14, 2020
-
-
Nadja Geisler authored
availabilities in AK submission availabilities in AK wish submission
-
- May 12, 2020
-
-
Benjamin Hättasch authored
Closes #74
-
- May 11, 2020
-
-
Benjamin Hättasch authored
-
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 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 04, 2020
-
-
Benjamin Hättasch authored
-
- Mar 03, 2020
-
-
Benjamin Hättasch authored
Move encoding to own files that can be included Add url for linking to detail page to event encoding Add color coding for category and track to event encoding Introduce room hierarchy (building + room)
-