- 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
-
-
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
-
- 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
-
- May 10, 2020
-
-
Benjamin Hättasch authored
-
Nadja Geisler authored
adjust other buttons re-generate translations
-
- 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)
-
Benjamin Hättasch authored
Adapt dashboard links to new URL structure of plan Introduce conditional loading of paths to central URL file
-
- 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
-