Commit Graph

12296 Commits

Author SHA1 Message Date
Richard Schreiber
3ec0fdb4d2 improve membership validity display 2024-11-22 12:41:39 +01:00
Richard Schreiber
20c14b8b24 remove unused code 2024-11-22 11:13:40 +01:00
Richard Schreiber
a2100c9295 checnge users to user 2024-11-22 11:13:27 +01:00
Richard Schreiber
094c04df73 remove impractical title attribute from icon templatetag 2024-11-22 11:13:18 +01:00
Richard Schreiber
de6f6025e2 update templates 2024-11-22 11:12:57 +01:00
Richard Schreiber
3a1f19fa51 add icon templatetag 2024-11-22 10:12:26 +01:00
Richard Schreiber
4bc1adc5e2 make icon optional in textblob 2024-11-21 15:35:07 +01:00
Richard Schreiber
2ca22ef663 use predefined border-radius instead of always fully round 2024-11-21 15:32:30 +01:00
Richard Schreiber
1fdf8cb01e make icons in text-bubble more vibrant (although less contrast) 2024-11-21 15:29:17 +01:00
Richard Schreiber
83b8cb3b4b change order-status to text-blob 2024-11-21 14:02:14 +01:00
Richard Schreiber
2fe5b65f94 change to status to textblob 2024-11-21 14:02:14 +01:00
Richard Schreiber
87d54ae068 improve addresses 2024-11-21 14:02:14 +01:00
Richard Schreiber
e3cd5af1d7 remove padding top/bottom if full-width-list is only element in panel 2024-11-21 14:02:14 +01:00
Richard Schreiber
b1fbf4d5b7 change ol to ul 2024-11-21 14:02:14 +01:00
Richard Schreiber
ce2e94b8d5 improve memberships list view 2024-11-21 14:02:14 +01:00
Richard Schreiber
ccf32ed2c1 remove unused path 2024-11-21 14:02:14 +01:00
Richard Schreiber
57bed6e6db improve subnav 2024-11-21 14:02:14 +01:00
Richard Schreiber
5a85ed49e8 add customer to context in CustomerRequiredMixin 2024-11-21 14:02:14 +01:00
Richard Schreiber
9e2aeaa400 move to individual pages with own paged querysets 2024-11-21 14:02:14 +01:00
Richard Schreiber
2442f2bfb5 rename to OrderView instead of IndexView 2024-11-21 14:02:14 +01:00
Richard Schreiber
2c03468ef5 use new tinted/shaded colors for text-blob 2024-11-21 14:01:56 +01:00
Richard Schreiber
53d80e56e6 improve status icon 2024-11-21 14:01:56 +01:00
Richard Schreiber
5fede841d7 move css from theme to main 2024-11-21 14:01:56 +01:00
Richard Schreiber
3c5ccaa1ba improve styling 2024-11-21 14:01:56 +01:00
Richard Schreiber
59dccaf680 change to pages instead of tabs 2024-11-21 14:01:34 +01:00
Richard Schreiber
3f499447da change table of order to list of cards 2024-11-21 14:00:51 +01:00
Richard Schreiber
4765dd5c9a change order-status info to text-blob 2024-11-21 14:00:51 +01:00
Richard Schreiber
8f7fca42e5 simplify account info panel 2024-11-21 14:00:51 +01:00
Richard Schreiber
5437bad1c1 add actions icons to login page 2024-11-21 13:59:33 +01:00
Richard Schreiber
3c16c5f66a add count of 2024-11-21 13:59:33 +01:00
Richard Schreiber
391eda25da [A11y] Improve color combinations for alerts 2024-11-21 13:58:19 +01:00
Raphael Michel
fcff5a522d Fix inconsistent labels 2024-11-19 16:36:09 +01:00
Raphael Michel
7e93d38a01 Translations: Update German (informal) (de_Informal)
Currently translated at 100.0% (5782 of 5782 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/

powered by weblate
2024-11-19 16:33:52 +01:00
Raphael Michel
6469381899 Translations: Update German
Currently translated at 100.0% (5782 of 5782 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/

powered by weblate
2024-11-19 16:33:52 +01:00
Raphael Michel
761706c60c Update po files
[CI skip]

Signed-off-by: Raphael Michel <michel@rami.io>
2024-11-19 16:16:36 +01:00
CVZ-es
f91315c88e Translations: Update Spanish
Currently translated at 100.0% (5809 of 5809 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/

powered by weblate
2024-11-19 16:16:13 +01:00
CVZ-es
bc05afeab9 Translations: Update French
Currently translated at 100.0% (5779 of 5779 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/

powered by weblate
2024-11-19 16:16:13 +01:00
Raphael Michel
02d495d287 Revert "Update po files"
This reverts commit 894878d9da.
2024-11-19 16:15:55 +01:00
Raphael Michel
894878d9da Update po files
[CI skip]

Signed-off-by: Raphael Michel <michel@rami.io>
2024-11-19 16:15:26 +01:00
Raphael Michel
5896ca0197 Event creation: Prevent accidentally creating events without tax rate (#4623)
* Event creation: Prevent accidentally creating events without tax rate

* Update src/pretix/control/forms/event.py

Co-authored-by: Richard Schreiber <schreiber@rami.io>

* Fix tests

---------

Co-authored-by: Richard Schreiber <schreiber@rami.io>
2024-11-19 16:14:56 +01:00
Raphael Michel
fe6fc8df32 Fix placehodler sample in empty series (PRETIXEU-ATN) 2024-11-19 16:14:13 +01:00
dependabot[bot]
9de8f3a775 Update aiohttp requirement from ==3.10.* to ==3.11.*
Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.0b0...v3.11.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 15:08:00 +01:00
Martin Gross
c92bb9cb8b Stripe: (FIX) Make MobilePay optional 2024-11-19 13:17:52 +01:00
Raphael Michel
76ecec8b98 Scheduled mails: Allow subevent-dependent placeholders (Z#23171818) (#4629) 2024-11-19 10:50:10 +01:00
Mira
4b8416df8f docs: update nginx config example (#4640) 2024-11-19 09:28:01 +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
f94227f00f Translations: Update German (informal) (de_Informal)
Currently translated at 100.0% (5779 of 5779 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/

powered by weblate
2024-11-18 17:49:24 +01:00
Raphael Michel
a0c1e5369c Translations: Update German
Currently translated at 100.0% (5779 of 5779 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/

powered by weblate
2024-11-18 17:49:24 +01:00
Jakub Stribrny
633bfcf73a Translations: Update Czech
Currently translated at 73.5% (4253 of 5781 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/cs/

powered by weblate
2024-11-18 17:49:24 +01:00
CVZ-es
0d3b5b82c1 Translations: Update Spanish
Currently translated at 100.0% (232 of 232 strings)

Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/

powered by weblate
2024-11-18 17:49:24 +01:00