- Apr 20, 2024
-
-
This implements #201
-
- Nov 05, 2023
-
-
Benjamin Hättasch authored
-
- May 18, 2023
-
-
Benjamin Hättasch authored
-
- May 15, 2023
-
-
This fixes #169
-
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
-
- 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
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
-
Benjamin Hättasch authored
-
- 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
-
- Dec 03, 2022
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Show total count of violations as number, but only mark in orange if there are any violations that are not manually resolved already
-
- Dec 02, 2022
-
-
Benjamin Hättasch authored
This implements #120
-
- Nov 28, 2022
-
-
Benjamin Hättasch authored
Load custom css in admin interface, too Fix lading of locales in scheduler Improve icon in scheduler Reduce SQL query amount in scheduler
-
- Nov 27, 2022
-
-
Benjamin Hättasch authored
Move general ajax setup call to external js file Move common functionality for CV loading to external js file Visualize existing violations in scheduler Add reloading function to scheduler
-
Benjamin Hättasch authored
-
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
-
Benjamin Hättasch authored
-
- Sep 27, 2022
-
-
Benjamin Hättasch authored
Introduce admin action Add function to find AKs without availabilities to event model Link new action on view of AKs requiring special attention Minor design improvements This implements the final part of #145
-
Benjamin Hättasch authored
Show count of slots for wishes and link directly to a filtered list
-
Benjamin Hättasch authored
This implements first part of #145
-
- Aug 17, 2022
-
-
Benjamin Hättasch authored
Implements #147
-
Benjamin Hättasch authored
Implements #146 Show: AKs with comments, AK wishes with slots, AKs without availabilities, AKs without slots
-
- Aug 16, 2022
-
-
This implements #148
-
- May 25, 2022
-
-
This includes returning the edit url as part of the (internal) API response
-
- 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
-
- May 13, 2021
-
-
Benjamin Hättasch authored
-
- May 10, 2021
-
-
Benjamin Hättasch authored
-
-
- May 09, 2021
-
-
Benjamin Hättasch authored
-
- May 05, 2021
-
-
Benjamin Hättasch authored
Make sure popper frontend dependency is always loaded before bootstrap script files load This fixes #121 as well as issues in admin interface (scheduling and track management) Make track management javascript more robust (this resolves an issue occurring when moving an AK with track back to list of AKs without tracks)
-
- 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 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
This resolves #111
-