Commits on Source (5)
-
Benjamin Hättasch authored
Add flag (default value true) Use for wiki export Add migration, translation & test This implements #178
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
This implements #180
-
Benjamin Hättasch authored
This implements #174
-
Benjamin Hättasch authored
Add start and end inputs below the calendar widget that can be used to add new entries to the calendar. Inputs are based on html5 widgets, will fallback to simple text inputs in very old browsers. Modern browsers also provide an integrated validation of the time ranges. In older browsers, this will be done latest on server side. This implements #124
Showing
- AKDashboard/locale/de_DE/LC_MESSAGES/django.po 5 additions, 1 deletionAKDashboard/locale/de_DE/LC_MESSAGES/django.po
- AKDashboard/templates/AKDashboard/dashboard_event.html 1 addition, 1 deletionAKDashboard/templates/AKDashboard/dashboard_event.html
- AKDashboard/templates/AKDashboard/dashboard_row.html 7 additions, 0 deletionsAKDashboard/templates/AKDashboard/dashboard_row.html
- AKModel/availability/forms.py 2 additions, 1 deletionAKModel/availability/forms.py
- AKModel/fixtures/model.json 1 addition, 0 deletionsAKModel/fixtures/model.json
- AKModel/forms.py 2 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 156 additions, 138 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0055_ak_export.py 18 additions, 0 deletionsAKModel/migrations/0055_ak_export.py
- AKModel/models.py 8 additions, 5 deletionsAKModel/models.py
- AKModel/templates/admin/AKModel/default_slot_editor.html 2 additions, 1 deletionAKModel/templates/admin/AKModel/default_slot_editor.html
- AKModel/tests.py 17 additions, 0 deletionsAKModel/tests.py
- AKModel/views.py 4 additions, 1 deletionAKModel/views.py
- AKPlan/locale/de_DE/LC_MESSAGES/django.po 5 additions, 5 deletionsAKPlan/locale/de_DE/LC_MESSAGES/django.po
- AKPlanning/locale/de_DE/LC_MESSAGES/django.po 3 additions, 3 deletionsAKPlanning/locale/de_DE/LC_MESSAGES/django.po
- AKScheduling/locale/de_DE/LC_MESSAGES/django.po 43 additions, 20 deletionsAKScheduling/locale/de_DE/LC_MESSAGES/django.po
- AKScheduling/templates/admin/AKScheduling/scheduling.html 1 addition, 1 deletionAKScheduling/templates/admin/AKScheduling/scheduling.html
- AKSubmission/locale/de_DE/LC_MESSAGES/django.po 28 additions, 23 deletionsAKSubmission/locale/de_DE/LC_MESSAGES/django.po
- static_common/common/js/availabilities.js 29 additions, 10 deletionsstatic_common/common/js/availabilities.js
This diff is collapsed.
AKModel/migrations/0055_ak_export.py
0 → 100644