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
Raphael Michel
0105b9642d
Add compat function for date.fromisocalendar for Python 3.6-3.7
2020-10-12 12:15:58 +02:00
Raphael Michel
4f20849e4b
Rewrite subquery in gift card list
2020-10-07 10:53:59 +02:00
Raphael Michel
9b671d6370
Week calendar: Collapse days on mobile (except the current day)
2020-10-07 10:41:30 +02:00
Raphael Michel
4ed872d4ef
Calendar stuff is hard
2020-10-06 15:02:05 +02:00
Raphael Michel
d392e14a96
Fix date() usage
2020-10-06 12:50:37 +02:00
Raphael Michel
d7459b3b83
Fix years with 52 weeks
2020-10-06 12:49:02 +02:00
Raphael Michel
5a09759cb9
Fix *yet* another time range issue
2020-10-05 17:39:41 +02:00
Raphael Michel
e9a972ad60
Show dates in calendar week selection
2020-10-05 17:29:19 +02:00
Raphael Michel
a31f0c1bc8
Fix one more bug in calendar view
2020-10-05 17:29:11 +02:00
Raphael Michel
1b0c2f3bb7
Fix bug in previous commit
2020-10-05 17:17:28 +02:00
Raphael Michel
766428c469
Improve support for cross-midnight time slots
2020-10-05 17:14:49 +02:00