- May 15, 2023
-
-
-
Nadja Geisler authored
Allow creating default availabilities in batch room import Closes #175 See merge request !164
-
Benjamin Hättasch authored
This implements #175
-
Nadja Geisler authored
Three bugfixes Closes #187 and #169 See merge request !163
-
-
-
Improve robustness of views against malformed/forged requests by checking whether the owner_id POST attribute is set before accessing it. This fixes #187
-
This fixes #169
-
Nadja Geisler authored
Split AKModel views into different files & introduce modular status page See merge request !162
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Move AKModel views into several subfiles to improve overview and resolve problems with circular imports Introduce new modular status page handling (widgets and views) Port main status page to new structure Move AK messages status page visualization to AKSubmission (therefore, they automatically do not show up when there is no possibility to create them) Introduce status widget for virtual rooms Fix timezone issue for rendering of AK messages on status page Adapt status page URL in several views and tests
-
Nadja Geisler authored
Introduce detail and edit URLs as properties in AK model Closes #166 See merge request !161
-
Nadja Geisler authored
-
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
-
Nadja Geisler authored
Improve virtual rooms Closes #150 and #179 See merge request !160
-
- Mar 24, 2023
-
-
Benjamin Hättasch authored
Make sure the custom add forms for event and room are correctly tested
-
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 10, 2023
-
-
Nadja Geisler authored
- 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
Starting with version 4, USE_L10N is True by default, with v5 the setting will be completely removed
-
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
-
Benjamin Hättasch authored
-
- Jan 03, 2023
-
-
Benjamin Hättasch authored
Upgrade django to 4.1 Upgrade django-timezone-field, django-simple-history, django-debug-toolbar and django-bootstrap-datepicker-plus Upgrade mysqlclient Remove obsolete pytz Adapt timezone handling code to new interface of TimezoneInfo (part of python since 3.9 and backport included in 3.8) Drop support for python 3.7 (since Django 4 requires >= 3.8)
-
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
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Add further view tests for admin interface and fix access control issues detected by this See merge request !157
-
-
Nadja Geisler authored
Optimize queries See merge request !156
-
Benjamin Hättasch authored
-
- Jan 01, 2023
-
-
Nadja Geisler authored
Remove Tags Closes #164 See merge request !155
-
Nadja Geisler authored
Extend new event wizard to cover cloning of dashboard buttons, too Closes #183 See merge request kif/akplanning!154
-
Nadja Geisler authored
Fix default slot localization in admin interface See merge request kif/akplanning!153
-
Nadja Geisler authored
Allow creating and setting a previously unknown owner from AK editing form Closes #96 and #86 See merge request kif/akplanning!152
-
Nadja Geisler authored
Provide alternative input for availabilities/slots (in addition to calendar view) and improve default slot input Closes #174 and #124 See merge request kif/akplanning!151
-
Nadja Geisler authored
Add history as default button to dashboard Closes #180 See merge request kif/akplanning!150
-
This implements #180
-