dependabot[bot]
201def6aae
Bump @babel/preset-env in /src/pretix/static/npm_dir ( #4884 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.26.7 to 7.26.9.
- [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.9/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-03-04 18:43:37 +01:00
Raphael Michel
e38ff7021d
Widget: Fix missing consent parameters
2025-03-04 18:25:58 +01:00
Raphael Michel
d9e8dd70e4
New mechanism to transfer cookie consent from the widget (Z#23181715) ( #4875 )
...
* Cookie consent: Add separate storage layer for widget
* Widget: Move cookie consent out of widget_data
* Add consent parameter to forms
2025-03-04 15:28:03 +01:00
dependabot[bot]
e236dc275d
Bump @babel/core from 7.26.7 to 7.26.9 in /src/pretix/static/npm_dir
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.7 to 7.26.9.
- [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.9/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 >
2025-03-03 13:41:25 +01:00
Raphael Michel
79975e6174
Widget: Fix opening a subevent dynamically ( #4876 )
2025-02-28 11:18:11 +01:00
Kian Cross
352d4e29f1
Allow ticket QR code colour to be configured ( #4726 )
...
* Allow ticket QR code colour to be configured
This commit introduces a feature enabling users to customise the QR
code colour in the ticket editor.
* Remove redundant argument from `Dict.get` call
Co-authored-by: Raphael Michel <mail@raphaelmichel.de >
---------
Co-authored-by: Raphael Michel <mail@raphaelmichel.de >
2025-02-24 17:28:59 +01:00
Mira
4872082780
Prioritize widget-provided cookie consent information over localStorage (Z#23181715) ( #4862 )
...
* Prioritize widget-provided cookie consent information over localStorage
* Hide cookie-consent-reopen link if external consent info from widget present
2025-02-24 17:15:03 +01:00
Raphael Michel
f53ae59698
Address form: Fix "copy from above" for the "State" field
2025-02-14 13:09:30 +01:00
Richard Schreiber
943193e8e0
Fix copying invoice answers with special chars in placeholder
2025-02-11 10:54:18 +01:00
Mira
f7cba6a2bd
Fix log display for checkins and order splits (Z#23181229) ( #4818 )
...
- Fix link in pretix.event.order.changed.split
- Add link to existing order in pretix.event.order.changed.split_from
- Fix display of checkin entries without datetime in data
- Add additional info for admins (action type, linked content object)
2025-02-07 11:53:17 +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
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]
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
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
Mira Weller
f014a9bbd3
Reapply "Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )"
...
This reverts commit 5cd7959e86 .
2025-01-24 14:48:28 +01:00
Mira Weller
5cd7959e86
Revert "Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )"
...
This reverts commit b847612e1a .
2025-01-24 14:07:55 +01:00
Mira
b847612e1a
Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )
2025-01-24 11:24:50 +01:00
Raphael Michel
00b4622afa
Address form logic: Respect dependency of VAT ID on is_business ( #4713 )
2025-01-21 15:05:16 +01:00
Richard Schreiber
c25d6988a7
Widget: add option to always show event info
2025-01-16 11:54:24 +01:00
Raphael Michel
aaf1b7776e
Set up flag for japanese fields
2025-01-07 16:09:28 +01:00
dependabot[bot]
2ecdfde756
Bump @rollup/plugin-node-resolve in /src/pretix/static/npm_dir ( #4728 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.3.0 to 16.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 15:23:19 +01:00
Richard Schreiber
f02b1be659
[A11y] Improve grouping and labels in widget’s product list
2024-12-18 15:24:28 +01:00
Richard Schreiber
5b99788354
Unify event list view on organizer and event-series ( #4702 )
2024-12-18 13:32:26 +01:00
Richard Schreiber
bf2cabf7b6
Fix color differences for panel-heading in accordion-panel
2024-12-16 08:35:30 +01:00
dependabot[bot]
2e87cb5691
Bump nanoid from 3.3.7 to 3.3.8 in /src/pretix/static/npm_dir ( #4706 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 16:01:01 +01:00
Raphael Michel
53f129d5d3
Add codification of tax rates ( #4372 )
...
* draft
* .
* Rebase migration
* Update src/pretix/base/models/tax.py
Co-authored-by: Mira <weller@rami.io >
* Test, isort, flake, migration rebase
* carry data & API
* Fix failing tests
* docs fixes
* Improve validation
* Tests
* More fixes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-13 12:04:38 +01:00
Mira
a4385c8b6e
Use new fieldset panels throughout checkout ( #4688 )
...
Use <fieldset> accordion-panels in checkout_customer, checkout_payment and
order_pay_change. Unify markup in checkout_payment and order_pay_change.
Adapt Javascript in the dynamic PayPal and Stripe payment forms.
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-12-12 15:48:27 +01:00
Richard Schreiber
18801f2d1c
Widget: add unique html_id to use in labels, etc.
2024-12-11 08:30:44 +01:00
Richard Schreiber
e5f29bd592
Widget: add span around currency for easier styling
2024-12-11 08:29:55 +01:00
Richard Schreiber
e5b89e9b08
[A11y] fix color-contrast for event-list status-bubbles
2024-12-06 15:51:40 +01:00
Mira
da91f5f117
Animation in <fieldset> accordion ( #4682 )
2024-12-06 12:46:40 +01:00
Richard Schreiber
74edf10b04
Move cursor fix for disabled fieldsets from bootstrap to presale
2024-12-06 11:07:11 +01:00
Richard Schreiber
e2e0eca872
Fix accordion-radio fieldset css
2024-12-06 10:13:32 +01:00
Richard Schreiber
94a64ba53a
Hide empty panels ( #4684 )
2024-12-05 12:08:33 +01:00
Mira Weller
a747ab154a
Fix cursor on elements in disabled fieldsets' legends
2024-12-04 14:54:49 +01:00
Mira
6317233150
New accordion panels using <fieldset> ( #4681 )
2024-12-04 14:34:42 +01:00
Richard Schreiber
4d94158ff0
Improve organizer/event-series calendar UI on mobile
2024-12-04 08:17:52 +01:00
Raphael Michel
2dc625cf31
Add the option to introduce rich-text placeholders ( #4657 )
...
* Add the option to introduce rich-text placeholders
* Add tests in test_format
* Add some css
* Block vs inline
* Some fixed css
* Update src/pretix/control/forms/event.py
Co-authored-by: Mira <weller@rami.io >
* Add missing docstring prat
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-03 11:38:15 +01:00
Mira Weller
0279ca7d94
Add missing error handling to addressform.js
2024-12-02 10:15:16 +01:00
Mira Weller
f2ee1d00b3
Don't use animation for address information load indicator
2024-11-29 17:09:14 +01:00
Mira
e8e9698a31
Update address field logic (Z#23163120) ( #4659 )
...
* Move country-dependent JS logic to separate file (avoids code duplication for presale and control)
* Correctly apply "required" attribute to address state field
* Load address format information when selecting country
* Fix some other bugs and inconsistencies
2024-11-29 14:56:56 +01:00
Richard Schreiber
a1bf7be244
[A11y] Improve customer account pages ( #4654 )
2024-11-29 14:16:40 +01:00
Richard Schreiber
391eda25da
[A11y] Improve color combinations for alerts
2024-11-21 13:58:19 +01:00
Martin Gross
a601c75923
CheckIns: Display a source_type icon (barcode/nfc) where known ( #4628 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2024-11-18 17:50:43 +01:00
Raphael Michel
3e934acfa0
Allow "open in new tab" for event typeahead ( #4631 )
...
* Allow "open in new tab" for event typeahead
* use default link-behaviour for e.g. open in new ...
* navigate in typeahead with tab, add esc to close
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-11-18 17:16:02 +01:00
Richard Schreiber
901565203b
Hide input dependencies recursively if input will be disabled ( #4599 )
...
---------
Co-authored-by: Mira <weller@rami.io >
2024-11-05 14:34:42 +01:00
dependabot[bot]
0b82ac9115
Bump @babel/preset-env in /src/pretix/static/npm_dir ( #4604 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.4 to 7.26.0.
- [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.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 20:55:31 +01:00
dependabot[bot]
5f7f0bd8f1
Bump @babel/core from 7.25.2 to 7.26.0 in /src/pretix/static/npm_dir
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.25.2 to 7.26.0.
- [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.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 14:44:32 +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
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