Commits on Source (11)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Bump to latest version of Django 3.2 Fix dark theme issue by fixing the order of css imports in admin Cleanup admin login template (remove copied code as far as possible)
-
Benjamin Hättasch authored
Bump django-split-settings, django-simple-history, django-registration-redux, django-debug-toolbar, djangorestframework, and pytz Create migration reflecting the changes in simple-history and pytz
-
Benjamin Hättasch authored
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
-
Benjamin Hättasch authored
This mostly implements #159 Introduce a new field that denotes the timestamp when the plan was published Introduce admin actions to publish and unpublish the plan and set that timestamp accordingly Prevent other means to change visibility of the plan Use that timestamp to only highlight recent changes when they occurred after the plan was already published
-
Benjamin Hättasch authored
This adapts submethods of the makemessages command to use generic forward slashes instead of os specific slashes, e.g., backslashes on windows
-
Benjamin Hättasch authored
Create model Create migration Create admin interface
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
This used the common fullcalendar v5 instance instead of a special v3 version only for this editor Improve visualization of availability deletion Improve (event specific) timezone handling and remove dependency to moment-timezones
-
Benjamin Hättasch authored
Additionally, move moments library to common
-
Benjamin Hättasch authored
Add new library files to common Add new template to load all css and scripts with one call Use that loader in views with availabilities editors
Showing
- AKModel/admin.py 37 additions, 5 deletionsAKModel/admin.py
- AKModel/availability/models.py 1 addition, 1 deletionAKModel/availability/models.py
- AKModel/availability/serializers.py 11 additions, 0 deletionsAKModel/availability/serializers.py
- AKModel/forms.py 2 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 329 additions, 279 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/management/__init__.py 0 additions, 0 deletionsAKModel/management/__init__.py
- AKModel/management/commands/__init__.py 0 additions, 0 deletionsAKModel/management/commands/__init__.py
- AKModel/management/commands/makemessages.py 39 additions, 0 deletionsAKModel/management/commands/makemessages.py
- AKModel/migrations/0052_history_upgrade.py 28 additions, 0 deletionsAKModel/migrations/0052_history_upgrade.py
- AKModel/migrations/0053_plan_published_at.py 18 additions, 0 deletionsAKModel/migrations/0053_plan_published_at.py
- AKModel/migrations/0054_default_slots.py 29 additions, 0 deletionsAKModel/migrations/0054_default_slots.py
- AKModel/models.py 29 additions, 0 deletionsAKModel/models.py
- AKModel/templates/AKModel/load_fullcalendar_availabilities.html 15 additions, 0 deletions...l/templates/AKModel/load_fullcalendar_availabilities.html
- AKModel/templates/admin/AKModel/room_change_form.html 14 additions, 6 deletionsAKModel/templates/admin/AKModel/room_change_form.html
- AKModel/templates/admin/login.html 1 addition, 16 deletionsAKModel/templates/admin/login.html
- AKModel/urls.py 4 additions, 2 deletionsAKModel/urls.py
- AKPlan/templatetags/tags_AKPlan.py 5 additions, 0 deletionsAKPlan/templatetags/tags_AKPlan.py
- AKPlanning/settings.py 2 additions, 0 deletionsAKPlanning/settings.py
- AKScheduling/api.py 25 additions, 1 deletionAKScheduling/api.py
- AKScheduling/templates/admin/AKScheduling/scheduling.html 2 additions, 1 deletionAKScheduling/templates/admin/AKScheduling/scheduling.html
This diff is collapsed.
AKModel/management/__init__.py
0 → 100644
AKModel/management/commands/__init__.py
0 → 100644
AKModel/management/commands/makemessages.py
0 → 100644
AKModel/migrations/0052_history_upgrade.py
0 → 100644
This diff is collapsed.
AKModel/migrations/0053_plan_published_at.py
0 → 100644
AKModel/migrations/0054_default_slots.py
0 → 100644