Commit Graph

94 Commits

Author SHA1 Message Date
f845b06515 feat(locale/pl): update polish translations 2026-03-16 13:45:39 +01:00
631363346c fix(event_page.py): fix past event checks 2026-03-16 13:33:19 +01:00
c488ef3420 feat(models.py): add EventPage.is_past property 2026-03-16 13:32:27 +01:00
f609144a84 feat(event_page.html): add check if event is in the past 2026-03-16 13:21:12 +01:00
16599355c8 chore(migrations/0013): make signed_up_users a ParentalManyToMany field 2026-03-16 13:20:49 +01:00
6e6154f98c fix(models.py): fix wagtail editor error on new page creation 2026-03-16 13:20:16 +01:00
e408a55d06 chore(migrations/0012): add tags and color fields to EventPage 2026-03-16 13:14:06 +01:00
7b10f8f367 feat(models.py): add tags and color fields to EventPage 2026-03-16 13:12:39 +01:00
5aa4870d1e feat(event_page.html): add object-cover and limit max height to 256px 2026-03-16 12:40:24 +01:00
600283a084 feat(wagtail_hooks.py): add wagtail hook to add code block to draftail editor 2026-03-16 12:33:12 +01:00
a068afcb55 feat(event_page.html): add EventPage template 2026-03-16 12:32:28 +01:00
a2a9545de5 chore(migrations/0011): add max_attendees and signed_up_users fields to EventPage model 2026-03-16 12:31:08 +01:00
dddf5cf70d feat(models.py): add max_attendees and signed_up_users fields to EventPage 2026-03-16 12:26:08 +01:00
b637224eb5 style(models.py): ignore pyright warning 2026-03-16 12:17:44 +01:00
1acf38c9d1 chore(migrations/00010): add EmptyPage model 2026-03-13 14:39:00 +01:00
5e78c9f18a feat(home/models.py): add EmptyPage model 2026-03-13 14:38:34 +01:00
3f3dbfc341 fix(course_page.html): do not show unpublished modules 2026-03-13 14:37:52 +01:00
5fef84b0a7 chore(migrations/0009): add EventPage model 2026-03-13 14:37:39 +01:00
40e6c29b4c feat(home/models.py): add EventPage model 2026-03-13 14:36:34 +01:00
2749c70cdd feat(course_page.html): add ?next= parameter to login/signup buttons on course page while logged out 2026-03-12 14:22:48 +01:00
0cd748a9eb feat(course_page.html): display course image on page 2026-03-12 14:21:46 +01:00
d6dbfb92ce chore(migrations/0008_coursepage_course_image.py): add course_image field 2026-03-12 14:20:06 +01:00
7bcbb63a49 feat(models.py): add course_image property to CoursePage 2026-03-12 14:19:36 +01:00
da0c06d3b6 feat(home/models.py): add CourseModulePage.course property 2026-03-12 14:08:48 +01:00
bddc857345 feat(course_page.html): add messages if user not logged in or doesn't have access to course 2026-03-12 13:52:14 +01:00
a014c476e6 feat(home/models.py): add user_has_access property to CoursePage 2026-03-12 13:51:21 +01:00
bfc84d2d61 fix(home/models.py): fix allowed_groups not changing in wagtail panel 2026-03-12 13:49:45 +01:00
04ee75e1e6 chore(migrations/0007_coursepage_allowed_groups.py): add allowed_groups field 2026-03-12 12:13:14 +01:00
44ee735a2d feat(home/models.py): add allowed_groups field to CoursePage 2026-03-12 11:28:32 +01:00
aaffcb7a4e feat(home/course_module_page.html): add CourseModulePage template 2026-03-12 11:28:14 +01:00
765ee76239 chore(migrations/0006_coursemodulepage.py): add CourseModulePage migration 2026-03-12 10:23:45 +01:00
eb144a7b71 feat(home/models.py): add CourseModulePage model 2026-03-12 10:22:55 +01:00
8f5a4f8b24 feat(home/course_page.html): set course page title 2026-03-12 10:20:56 +01:00
38d8dec49c feat(course_page.html): include prose class on content 2026-03-11 14:49:40 +01:00
1674e4191f feat(home_page.html): include prose class on content 2026-03-11 14:49:26 +01:00
7f62c8ad6a feat(home/migrations): remove coursepage group 2026-03-11 14:48:57 +01:00
75f79cecc1 chore(home/models.py): remove redundant group assigning logic (built into wagtail) 2026-03-11 14:47:55 +01:00
87989fb134 feat(locale): add polish locale 2026-03-11 12:39:10 +01:00
5cb5d4d97b feat(home/course_page.html): add CoursePage template 2026-03-11 12:28:17 +01:00
f95badb6d4 chore(migrations/0004_coursepage.py): add CoursePage migration 2026-03-11 12:27:52 +01:00
8fea64e3fb feat(home/models.py): add CoursePage page with group restriction 2026-03-11 12:24:47 +01:00
8fb52132bb feat(migrations): track migrations 2026-03-10 14:16:37 +01:00
13df010470 feat: add signup form 2026-03-10 14:15:31 +01:00
1df9fe960a chore: initial commit 2026-03-09 12:26:00 +01:00