Raphael Michel
c45da95237
Fix isort
2023-11-10 11:53:16 +01:00
Raphael Michel
c4c81742d5
Order import: Catch CSV parsing errors during iteration (PRETIXEU-9AW, PRETIXEU-9B5)
2023-11-10 10:26:04 +01:00
Raphael Michel
4708509585
Revert "Order import: Catch CSV parsing errors during iteration (PRETIXEU-9AW)"
...
This reverts commit 77ff0298f1 .
2023-11-10 10:19:05 +01:00
Raphael Michel
77ff0298f1
Order import: Catch CSV parsing errors during iteration (PRETIXEU-9AW)
2023-11-09 14:25:50 +01:00
Raphael Michel
22301f5429
Order change: Do not crash on empty fee input (PRETIXEU-9B2)
2023-11-09 14:15:39 +01:00
Raphael Michel
25a83adc78
Paginator: Add options for advanced users in backend ( #3697 )
...
* Paginator: Add options for advanced users in backend
* Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Add clickability
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-11-09 10:09:31 +01:00
Raphael Michel
5800babdab
Event list: Add date filter
2023-11-07 09:40:39 +01:00
Raphael Michel
3af2342d7b
Replace Item.hidden_if_available with relationship to other Item ( #3686 )
...
* draft
* Implementation that is closer to old one
* Fix tests
* Add tests
* Update src/pretix/control/forms/item.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Review notes
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-11-06 13:26:32 +01:00
Raphael Michel
3d68c83907
Improve check-in deletion ( #3688 )
...
* Improve check-in deletion
* Add pluralization
* Disable buttons if nothing selected
2023-11-06 10:30:02 +01:00
Raphael Michel
b7f240faf0
Emphasize risk of deleting check-in lists
2023-11-03 13:46:35 +01:00
Raphael Michel
000c64755d
Free price: Allow to suggest a different price than the minimum ( #3666 )
...
* Free price: Allow to suggest a different price than the minimum
* Full implementation
* Widget tests
* Add min values to titles
2023-10-27 13:36:01 +02:00
Raphael Michel
8d2791b32e
Fix crash in event creation form (PRETIXEU-97T)
2023-10-27 10:43:46 +02:00
Raphael Michel
466fc15382
Scheduled exports: Fix handling of datetime fields
2023-10-27 10:39:46 +02:00
Raphael Michel
3aec460614
Add docs for 50f048fa8
2023-10-26 13:49:26 +02:00
Raphael Michel
18159a1b77
Webhooks: Use better event selection widget
2023-10-26 10:41:29 +02:00
Raphael Michel
6267767ce7
Password reset: Set needs_password_change to false
2023-10-25 09:35:04 +02:00
Raphael Michel
053cfdf3a9
Gift cards: Allow to sort by most recent transaction
2023-10-24 11:18:55 +02:00
Richard Schreiber
563583cd36
Improve help texts when deleting questions (Z#23134288)
2023-10-24 10:10:46 +02:00
Raphael Michel
7f6365cc81
Add new check-in list flags to backend
2023-10-23 17:26:42 +02:00
Raphael Michel
56acb0929a
Export: Gracefully handle ExportEmptyError
2023-10-23 16:57:08 +02:00
Raphael Michel
a0831890ad
Check-in: New flags for check-in lists ( #3577 )
2023-10-23 15:52:06 +02:00
Martin Gross
50f048fa8b
Subevent editor: Allow plugins to declare form titles ( #3636 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2023-10-19 10:48:54 +02:00
Raphael Michel
f4aaf2ad39
Mail settings: Add support for SPF redirect mechanism
2023-10-18 19:41:59 +02:00
Raphael Michel
158d480bb3
Fix typo in error message
2023-10-18 10:57:31 +02:00
Raphael Michel
4d75c568b5
Support file upload in AsyncFormView and subevent editor
2023-10-16 17:59:32 +02:00
Raphael Michel
2dd51b6f62
Order import: Allow to manually specify character set
2023-10-16 12:22:05 +02:00
Richard Schreiber
3a26d6173e
Widget: add single-item-select shopping cart (Z#23131246) ( #3633 )
2023-10-16 10:56:00 +02:00
Martin Gross
ae445c1460
Move apple-developer-merchantid-domain-association into setting ( #3611 )
2023-10-05 16:07:11 +02:00
Raphael Michel
c1c828d8a2
Order detail page: Don't offer invoice generation for expired orders
2023-10-04 12:42:48 +02:00
Raphael Michel
1d0dbae77a
Question detail view: Show total number of answers
2023-10-04 11:44:53 +02:00
Richard Schreiber
ca79436e36
Vouchers: fix code min-length check on bulk creation
2023-09-26 09:15:23 +02:00
Richard Schreiber
d7d419c826
Remove empty optgroups from language selector widget
2023-09-21 15:41:31 +02:00
Raphael Michel
39a0eaff3e
Add language translation score to selector widget ( #3603 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-09-20 16:02:18 +02:00
Raphael Michel
56803e3d65
Fix voucher and order views for users with read-only permissions ( #3594 )
2023-09-14 17:37:48 +02:00
Richard Schreiber
af3100a354
E-mail content: insert placeholder into text on click
2023-09-14 10:32:22 +02:00
Raphael Michel
160e0e0531
Email settings: Fix wrong placeholder configuration
2023-09-12 16:58:41 +02:00
Felix Freiberger
3b6f116f5d
Fix typo in gift card acceptance page ( #3592 )
2023-09-12 12:37:45 +02:00
Raphael Michel
7545e92373
[SECURITY] Do not allow Pillow to parse EPS files
2023-09-12 11:50:01 +02:00
Raphael Michel
eb04fdf4d2
Check-in rules: New variables ( #3521 )
2023-09-12 09:43:57 +02:00
Raphael Michel
c842ea597c
New locking mechanism ( #2408 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-09-11 11:44:50 +02:00
Raphael Michel
af50bc2fa4
QR code generator: Lift permission requirement
2023-09-08 17:35:29 +02:00
Raphael Michel
8f22d52e24
Fix misformatted translation strings
2023-09-08 10:05:08 +02:00
Martin Gross
45b9a705e2
Allow to refund currencies with zero decimals ( #3583 )
2023-09-07 17:55:43 +02:00
Raphael Michel
f97e6d0a71
Fix missing white space
2023-09-07 11:16:05 +02:00
Raphael Michel
c0031e4579
Add bulk operations for orders ( #3548 )
...
* Add bulk operations for orders
* UI tweaks
* Fix test failures
* Fix filter form
* Add tests
* Run isort
2023-09-06 17:02:21 +02:00
Raphael Michel
ce73d4831e
Allow to sort the list of check-in lists (Z#23128978) ( #3568 )
2023-09-06 13:23:54 +02:00
Raphael Michel
6a36efd18c
Invoice settings: Reorder and explain recommended options ( #3572 )
2023-09-05 16:42:16 +02:00
robbi5
5b184bb1a0
Fix leaflet osm tile suggestion ( #3549 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2023-08-30 09:53:41 +02:00
Raphael Michel
5d90a42acf
Discounts: Allow "buy X to get Y" with different product sets for X and Y ( #3543 )
2023-08-28 16:21:52 +02:00
Mira
38173e3a54
Tax rules: add custom rules for country subdivision (e.g. state) (Z#23111850) ( #3520 )
2023-08-24 14:11:10 +02:00