Richard Schreiber
2605fe93d9
Fix unhandled error when parsing date in calendar-view ( #5072 )
2025-05-05 15:33:22 +02:00
luelista
d926030bf6
Event list: fix parsing of date query parameter ( #5047 )
...
Use the same localization formats as used when generating the value
2025-05-02 10:22:04 +02:00
Richard Schreiber
1a1948e3fa
[A11y] Improve HTML-output for date-ranges
2025-03-27 13:21:25 +01:00
Raphael Michel
e99ee91573
Allow to use custom domains for some but not all events (Z#23153875) ( #4627 )
...
* Allow to use custom domains for some but not all events
* Update src/pretix/multidomain/urlreverse.py
* Apply suggestions from code review
Co-authored-by: Mira <weller@rami.io >
* Logging for domain config changes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-02 15:58:50 +01:00
Raphael Michel
0cd1290624
Tests: Fix two flaky tests ( #4557 )
...
* Test: Fix test that relies on unstable database result order
* Tests: Fix test that fails between 0am and 1am
2024-10-25 17:04:16 +02:00
Raphael Michel
54079797d2
Event list: Do not include old or inactive subevents in event list (Z#23163541) ( #4415 )
2024-08-28 09:28:35 +02:00
Raphael Michel
a173e347ea
Optimize availability queries
2024-07-02 18:29:44 +02:00
Raphael Michel
4fb5c6bef0
New implementation of sales channels ( #4111 )
...
Co-authored-by: Martin Gross <gross@rami.io >
2024-06-30 19:24:30 +02:00
Raphael Michel
044f0c5480
Fix N+1 query in event calendar found by sentry ( #4104 )
...
* Fix N+1 query in event calendar found by sentry
* isort
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-04-29 18:41:50 +02:00
Raphael Michel
fab29088e6
Event calendar: Don't skip week if it is still sunday
2024-01-29 12:57:35 +01:00
Raphael Michel
467469f26d
Fix typo
2024-01-29 10:35:40 +01:00
Raphael Michel
15d3fbc02e
Fix auto-selected date in calendar with long-running events (Z#23141457) ( #3829 )
...
* Fix auto-selected date in calendar with long-running events (Z#23141457)
* Review fixes
* Update src/pretix/presale/views/organizer.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-01-26 19:22:45 +01:00
Raphael Michel
40cdb0c507
Fix favicon loading
2023-12-08 15:48:57 +01:00
Raphael Michel
12a898476e
Replace redirect() with redirect_to_url() if we don't need Django's resolution
2023-12-08 15:38:50 +01:00
Raphael Michel
d7aa94d6ae
Add public filters based on meta data ( #3673 )
...
* Add public filters based on meta data
* Fix licenseheaders
* ignore empty values
* Fix tests
* Full non-widget implementation
* Widget support
* Add a few tests
* Allow to reorder properties
* Fix isort
* Allow to opt-out for specific events
* Fix name clash between new and old field to make migration feasible
2023-11-10 12:10:01 +01:00
Raphael Michel
bd32b33ba9
Bump Django to 4.1.* ( #2989 )
2023-06-05 09:56:31 +02:00
Raphael Michel
f29aa73f8d
Event series calendar: Allow to hide all past events ( #3142 )
2023-03-06 18:25:45 +01:00
Raphael Michel
a684aca212
Revert "Fix test failing due to tz"
...
This reverts commit 1d46a96821 .
2023-02-01 13:16:18 +01:00
Raphael Michel
59d46ddded
Revert "First steps into pytz deprecation"
...
This reverts commit e4e7d50659 .
2023-02-01 13:15:18 +01:00
Raphael Michel
e4e7d50659
First steps into pytz deprecation
2023-02-01 13:12:24 +01:00
Raphael Michel
1d46a96821
Fix test failing due to tz
2023-02-01 12:27:22 +01:00
Raphael Michel
6ff5b4431c
Clean up timezone handling in calendar
2023-01-27 16:45:36 +01:00
Raphael Michel
a0e5717f7d
Allow to disable filter support for meta properties ( #2901 )
2022-11-16 17:12:37 +01:00
Raphael Michel
3bb590c1ae
Ensure /favicon.ico does not raise Resolver404 on custom domains
2022-08-08 10:01:50 +02:00
Richard Schreiber
cb7e014966
Fix #2438 - Parse dates in format YYYY-MM with isoparse ( #2537 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2022-03-16 14:15:56 +01:00
Raphael Michel
2daf35c39e
Allow to customize description of calendar files ( #2415 )
...
Co-authored-by: Martin Gross <gross@rami.io >
2022-01-27 14:58:16 +01:00
Raphael Michel
13a86fc6f3
Event ical feed: Do not show events more than 31 days in the past
2022-01-24 15:47:04 +01:00
Raphael Michel
b3b7b9bbab
Optimize rendering of very large calendars ( #2406 )
2022-01-04 10:48:48 +01:00
Richard Schreiber
b6273adc57
Calendar-View: add short_month_day_format for week-views ( #2392 )
2021-12-21 11:19:58 +01:00
Richard Schreiber
0bf7bba6ba
Fix: WEEK_FORMAT fallback in calender week-views ( #2391 )
...
* switch to context-week_format for fallback-handling
* set week_format fallback to en instead of de
* add french WEEK_FORMAT and WEEK_DAY_FORMAT
2021-12-21 10:10:13 +01:00
Richard Schreiber
aed64d16f6
Improve calendar-navigation on organizer and events page (Z#177488) ( #2373 )
...
* hide icons for calendar-types and improve layout-breakpoints in calendar top-nav
* change month-selector to one dropdown "date"and redirect old URLs to new date-based URLs
* change week calendar to one dropdown "date“ and redirect old URLs to new date-based URLs
2021-12-14 16:38:32 +01:00
Raphael Michel
e694bd8c21
Fix next crash in day calendar if there is no start time
2021-11-19 17:08:05 +01:00
Raphael Michel
29cf384c28
Fix crash in day calendar if there is no start time
2021-11-19 16:32:07 +01:00
Raphael Michel
34e4f7e0fc
Add day calendar to organizer page ( #2100 )
...
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-11-19 14:59:35 +01:00
Raphael Michel
245ad644ff
Subevent calendar: Improve heuristic on when to show names ( #2308 )
2021-11-11 10:02:45 +01:00
Raphael Michel
6da8caaa2b
Calendar: Do not show next week if a same-day slot is still running
2021-06-27 18:19:03 +02:00
Raphael Michel
618b67ca2f
Add meta_noindex setting on organizer level
2021-06-25 11:27:12 +02:00
Raphael Michel
f9fa1733b0
OrganizerIndex cache: ignore cookies starting with __
2021-06-18 19:28:43 +02:00
Raphael Michel
72388abd57
Performance: Cache complete organizer index page, cache subevent list template fragment ( #2125 )
2021-06-15 00:02:47 +02:00
Raphael Michel
5801c8602e
Revert "Performance: Cache complete organizer index page, cache subevent list template fragment ( #2125 )"
...
This reverts commit ba895270fa .
2021-06-14 23:16:19 +02:00
Raphael Michel
ba895270fa
Performance: Cache complete organizer index page, cache subevent list template fragment ( #2125 )
2021-06-14 17:12:11 +02:00
Raphael Michel
a93287207b
pretix Community Edition moves to AGPLv3-based license ( #2023 )
2021-04-12 10:33:47 +02:00
Raphael Michel
33ff7c39aa
Fix PRETIXEU-3V3
2021-03-30 21:24:53 +02:00
Raphael Michel
7d5170155a
Add filter for date for multiple exporters
2021-03-29 12:05:56 +02:00
Raphael Michel
2b660ccbf7
Allow to enter a voucher before choosing a subevent
2021-03-29 11:04:57 +02:00
Raphael Michel
d43e85da6d
Add setting to hide sold-out timeslots
2021-03-29 10:18:25 +02:00
Raphael Michel
d3748a6194
Move quota cache from database to redis ( #2010 )
2021-03-29 09:42:27 +02:00
Raphael Michel
fc6b644587
End infinite link tree on organizer calendar pages
2021-01-18 11:13:27 +01:00
Raphael Michel
04bfa63a5e
Add region setting to supplement localization ( #1875 )
2020-12-14 13:15:38 +01:00
Martin Gross
b3e95f54dd
Add option to limit events to specific sales channels ( #1867 )
2020-12-03 17:10:54 +01:00