"INSTALL.md" did not exist on "2d9a1b2c97051bad8e6fffa8dfcb5c8dfb07d7be"
Commits on Source (56)
-
-
Nadja Geisler authored
Update dependency django-bootstrap5 to v24.2 See merge request !217
-
Nadja Geisler authored
-
Nadja Geisler authored
Update requirements.txt See merge request !224
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Fix and improve scheduling See merge request !225
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Color code categories in track manager for already sorted AKs, too See merge request !226
-
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.25.1 See merge request !211
-
Benjamin Hättasch authored
Feature all active events and additionally a specified number of recent events The other events are displayed smaller This implements #160 Furthermore, display event dates and places above the button rows
-
Nadja Geisler authored
AKDashboard: Handle long lists of events better & show event place and date Closes #160 and #197 See merge request !236
-
Felix Blanke authored
-
Benjamin Hättasch authored
Fix: Only add room import button once See merge request !239
-
This fixes #243
-
Nadja Geisler authored
Add missing template for AKs by Owner view Closes #243 See merge request !240
-
Add js dependency Load in base template Adjust CSPs
-
-
In case JS is available, the block will now continuously be updated with the remaining time until start or end of the AK slot. Without JS, the value determined by django at the time of the page load will be shown. [Vue based code] This implements #98
-
Nadja Geisler authored
JS-based improvements Closes #98 See merge request !238
-
Benjamin Hättasch authored
Introduce model (including migration and admin interface) Integrate into new event wizard Display as property in details representation (e.g., used in scheduler) Allow to choose types in AK add/edit forms Show type info on AK detail page and in overview table Adjust tests (including new tests for requirement and type visibility in submission form) Update translations
-
Nadja Geisler authored
-
Nadja Geisler authored
Introduce AKTypes Closes #244 See merge request !241
-
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
Showing
- .docker/extra_requirements.txt 1 addition, 1 deletion.docker/extra_requirements.txt
- .gitlab-ci.yml 2 additions, 3 deletions.gitlab-ci.yml
- AKDashboard/locale/de_DE/LC_MESSAGES/django.po 21 additions, 13 deletionsAKDashboard/locale/de_DE/LC_MESSAGES/django.po
- AKDashboard/static/AKDashboard/style.css 4 additions, 0 deletionsAKDashboard/static/AKDashboard/style.css
- AKDashboard/templates/AKDashboard/dashboard.html 21 additions, 11 deletionsAKDashboard/templates/AKDashboard/dashboard.html
- AKDashboard/templates/AKDashboard/dashboard_row.html 6 additions, 0 deletionsAKDashboard/templates/AKDashboard/dashboard_row.html
- AKDashboard/templates/AKDashboard/dashboard_row_old_event.html 56 additions, 0 deletions...hboard/templates/AKDashboard/dashboard_row_old_event.html
- AKDashboard/tests.py 22 additions, 19 deletionsAKDashboard/tests.py
- AKDashboard/views.py 12 additions, 1 deletionAKDashboard/views.py
- AKModel/admin.py 54 additions, 1 deletionAKModel/admin.py
- AKModel/fixtures/model.json 8 additions, 7 deletionsAKModel/fixtures/model.json
- AKModel/forms.py 10 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 272 additions, 219 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0061_types.py 33 additions, 0 deletionsAKModel/migrations/0061_types.py
- 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 81 additions, 24 deletionsAKModel/models.py
- AKModel/templates/admin/AKModel/ak_csv_export.html 2 additions, 2 deletionsAKModel/templates/admin/AKModel/ak_csv_export.html
- AKModel/templates/admin/AKModel/aks_by_user.html 38 additions, 0 deletionsAKModel/templates/admin/AKModel/aks_by_user.html
- AKModel/templatetags/tags_AKModel.py 18 additions, 0 deletionsAKModel/templatetags/tags_AKModel.py
This diff is collapsed.
AKModel/migrations/0061_types.py
0 → 100644
AKModel/migrations/0063_field_validators.py
0 → 100644