Commits on Source (35)
-
Benjamin Hättasch authored
Unify links and link to backend edit forms, too This implements #234
-
Benjamin Hättasch authored
Introduce custom admin variant for User model Improve selected columns in list view Add admin actions for bulk activation and deactivation This implements #227
-
Benjamin Hättasch authored
This implements #241
-
Benjamin Hättasch authored
As a result, multiple unscheduled slots of the same AK are now grouped even when they were added at different times This implements #233
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Previously, the names of unscheduled slots were shown white on white background when no color for the corresponding category was set. Now, a black background color is used instead. This fixes #217
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Find conflicts that this AK specifies and those AKs where this AK was specified Deduplicate and order list alphabetically This implements #223
-
Nadja Geisler authored
-
Remove interest from stored fields for historical AK records Disable history saving for save of interest editing admin view Adjust test fixtures This implements #211
-
Nadja Geisler authored
Don't update history when interest value is changed Closes #211 See merge request !243
-
Nadja Geisler authored
-
Benjamin Hättasch authored
update dependencies See merge request !244
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.28 See merge request !229
-
This resolves warnings that were caused by using naive datetimes for two on-the-fly created events.
-
Nadja Geisler authored
Improve AKSubmission tests See merge request !245
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Version upgrades See merge request !250
-
-
Benjamin Hättasch authored
remove redundant systems check from pipeline See merge request !258
-
Use custom validators to prevent the inclusion of quotation marks in names and to enforce that slugs can be created from them automatically This implements #226
-
Nadja Geisler authored
Make some model fields more robust Closes #226 See merge request !257
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Implemented via css-after-pseudoelement in submit_new html to allow for easy adaption without model changes
-
Nadja Geisler authored
AKSubmission: Preselect types and help text for AK presenting field See merge request !266
Showing
- .docker/extra_requirements.txt 1 addition, 1 deletion.docker/extra_requirements.txt
- .gitlab-ci.yml 2 additions, 3 deletions.gitlab-ci.yml
- AKDashboard/tests.py 19 additions, 17 deletionsAKDashboard/tests.py
- AKModel/admin.py 40 additions, 0 deletionsAKModel/admin.py
- AKModel/fixtures/model.json 0 additions, 7 deletionsAKModel/fixtures/model.json
- AKModel/locale/de_DE/LC_MESSAGES/django.po 218 additions, 194 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0062_interest_no_history.py 17 additions, 0 deletionsAKModel/migrations/0062_interest_no_history.py
- AKModel/migrations/0063_field_validators.py 39 additions, 0 deletionsAKModel/migrations/0063_field_validators.py
- AKModel/models.py 59 additions, 25 deletionsAKModel/models.py
- AKPlan/views.py 5 additions, 6 deletionsAKPlan/views.py
- AKScheduling/forms.py 2 additions, 1 deletionAKScheduling/forms.py
- AKScheduling/templates/admin/AKScheduling/scheduling.html 5 additions, 2 deletionsAKScheduling/templates/admin/AKScheduling/scheduling.html
- AKScheduling/templates/admin/AKScheduling/special_attention.html 14 additions, 4 deletions...uling/templates/admin/AKScheduling/special_attention.html
- AKScheduling/views.py 10 additions, 1 deletionAKScheduling/views.py
- AKSubmission/api.py 2 additions, 1 deletionAKSubmission/api.py
- AKSubmission/forms.py 6 additions, 0 deletionsAKSubmission/forms.py
- AKSubmission/locale/de_DE/LC_MESSAGES/django.po 32 additions, 26 deletionsAKSubmission/locale/de_DE/LC_MESSAGES/django.po
- AKSubmission/templates/AKSubmission/submit_new.html 7 additions, 0 deletionsAKSubmission/templates/AKSubmission/submit_new.html
- AKSubmission/tests.py 13 additions, 10 deletionsAKSubmission/tests.py
- AKSubmission/views.py 18 additions, 15 deletionsAKSubmission/views.py
This diff is collapsed.
AKModel/migrations/0063_field_validators.py
0 → 100644