Raphael Michel
c4436ca319
Change wording for "show_dates_on_frontpage" setting ( #4798 )
2025-02-06 14:55:15 +01:00
Martin Gross
c87401ef5d
Widget: Prefill email_repeat with data-email attribute (Z#23181657) ( #4813 )
2025-02-06 12:07:43 +01:00
Raphael Michel
a53def0947
Fix CSRF token of admin mode button being removed if e.g. support menu is clicked ( #4812 )
2025-02-06 12:07:10 +01:00
Mira
64effc84a3
Hide "Optional" label on conditionally required "Cross-selling condition" field ( #4809 )
2025-02-06 11:52:27 +01:00
Hannu Kaakinen
867ae8c61a
Translations: Update Finnish
...
Currently translated at 34.2% (2004 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-06 11:51:59 +01:00
조정화
8d8a4c4417
Translations: Update Korean
...
Currently translated at 1.9% (114 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-02-06 11:51:59 +01:00
Hannu Kaakinen
1985f1d2de
Translations: Update Finnish
...
Currently translated at 33.6% (1965 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-06 11:51:59 +01:00
Raphael Michel
b6c903a7ba
Invoice renderer: Group invoice lines even with addons (Z#23173618) ( #4744 )
...
* Invoice renderer: Group invoice lines even with addons (Z#23173618)
* Add unit test
* Update src/pretix/base/invoice.py
Co-authored-by: Mira <weller@rami.io >
---------
Co-authored-by: Mira Weller <weller@rami.io >
2025-02-06 10:55:09 +01:00
dependabot[bot]
9df86b9339
Bump @babel/core from 7.26.0 to 7.26.7 in /src/pretix/static/npm_dir ( #4800 )
...
Build / Packaging (3.11) (push) Has been cancelled
Documentation / Spellcheck (push) Has been cancelled
Code Style / isort (push) Has been cancelled
Code Style / flake8 (push) Has been cancelled
Code Style / licenseheaders (push) Has been cancelled
Tests / Tests (postgres, 3.10) (push) Has been cancelled
Tests / Tests (postgres, 3.11) (push) Has been cancelled
Tests / Tests (postgres, 3.9) (push) Has been cancelled
Tests / Tests (sqlite, 3.11) (push) Has been cancelled
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.0 to 7.26.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 17:40:14 +01:00
dependabot[bot]
4e4e187a84
Update beautifulsoup4 requirement from ==4.12.* to ==4.13.* ( #4804 )
...
* Update beautifulsoup4 requirement from ==4.12.* to ==4.13.*
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/ ) to permit the latest version.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Replace findAll with find_all
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Michel <michel@rami.io >
2025-02-05 17:39:23 +01:00
Raphael Michel
5d56cd3917
Fix missing atomicity for handling forms and logs (might be the reason for Z#23178997) ( #4755 )
2025-02-05 16:56:38 +01:00
Kian Cross
5d4b218aa6
Banktransfer: Handle trailing commas in headers for Lloyds Bank CSV files ( #4782 )
...
Lloyds Bank (UK) CSV files include a trailing comma in the header row
but not in the data rows, causing the `csvimport.parse` function to
skip the data rows. This occurs because the header length exceeds the
row length, making them unequal to `hint.cols`.
This commit adjusts the length check to allow a range of acceptable row
lengths, from the index of the last non-empty column in the header to
`hint.cols`. This ensures compatibility with headers containing one or
more trailing commas without affecting rows with correctly labelled columns.
The solution avoids breaking changes by leaving underlying data structures
untouched. Alternative approaches, such as dropping trailing commas before
parsing or removing empty elements after parsing, were avoided due to
potential risks. Specifically, trailing columns might contain data that
banks provide but fail to label in the header row.
2025-02-05 16:56:28 +01:00
dependabot[bot]
03d3879787
Update isort requirement from ==5.13.* to ==6.0.* ( #4789 )
...
Updates the requirements on [isort](https://github.com/pycqa/isort ) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.13.0...6.0.0 )
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 16:53:10 +01:00
dependabot[bot]
c3db1dfb09
Update geoip2 requirement from ==4.* to ==5.* ( #4792 )
...
Updates the requirements on [geoip2](https://github.com/maxmind/GeoIP2-python ) to permit the latest version.
- [Release notes](https://github.com/maxmind/GeoIP2-python/releases )
- [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst )
- [Commits](https://github.com/maxmind/GeoIP2-python/compare/v4.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: geoip2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 16:52:53 +01:00
Mira
026a5e2941
Log automatic team creation in event create wizard ( #4802 )
2025-02-05 16:52:36 +01:00
dependabot[bot]
59d4673dde
Bump @babel/preset-env in /src/pretix/static/npm_dir ( #4801 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.26.0 to 7.26.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 16:52:16 +01:00
dependabot[bot]
30f11deb19
Update reportlab requirement from ==4.2.* to ==4.3.* ( #4805 )
...
Updates the requirements on [reportlab](https://www.reportlab.com/ ) to permit the latest version.
---
updated-dependencies:
- dependency-name: reportlab
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 16:51:22 +01:00
조정화
97c456db34
Translations: Update Korean
...
Build / Packaging (3.11) (push) Waiting to run
Documentation / Spellcheck (push) Waiting to run
Code Style / isort (push) Waiting to run
Code Style / flake8 (push) Waiting to run
Code Style / licenseheaders (push) Waiting to run
Tests / Tests (postgres, 3.10) (push) Waiting to run
Tests / Tests (postgres, 3.11) (push) Waiting to run
Tests / Tests (postgres, 3.9) (push) Waiting to run
Tests / Tests (sqlite, 3.11) (push) Waiting to run
Strings / Check gettext syntax (push) Has been cancelled
Strings / Spellcheck (push) Has been cancelled
Currently translated at 1.3% (81 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-02-05 12:51:33 +01:00
Antti Nironen
cf9c85c60b
Translations: Update Finnish
...
Currently translated at 29.2% (1711 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-05 12:51:33 +01:00
Wiktor Przybylski
308a6acfe3
Translations: Update Polish
...
Currently translated at 98.5% (5764 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-02-05 12:51:33 +01:00
Hijiri Umemoto
388a5f6a1e
Translations: Update Japanese
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-02-05 12:51:33 +01:00
Hannu Kaakinen
25ee4a747f
Translations: Update Finnish
...
Currently translated at 28.8% (1684 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-05 12:51:33 +01:00
Raphael Michel
f6b0e35e40
VAT ID check: Include response in error log
2025-02-05 12:50:20 +01:00
Raphael Michel
85cba253a8
Translations: Remove obvious ChatGPT responses from nb_NO
2025-02-05 12:29:12 +01:00
Raphael Michel
c820d742d4
Generate invoice earlier in payment method change process (Z#23179304) ( #4763 )
...
* Generate invoice earlier in payment method change process (Z##23179304)
* Resolve review note
2025-02-03 17:39:46 +01:00
Raphael Michel
2a3cdd85e8
Prevent order changes that interfer with a pending payment that can't be aborted (Z#23179178) ( #4765 )
2025-02-03 17:09:17 +01:00
pretix translation bot
0b840f8133
Update translations ( #4799 )
...
* Translations: Update Portuguese (Portugal)
Currently translated at 85.2% (4986 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
* Translations: Update Portuguese
Currently translated at 3.0% (178 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt/
powered by weblate
* Translations: Update Korean
Currently translated at 1.3% (76 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
---------
Co-authored-by: Vasco Baleia <vb2003.12@gmail.com >
Co-authored-by: Cornelius Kibelka <ckibelka-ctr@wikimedia.org >
Co-authored-by: 조정화 <junghwa.jo@om.org >
2025-02-03 17:08:21 +01:00
Raphael Michel
58db550e23
Do not allow to cancel pending payments by default (Z#23179178)
2025-02-03 17:07:19 +01:00
Raphael Michel
34da20972e
Bump version to 2025.2.0.dev0
2025-01-31 16:21:06 +01:00
Raphael Michel
09440a96f8
Bump version to 2025.1.0
v2025.1.0
2025-01-31 16:19:48 +01:00
Raphael Michel
88d9d05879
Bump version to 2025.1.0
2025-01-31 16:17:58 +01:00
Raphael Michel
cf589bf30c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-31 15:17:12 +01:00
Raphael Michel
22e530bc62
Translations: Update German
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-31 15:17:12 +01:00
조정화
4553f4a0cd
Translations: Update Korean
...
Currently translated at 1.2% (75 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-01-31 15:17:12 +01:00
Chislon
666a6f9b93
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/zh_Hant/
powered by weblate
2025-01-31 15:17:12 +01:00
Chislon
1491420346
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 97.0% (5672 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hant/
powered by weblate
2025-01-31 15:17:12 +01:00
Lorhan Sohaky
c8156a56ef
Translations: Update Portuguese (Brazil)
...
Currently translated at 18.2% (1069 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Cornelius Kibelka
9a4b0681b4
Translations: Update Portuguese (Brazil)
...
Currently translated at 18.2% (1069 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Linnea Thelander
45c30cd59d
Translations: Update Swedish
...
Currently translated at 96.5% (5646 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2025-01-31 15:17:12 +01:00
CVZ-es
97ce34625a
Translations: Update Spanish
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-31 15:17:12 +01:00
CVZ-es
680521d8f2
Translations: Update French
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2025-01-31 15:17:12 +01:00
Cornelius Kibelka
7ee14a12f8
Translations: Update Portuguese (Brazil)
...
Currently translated at 17.4% (1021 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Martin Gross
a1100412ff
OIDC: Allow to add query parameters to Authorization URL ( #4791 )
...
Co-authored-by: Mira <weller@rami.io >
2025-01-30 13:39:31 +01:00
Raphael Michel
26e7fe1938
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2025-01-29 14:18:49 +01:00
Cornelius Kibelka
bec6dba638
Translations: Update Portuguese (Brazil)
...
Currently translated at 17.1% (1004 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-29 14:16:06 +01:00
Johanna Ketola
e8d04e0dba
Translations: Update Finnish
...
Currently translated at 26.2% (1534 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-01-29 14:16:06 +01:00
Cornelius Kibelka
42be7bcb0d
Translations: Update Portuguese (Brazil)
...
Currently translated at 16.3% (955 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-29 14:16:06 +01:00
Richard Schreiber
59a7845ac4
[A11y] Improve focus handling for widget overlay
...
* move iframe after close-button to follow tab-order
* add missing prevActiveElement
* prepare focus-handling for error_message
* iframe.src through prop instead of directly accessing it
* do not change close button HTML-element for compatability
* make all overlay elements role=dialog and modals
* fix close button
* fix re-opening of iframe
* make error-message read out when shown
* Improve handling of frame_src with frame_loading
* manually focus continue or close button in alert-box
* fix btn-focus in transition
* Improve quantity group
2025-01-28 11:04:38 +01:00
Cornelius Kibelka
ef1024d231
Translations: Update Portuguese (Brazil)
...
Currently translated at 14.8% (870 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-28 10:13:32 +01:00
Cornelius Kibelka
71d0d72425
Translations: Update Portuguese (Brazil)
...
Currently translated at 14.1% (825 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-27 17:40:37 +01:00