Joanna Kochel
d742aa2f48
Translations: Update Polish
...
Currently translated at 39.8% (2199 of 5520 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-12-11 13:03:05 +01:00
c0de-bender
b7f693b934
Translations: Update Polish
...
Currently translated at 38.2% (2114 of 5520 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-12-11 13:03:05 +01:00
Michael Stapelberg
c5ede32649
API: Prefetch customer in order list view ( #3768 )
...
Before this change, each order row needed an additional database query just to
resolve the customer id (integer) to customer identifier (string).
With this change, django does a database JOIN.
2023-12-11 13:02:40 +01:00
Raphael Michel
f543cf2da5
Fix build settings
2023-12-11 12:31:55 +01:00
Raphael Michel
40cdb0c507
Fix favicon loading
2023-12-08 15:48:57 +01:00
Raphael Michel
7a8b3d08df
Waiting list: Improve input parameter validation
2023-12-08 15:38:52 +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
2acf043872
Subevent bulk creation: Add validate_min
2023-12-06 15:51:44 +01:00
Raphael Michel
062395dac1
Email: Retry after weird microsoft failure
2023-12-05 17:20:35 +01:00
Raphael Michel
6fc76d4122
Allow <s> in markdown
2023-12-05 15:31:20 +01:00
Raphael Michel
859df96afc
Bump importlib_metadata to 7
2023-12-05 13:46:59 +01:00
Raphael Michel
b95da484a0
Order import: Catch utf8 errors (PRETIXEU-9FP)
2023-12-05 13:40:00 +01:00
Raphael Michel
d6d6b73a38
API: Fix cloning events with meta data (PRETIXEU-9FZ)
2023-12-05 12:57:14 +01:00
Raphael Michel
c8b8fba171
Set timeout correctly
2023-12-02 14:49:31 +01:00
Raphael Michel
4580d6f710
Clean up monkeypatch code
2023-12-02 14:48:05 +01:00
Raphael Michel
2a19a423de
Remove copy-paste artifact
2023-12-02 14:47:17 +01:00
Raphael Michel
409c1eef30
Add default timeout for HTTP requests
2023-12-02 14:45:28 +01:00
Raphael Michel
6c479808d0
Fix crash PRETIXEU-9FC
2023-11-30 13:49:27 +01:00
Raphael Michel
bd14be485a
Order change: Do not set invoice_dirty if invoicing is disabled
2023-11-30 11:51:41 +01:00
Raphael Michel
fbf362a91f
Export management command: Fix bug in exporter detection
2023-11-30 11:49:16 +01:00
Raphael Michel
82704b60c7
Voucher form: Fix quota check for partially redeemed vouchers
2023-11-29 16:09:04 +01:00
Raphael Michel
b92feb382b
Discounts: Fix scoping error with distinct subevents
2023-11-29 16:02:27 +01:00
Raphael Michel
66f934bba7
Bump version to 2023.11.0.dev0
2023-11-29 13:47:55 +01:00
Raphael Michel
13366b9985
Bump version to 2023.10.0
v2023.10.0
2023-11-29 13:47:08 +01:00
Raphael Michel
e971733d51
Add missing signal to documentation
2023-11-28 17:17:57 +01:00
Raphael Michel
3bd491151b
Add upgrade notes to docs
2023-11-28 17:17:20 +01:00
Raphael Michel
580bc65c3e
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (219 of 219 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2023-11-28 16:53:09 +01:00
Raphael Michel
d2984548a7
Translations: Update German
...
Currently translated at 100.0% (219 of 219 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2023-11-28 16:53:09 +01:00
Raphael Michel
4d3090a590
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5520 of 5520 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2023-11-28 16:53:09 +01:00
Raphael Michel
53fa79b96c
Translations: Update German
...
Currently translated at 100.0% (5520 of 5520 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2023-11-28 16:53:09 +01:00
Raphael Michel
293bdaedfe
Translations: Extend wordlist
2023-11-28 16:48:50 +01:00
Raphael Michel
7498e5d6f7
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2023-11-28 16:26:27 +01:00
Raphael Michel
213049b52e
Fix typo
2023-11-28 16:25:55 +01:00
Raphael Michel
6456aad16d
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2023-11-28 15:51:48 +01:00
Raphael Michel
8a3b313cb6
Check-in: Show more information ( #3576 )
...
* Check-in: Show more information
* Add change notes
* Rebase migration
* Add "expand" option to checkinrpc
* REmove accidental file
* Docs fixes
* REbase migration
* Rebase migration
* Fix typo
* REbase migration
* Make web-checkin look more like new android checkin
2023-11-28 14:52:12 +01:00
Raphael Michel
ab28086779
Copy event meta data when cloning events
2023-11-28 14:50:46 +01:00
Raphael Michel
965fcec9df
Check-in: New error reason for unapproved orders ( #3741 )
...
* Check-in: New error reason for unapproved orders
* Fix documentation verbiage
2023-11-28 12:50:29 +01:00
Raphael Michel
1593eacb6b
Widget: Fix tests
2023-11-28 12:49:07 +01:00
c0de-bender
abb5ae653c
Translations: Update Polish
...
Currently translated at 38.4% (2114 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-28 10:01:25 +01:00
Raphael Michel
bbf360b569
Widget: Allow to call subevents by URL isntead of attribute
2023-11-28 09:37:45 +01:00
Raphael Michel
1066a09612
Fix possible locking issue
2023-11-27 18:27:47 +01:00
Fast128
5e1d33f7f4
Translations: Update Polish
...
Currently translated at 38.4% (2114 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
c0de-bender
2813ea056b
Translations: Update Polish
...
Currently translated at 99.5% (217 of 218 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
c0de-bender
a8638e9bc8
Translations: Update Polish
...
Currently translated at 38.0% (2092 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
c0de-bender
74dc44546d
Translations: Update Polish
...
Currently translated at 38.0% (2091 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
c0de-bender
f645b86963
Translations: Update Polish
...
Currently translated at 99.5% (217 of 218 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
Joanna Kochel
7c30e29adf
Translations: Update Polish
...
Currently translated at 99.5% (217 of 218 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
c0de-bender
19c97b570e
Translations: Update Polish
...
Currently translated at 38.0% (2091 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
Joanna Kochel
7a210b4ee0
Translations: Update Polish
...
Currently translated at 38.0% (2091 of 5500 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2023-11-27 09:32:31 +01:00
Maciej Sowilski
fdf3aa471c
Translations: Update Polish
...
Currently translated at 93.5% (204 of 218 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2023-11-27 09:32:31 +01:00