- May 15, 2023
-
-
- 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
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
-
- 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
-
-
- Dec 26, 2022
-
-
Benjamin Hättasch authored
-
- Dec 06, 2022
-
-
Benjamin Hättasch authored
-
- Dec 02, 2022
-
-
Benjamin Hättasch authored
-
- Oct 23, 2022
-
-
This removes a compatibility warning (Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField') for django 4.1
-
- May 25, 2022
-
-
- Oct 29, 2021
-
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
adds datetimefield for start to Event model adds datetimefield for start to Event model adds translations adds migration
-
- May 11, 2021
-
-
Benjamin Hättasch authored
-
- May 10, 2021
-
-
-
Benjamin Hättasch authored
This reverts commit 1e7ca6bf and parts of other commits
-
- May 08, 2021
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Additionally, this provides better escaping of user content Set setting for consecutive runs to 2
-
Benjamin Hättasch authored
Load dependency Use custom escaping environment Adapt installation guidelines
-
Benjamin Hättasch authored
Add django-csp to dependencies Load middleware Add config that matches current usage but with most possible restriction
-
Benjamin Hättasch authored
This is necessary since django-bootstrap4 expects a bootstrap javascript version that already includes popper Bump jquery to 3.5.1 Bump bootstrap to 4.6.0 Remove separate popper lib Adjust paths in settings. This also makes sure that the local jquery version is always used, which was previously not the case for admin views that depended on code.jquery.com Remove explicit popper loading that was introduced in 2c359090 to mitigate the effects of the update in c0b3478c
-
- Apr 30, 2021
-
-
Benjamin Hättasch authored
The wizard is used instead of the normal built-in creation workflow It consists of multiple steps to specify the most fundamental settings (especially the timezone), further settings, copying AKCategories and AKRequirements from existing events and activating the event once the basic configuration is done The steps after the creation (first two steps) can be skipped
-
Benjamin Hättasch authored
-
- Jan 16, 2021
-
-
Add requirement Adjust settings to load toolbar in debug mode Add debug URLs
-
- Nov 03, 2020
- Sep 20, 2020
-
-
Benjamin Hättasch authored
Implements #94
-
- May 19, 2020
-
-
Benjamin Hättasch authored
Implements #47 Link from event status admin view Update translations
-
- May 18, 2020
-
-
-
-
Benjamin Hättasch authored
Attach status view to event model admin Link from admin start page Customize admin interface headers Update translations
-
- May 17, 2020
-
-
Benjamin Hättasch authored
This is the base for custom admin views (with admin design and permission checking) Replace default admin site with custom admin site in AKModel Use custom admin index template & apply first basic change Introduce custom admin base template (including bootstrap loading) Introduce Mixin for AdminViews
-
- May 16, 2020
-
-
Nadja Geisler authored
-
- May 14, 2020
-
-
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
-
-
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
-
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
-