Commits on Source (8)
-
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
-
Benjamin Hättasch authored
Add a new link to edit form leading to owner creation form and passing the primary key of the edited AK/wish to that view To realize that link, the corresponding field is excluded from the default form rendering and the rendering is triggered manually for that field (and the name field that should still appear on top) When user is successfully created, they is set as owner of an AK, the user is redirect to the detail page of that AK and a message is displayed Add corresponding test This implements #96 and #86
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Make sure the more useful local times are displayed both in the form and on the list page
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/admin.py 7 additions, 1 deletionAKModel/admin.py
- 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 27 additions, 3 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
- AKPlan/tests.py 8 additions, 0 deletionsAKPlan/tests.py
- 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 51 additions, 34 deletionsAKSubmission/locale/de_DE/LC_MESSAGES/django.po
- AKSubmission/templates/AKSubmission/ak_edit.html 11 additions, 0 deletionsAKSubmission/templates/AKSubmission/ak_edit.html
This diff is collapsed.
AKModel/migrations/0055_ak_export.py
0 → 100644