Mira
f4ac7e7f65
Add warning that cross-selling can't prevent unwanted combinations ( #4596 )
...
* Add warning that cross-selling can't prevent unwanted combinations
* Update src/pretix/control/templates/pretixcontrol/items/category.html
Co-authored-by: Raphael Michel <michel@rami.io >
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-10-31 12:59:28 +01:00
Raphael Michel
81d7045b31
Public event filter: Make "all" option clearer (Z#23169843) ( #4585 )
...
* Public event filter: Make "all" option clearer
* Fix widget tests
* Update src/tests/presale/test_widget.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-29 17:31:51 +01:00
Richard Schreiber
f9502a3212
Fix testutils redis mock ( #4586 )
2024-10-29 16:37:06 +01:00
Raphael Michel
3f99e0bece
Bump version to 2024.11.0.dev0
2024-10-29 11:47:44 +01:00
Raphael Michel
7e64f2b38a
Bump version to 2024.10.0
2024-10-29 11:47:10 +01:00
Raphael Michel
ee2bc93608
Fix handling of device_info_updated signal
2024-10-29 11:30:35 +01:00
Raphael Michel
fb4bed9d0d
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-29 10:08:27 +01:00
Raphael Michel
aec75e4d0c
Translations: Update German
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-29 10:08:27 +01:00
Raphael Michel
e7e41470fb
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-10-29 09:54:05 +01:00
Raphael Michel
0aa9dda90a
Cross-selling: Use different label if there are no add-on products ( #4577 )
...
* Cross-selling: Use different label if there are no add-on products
* Update src/pretix/presale/templates/pretixpresale/event/checkout_addons.html
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Fix a11y problem
* Fix headline order
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-29 09:53:36 +01:00
Mira
d97c983b6f
Fix API serializer for auto_checkin_rules to accept sales channel identifiers (Z#23170095) ( #4579 )
...
* Fix API serializer for auto_checkin_rules to accept sales channel identifiers instead of PKs
* False -> false in json
2024-10-29 09:14:22 +01:00
arjan-s
b24de62f73
Translations: Update Dutch
...
Currently translated at 85.5% (4938 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-29 09:13:45 +01:00
Raphael Michel
cdbd220a12
Fix time zone of parsed print log
2024-10-28 17:49:47 +01:00
Raphael Michel
2f11aee512
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel
8ea475ce39
Translations: Update German
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel
b29bc9db96
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel
6bd6694132
Translations: Update German
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel
110e6e248e
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-10-28 12:31:20 +01:00
Davide Manzella
985f4d969d
Translations: Update Italian
...
Currently translated at 23.1% (1333 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-10-28 12:30:56 +01:00
Mira
826bd07b01
Add action buttons to "missing quota" warnings ( #4533 )
...
* Add action buttons to "missing quota" warnings
* Update item.py
2024-10-28 12:25:03 +01:00
Raphael Michel
3e4e86742a
Add print logs ( #4475 )
...
* Add print logs
* Add attribute successful
* Rebase migration
* Fix tests on postgres
2024-10-28 12:24:23 +01:00
Raphael Michel
ef5fcde5d9
Seating plans: Validate duplicate seat IDs ( #4564 )
2024-10-28 11:27:27 +01:00
Raphael Michel
8f1d53d016
Tests: Add separation of database lock indices by pytest worker ( #4553 )
...
* Add separation of database lock indices by pytest worker
* Fix ID derivation
* Update conftest.py
2024-10-25 22:05:02 +02:00
Raphael Michel
9ca1573fcf
Tests: Remove pytest-rerunfailures ( #4572 )
2024-10-25 22:00:14 +02:00
Raphael Michel
5795aa6492
Docs: Fix various sphinx warnings
2024-10-25 21:58:14 +02:00
Raphael Michel
f0fedf0001
Tests: Resolve deprecation warning for pytest-asyncio ( #4569 )
2024-10-25 21:27:38 +02:00
Raphael Michel
54f077665c
CI: Remove mentions of travis CI, we have migrated away years ago ( #4562 )
2024-10-25 17:47:04 +02: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
565f5e2ea7
Tests: Run fakeredis on different virtual ports per pytest worker ( #4555 )
2024-10-25 16:44:22 +02:00
Raphael Michel
b46c0eba0c
pytest: Fix failure with fakeserver and xdist
2024-10-25 14:32:28 +02:00
Raphael Michel
39c3aef7bc
Fix fakeredis usage
2024-10-25 12:54:25 +02:00
Raphael Michel
7a870ee521
Fix test that does not work on postgresql
2024-10-25 00:02:52 +02:00
Raphael Michel
22e9a6eb92
Add warning to backend if cronjob is not running ( #4550 )
2024-10-24 22:50:34 +02:00
arjan-s
2b6f82502e
Translations: Update Dutch
...
Currently translated at 85.6% (4936 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-24 13:06:26 +02:00
Mira
a10bf2a939
Include "Cross-selling condition products" option when cloning category ( #4534 )
...
* Include "Cross-selling condition products" option when cloning category
* Add test case
* Remove print
2024-10-23 17:12:03 +02:00
arjan-s
a80b7087d9
Translations: Update Dutch
...
Currently translated at 75.8% (176 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/nl/
powered by weblate
2024-10-23 17:10:32 +02:00
arjan-s
4b143e98eb
Translations: Update Dutch
...
Currently translated at 85.6% (4935 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-23 17:10:32 +02:00
Yasunobu YesNo Kawaguchi
bdb8b597d0
Translations: Update Japanese
...
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
Ryo Tagami
b1c9f40bc8
Translations: Update Japanese
...
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
a3b6a008b5
Translations: Update Spanish
...
Currently translated at 99.5% (231 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
9ce05e5cb9
Translations: Update Spanish
...
Currently translated at 96.4% (5560 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
f306527981
Translations: Update Spanish
...
Currently translated at 95.1% (5485 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
3e17ff9faa
Translations: Update Spanish
...
Currently translated at 91.7% (5288 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
2a16cd4655
Translations: Update Spanish
...
Currently translated at 90.7% (5228 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
Ryo Tagami
d1078da5bf
Translations: Update Japanese
...
Currently translated at 3.3% (195 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es
483e7bc4ad
Translations: Update Spanish
...
Currently translated at 89.8% (5175 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
Mira
401218b0a3
API: Allow filtering subevents by is_public ( #4544 )
2024-10-23 16:42:22 +02:00
Raphael Michel
19175258fd
API: Fix event cloning, limit_sales_channels should never be set when all_sales_channels is set (Z#23169537)
2024-10-23 16:30:00 +02:00
Mira
22c36b89da
Show proper error message in case of add-ons that are required, sold-out and hidden ( #4545 )
2024-10-21 16:46:32 +02:00
Mira
2697ed0c5d
QuestionView: Carry over subevent filter to order list ( #4543 )
2024-10-21 14:45:04 +02:00