Raphael Michel
17adde99fa
Allow to restrict availability of variations by date, sales channel, and voucher ( #2202 )
2021-09-15 12:04:17 +02:00
Raphael Michel
618b67ca2f
Add meta_noindex setting on organizer level
2021-06-25 11:27:12 +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
bb89bf68ef
Do not show waiting list if presale is over
2021-06-11 17:58:23 +02:00
Raphael Michel
b27feba3bd
Fix crash in event list (PRETIXEU-48F)
2021-05-27 21:30:34 +02:00
Raphael Michel
4acf660906
Fix #1567 -- Per-subevent availability of items ( #2040 )
2021-04-29 15:34:58 +02:00
Raphael Michel
a93287207b
pretix Community Edition moves to AGPLv3-based license ( #2023 )
2021-04-12 10:33:47 +02:00
Raphael Michel
701d019a85
Fix bugs in previous commits
2021-03-29 12:26:06 +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
62b1aec3b0
Save a pointless query on non-series events
2020-12-13 16:31:17 +01:00
Raphael Michel
571fef4ed8
Re-structure some querying on cart and order pages to reduce load
2020-12-13 16:31:17 +01:00
Raphael Michel
5308099d84
Fix 5-second quota caching
2020-12-13 15:50:02 +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
4fd773caf6
Change calendar restriction from "100 events" to "50 future events"
2020-10-14 11:39:40 +02: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
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
e9a972ad60
Show dates in calendar week selection
2020-10-05 17:29:19 +02:00
Raphael Michel
d999971249
Allow to disable self-choice seating
2020-09-06 17:25:47 +02:00
Raphael Michel
41dd71879e
Allow to filter items with query parameters on event page
2020-08-21 15:18:37 +02:00
Raphael Michel
3c5948d2e0
Allow selecting the same add-on multiple times ( #1717 )
2020-07-20 10:21:12 +02:00
Raphael Michel
481e29c3b2
Allow to explicitly disable products for certain subevents
2020-06-20 19:10:44 +02:00
Raphael Michel
74a0cafa0f
Revert "Switch to calendar at 25 subevents already"
...
This reverts commit 8001063347 .
2020-06-17 18:07:07 +02:00
Raphael Michel
8001063347
Switch to calendar at 25 subevents already
2020-06-10 18:01:52 +02:00
Raphael Michel
de9c450648
Week calendar and more improvements to subevent calendars ( #1672 )
2020-05-07 15:48:47 +02:00
Raphael Michel
e117545b3f
Refactor quota calculation ( #1668 )
2020-05-07 09:34:27 +02:00
Raphael Michel
4e59b02bb1
Re-label cart button if cart is not visible or all products are free
2020-04-20 19:05:21 +02:00
Raphael Michel
af23d6e4bf
Upgrade to Django 3.0 and other dependencies ( #1568 )
...
* Upgrade Django to 3.0 and other dependencies to recent versions
* Fix otp version contsraint
* Remove six dependency
* Resolve some warnings
* Fix failing tests
* Update django-countries
* Resolve all RemovedInDjango31Warnings in test suite
* Run isort
* Fix import
* Update PostgreSQL version on travis
2020-03-23 15:02:20 +01:00
Raphael Michel
c849276a35
Widget: Allow to filter by product
2020-03-06 17:00:26 +01:00
Raphael Michel
aa1ffc402c
Remove some unnecessary queries
2020-02-14 11:25:28 +01:00
Raphael Michel
8a17fedaa6
Clarify show_vouchers constraint with subevents
2019-12-12 11:56:36 +01:00
Martin Gross
0474651070
Add unlimited_items_per_order-flag to Sales Channels ( #1508 )
...
* Add unlimited_items_per_order-flag to Sales Channels
* Test for unlimited_items_per_order Sales Channels-flag
* Fix test
2019-11-28 16:31:38 +01:00
Raphael Michel
f80f2e9bf9
Show "choose other event date" button even in iframes
2019-11-27 16:09:46 +01:00
Raphael Michel
14575693b8
Add signal item_description
2019-11-26 16:36:25 +01:00
Martin Gross
2b18621c76
Add flag testmode_supported to sales channels ( #1455 )
...
* Add testmode-support-flag to SalesChannels
* Make saleschannels/testmode-warnings even more dangerous!
* Add warning for payment-methods that do support testmode but are being used in a non-testmode order caused by a saleschannel in a testmode-shop.
* Remove redundant testmode_supported-flag for WebshopSalesChannel
* Raise error on API when sales_channel does not support testmode
* Tests
* Fix style issue after merge
2019-10-21 10:07:02 +02:00
Raphael Michel
733a4ce8f4
Fix seatingframe for subevents
2019-08-26 16:27:43 +02:00
Raphael Michel
e83e8cdcc0
Allow to hide a product unless a specific quota is sold out ( #1351 )
...
* Allow to hide a product unless a specific quota is sold out
* Fix required property
* Add API property and copy between events
2019-07-25 16:14:24 +02:00
Raphael Michel
6d12b3780c
Allow to hide all sold out items
2019-07-18 15:01:33 +02:00
Raphael Michel
93089d87e3
Add support for reserved seating ( #1228 )
...
* Initial work on seating
* Add seat guids
* Add product_list_top
* CartAdd: Ignore item when a seat is passed
* Cart display
* product_list_top → render_seating_plan
* Render seating plan in voucher redemption
* Fix failing tests
* Add tests for extending cart positions with seats
* Add subevent_forms to docs
* Update schema, migrations
* Dealing with expired orders
* steps to order change
* Change order positions
* Allow to add seats
* tests for ocm
* Fix things after rebase
* Seating plans API
* Add more tests for cart behaviour
* Widget support
* Adjust widget tests
* Re-enable CSP
* Update schema
* Api: position.seat
* Add guid to word list
* API: (sub)event.seating_plan
* Vali fixes
* Fix api
* Fix reference in test
* Fix test for real
2019-06-25 11:00:03 +02:00
Raphael Michel
00bc5f4fae
Fix another crash around original prices
2019-05-14 17:20:22 +02:00
Raphael Michel
7021c178ab
Set original_price to TaxedPrice even with variations
2019-05-09 23:30:50 +02:00
Raphael Michel
1cb2f99f3a
Tax calculation of "original prices"
2019-05-06 12:33:21 +02:00
Raphael Michel
465a5b01b9
Offload more work to database replica
2019-05-05 17:31:08 +02:00
Raphael Michel
ef600ceddb
Fix invalid handling of variations with quota-level vouchers
2019-04-25 11:54:03 +02:00
Martin Gross
171bea59df
Show strikethrough price when voucher is granting discount
2019-04-23 14:26:21 +02:00