Lukas Bockstaller
4f02b607e5
small review changes
2026-02-20 17:51:52 +01:00
Lukas Bockstaller
14b2c84627
add validation tests
2026-01-12 13:02:56 +01:00
Lukas Bockstaller
ed1d86f411
cleanup
2026-01-12 10:51:04 +01:00
Lukas Bockstaller
3e18ee6311
propper use of WrappedPhoneNumberPrefixWidget
2026-01-12 10:50:52 +01:00
Lukas Bockstaller
784a48d28a
add queryset to prefetch only active ItemVariations
2026-01-12 10:50:03 +01:00
Lukas Bockstaller
f0ddebda6c
add queryset to prefetch only active ItemVariations
2026-01-12 10:49:59 +01:00
Lukas Bockstaller
50f02f1ff8
add test for the different edit form variations
2026-01-12 10:48:32 +01:00
Lukas Bockstaller
551b286c31
add better assertions
2026-01-09 17:38:03 +01:00
Lukas Bockstaller
7ff286d2c2
implement small review items
2026-01-09 17:37:53 +01:00
Lukas Bockstaller
3255753222
replace widget
2026-01-09 17:37:11 +01:00
Lukas Bockstaller
a400040f06
remove validations
2026-01-09 17:36:49 +01:00
Lukas Bockstaller
a227037bb5
remove validations
2026-01-09 17:36:35 +01:00
Lukas Bockstaller
87c2a958f0
Update src/pretix/control/views/waitinglist.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:57:46 +01:00
Lukas Bockstaller
a39d57f2b8
Update src/pretix/control/views/waitinglist.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:56:46 +01:00
Lukas Bockstaller
b5889e0b13
Update src/pretix/control/views/waitinglist.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:55:15 +01:00
Lukas Bockstaller
d402e1d8f5
Update src/pretix/control/templates/pretixcontrol/waitinglist/index.html
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:50:44 +01:00
Lukas Bockstaller
7db5669813
Update src/pretix/control/templates/pretixcontrol/waitinglist/edit.html
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:50:29 +01:00
Lukas Bockstaller
fef4f3c5a7
Update src/pretix/control/urls.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:49:33 +01:00
Lukas Bockstaller
3e92d509fd
Update src/pretix/control/forms/waitinglist.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:48:48 +01:00
Lukas Bockstaller
2f4fc10575
Update src/pretix/control/forms/waitinglist.py
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-19 13:48:32 +01:00
Lukas Bockstaller
125670537b
code style
2025-12-18 12:42:50 +01:00
Lukas Bockstaller
aa680391ec
add tests
2025-12-18 12:34:58 +01:00
Lukas Bockstaller
730a60ba45
change transfer to edit
2025-12-18 12:33:52 +01:00
Lukas Bockstaller
e226bfb8d5
combine edit.html and transfer.html
2025-12-17 17:14:08 +01:00
Lukas Bockstaller
1deb867734
include only products with an enabled waitinglist in the product field
2025-12-16 14:20:33 +01:00
Lukas Bockstaller
8fa492d82f
change label from "Item and Variation" to "Product"
2025-12-16 12:52:08 +01:00
Lukas Bockstaller
7c21aed1a7
remove item and variation fields from form
...
rather set those values during clean
2025-12-16 12:51:36 +01:00
Lukas Bockstaller
f26d260471
make name and phone field optional by removing them
2025-12-16 12:50:49 +01:00
Lukas Bockstaller
308e0d83a6
repair settings check
...
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-11 13:51:13 +01:00
Lukas Bockstaller
01f5872607
add search to the waitinglist view
2025-12-11 10:12:22 +01:00
Lukas Bockstaller
2962f41f13
fix linting
2025-12-10 18:49:34 +01:00
Lukas Bockstaller
4f61c4c889
fix test
2025-12-10 17:53:31 +01:00
Lukas Bockstaller
ab250bcb19
add testcases for new edit view
2025-12-10 17:34:42 +01:00
Lukas Bockstaller
cc57fab671
fix linting
2025-12-10 16:19:33 +01:00
Lukas Bockstaller
9663306c3f
add test and fix behaviour when name isn't asked for
2025-12-10 16:17:13 +01:00
Lukas Bockstaller
d5fda6d319
add edit view for waitinglist entry
2025-12-10 15:40:40 +01:00
Praveen Kathirvasan
0e41353a0e
Add "Pay by bank" option for UK customers via Stripe ( #5648 )
...
* Add support for 'Pay by bank (UK)' payment method via Stripe
* Add 'Pay by bank' payment provider to Stripe integration
* Enhance Stripe integration: Allow UK bank payments and update imports
* Remove UK-specific payment method options from StripePayByBank integration
* Remove some UK references
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2025-12-09 13:25:52 +01:00
Raphael Michel
b895d9bbca
Import large package lazily to speed up startup ( #5636 )
...
* Import large package lazily to speed up startup
* Make all jsonschema imports lazy
2025-12-09 09:52:53 +01:00
Raphael Michel
f214edaf34
Timeline: Fix incorrect string formatting ( fixes #5614 ) ( #5617 )
2025-12-09 08:52:09 +01:00
Raphael Michel
165a47b593
Bank transfer: Auto-ignore all 0-valued transactions ( fixes #5168 ) ( #5620 )
...
* Bank transfer: Auto-ignore all 0-valued transactions (fixes #5168 )
* Fix failing test
2025-12-09 08:50:04 +01:00
Renne Rocha
e06f281f1e
Translations: Update Portuguese (Brazil)
...
Currently translated at 90.3% (5575 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-12-09 08:49:57 +01:00
Renne Rocha
203c7e660d
Translations: Update Portuguese (Brazil)
...
Currently translated at 100.0% (254 of 254 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pt_BR/
powered by weblate
2025-12-09 08:49:57 +01:00
Renne Rocha
8c360b8754
Translations: Update Portuguese (Brazil)
...
Currently translated at 90.2% (5572 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-12-09 08:49:57 +01:00
Ruud Hendrickx
90b6511d11
Translations: Update Dutch (informal) (nl_Informal)
...
Currently translated at 64.0% (3951 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_Informal/
powered by weblate
2025-12-09 08:49:57 +01:00
Ruud Hendrickx
bb356257cb
Translations: Update Dutch
...
Currently translated at 96.3% (5945 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2025-12-09 08:49:57 +01:00
sandra r
e1950e408e
Translations: Update Galician
...
Currently translated at 15.5% (958 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/gl/
powered by weblate
2025-12-09 08:49:57 +01:00
Yasunobu YesNo Kawaguchi
99d5722ce1
Translations: Update Japanese
...
Currently translated at 99.9% (6166 of 6172 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-12-09 08:49:57 +01:00
luelista
324eeb8d40
Fix crash when imported CSV has invalid syntax ( #5702 )
2025-12-09 08:09:34 +01:00
Raphael Michel
449e8dc905
Event cancel form: Add missing rich=True flag
2025-12-08 09:58:54 +01:00
Raphael Michel
c491c8232e
Bank transfer: Allow dashes in event slug to be missing (Z#23216859) ( #5682 )
...
* Bank transfer: Allow dashes in event slug to be missing (Z#23216859)
* Update src/pretix/plugins/banktransfer/tasks.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
* Update src/pretix/plugins/banktransfer/tasks.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
* Apply suggestions from code review
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
---------
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2025-12-05 10:54:03 +01:00