- Nov 05, 2023
-
-
- Oct 31, 2023
-
-
Benjamin Hättasch authored
Add requirements to automatically build the documentation using sphinx Add basic configuration for documentation Add django-docs app to deliver documentation as part of the app under /docs/ Add generating/updating of the docs to the setup and update scripts
-
- 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
-
- 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
-
-
- 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
-
- Jan 16, 2021
-
-
Add requirement Adjust settings to load toolbar in debug mode Add debug URLs
-
- Nov 03, 2020
-
-
Part of #9
-
Implements #72 Adapt dashboard layout to show feed Add logic to get a list of recent changes Add link to dashboard detail view on start page Introduce settings to disable and control feed Add translation
-
- May 18, 2020
-
-
- 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 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
-
-
- May 11, 2020
-
-
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
-
- May 10, 2020
-
-
Benjamin Hättasch authored
-
- May 09, 2020
-
-
Benjamin Hättasch authored
-
- 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 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)
-
- Mar 02, 2020
-
-
Benjamin Hättasch authored
Adapt filenames, references and URLs Adapt settings keys Adapt translations Fix wrong settings keys in wall view
-
Benjamin Hättasch authored
Add views Add templates Add urls Add translations Add three corresponding settings to central settings file Minor: Fix typo in plan_akslot
-
- Mar 01, 2020
-
-
Benjamin Hättasch authored
Add dependency django-timezone-field Add timezone field to Event Introduce i18n for default_slot field Add new and missing translations Add title property to Room (for better access of combined building + name form)
-
- Jan 12, 2020
-
-
Benjamin Hättasch authored
-
- Jan 09, 2020
-
-
N.Geisler & B. Hättasch authored
deploy dashboard under / create template view provide template with important links for each event handle case of no events create template tag to ensure installed apps
-
- Oct 29, 2019
-
-
Benjamin Hättasch authored
The subfolder is not under version control, however, you can place another version controlled source here if needed
-
- Oct 21, 2019
-
-
Benjamin Hättasch authored
Add visualization to ak list and detail page Add option to treat them as an own category on submission overview
-
- Oct 20, 2019
-
-
Benjamin Hättasch authored
Adapt settings Add i18n urls to central url conf Add language chooser to base.html Adapt readme and utils
-
- Oct 17, 2019
-
-
Benjamin Hättasch authored
Create base.html Add common template folder to settings
-
- Oct 16, 2019
-
-
Benjamin Hättasch authored
-
- Oct 14, 2019
-
-
Benjamin Hättasch authored
Add suitable libraries to requirements Load these apps and adapt their basic settings
-