Commits on Source (81)
-
Hides hours no upcoming AK is in. For technical reasons, only one visible area can be displayed for all days, hence hours for one day might be visible even though the are not needed (but just for another day). For improved visibility, cutoff will be with one hour offset. This implements #206
-
Nadja Geisler authored
Only show necessary timeframes on AK wall Closes #206 See merge request kif/akplanning!214
-
This will remove empty lines from the "bubbles" containing details in scheduler. This implements #215
-
This implements #201
-
This prevents warning for AKs where interest was not specified and room capacity is quite small. This resolves #209
-
-
Nadja Geisler authored
Improve scheduling Closes #209, #201, and #215 See merge request kif/akplanning!215
-
Benjamin Hättasch authored
Previously, indication was always open when no start and end dates were specified, now it is only active when an indication window was explicitly set. Adjust the help text accordingly. This resolves #198
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
This ensures that it is always called when new AKs are created. Additionally, editing of links in frontend is disabled, preventing diverging links between our tool and the wiki export. This fixes #193 and #204.
-
Benjamin Hättasch authored
This implements #212.
-
Benjamin Hättasch authored
This implements #199
-
Benjamin Hättasch authored
This fixes #191
-
Benjamin Hättasch authored
Disable requirements field completely instead of hiding it. This fixes AK editing which was broken when no requirements where configured.
-
Add dragula dependency Apply to track admin Fix layout issues in track admin This implements #190
-
Nadja Geisler authored
Make tracks in track admin sortable Closes #190 See merge request !218
-
Introduce new field Create migration Show in admin Show in message tables on status page This implements #213
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
Make AK messages resolvable Closes #213 See merge request !219
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Show constraint violations as widget on status page See merge request !220
-
Benjamin Hättasch authored
Create overview page Link in admin AKOwner list and in change view, showing the number of AKs by user This implements #207
-
Nadja Geisler authored
Introduce and link admin view to show all AKs by a given owner Closes #207 See merge request !221
-
-
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 70 additions, 3 deletionsAKModel/admin.py
- AKModel/fixtures/model.json 8 additions, 7 deletionsAKModel/fixtures/model.json
- AKModel/forms.py 13 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 323 additions, 245 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0059_interest_default.py 18 additions, 0 deletionsAKModel/migrations/0059_interest_default.py
- AKModel/migrations/0060_orga_message_resolved.py 18 additions, 0 deletionsAKModel/migrations/0060_orga_message_resolved.py
- 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 110 additions, 26 deletionsAKModel/models.py
- AKModel/templates/admin/AKModel/ak_csv_export.html 2 additions, 2 deletionsAKModel/templates/admin/AKModel/ak_csv_export.html
This diff is collapsed.
AKModel/migrations/0059_interest_default.py
0 → 100644
AKModel/migrations/0061_types.py
0 → 100644
AKModel/migrations/0063_field_validators.py
0 → 100644