Raphael Michel
b0c4c62668
Expose product mapping in event_copy_data signal
2017-11-22 12:09:52 +01:00
ari-s
a08cb3b8e4
fix "typo" Referrer-Options -> Referrer-Options ( #685 )
...
this header was probably meant - at least it's the one that's actually used in the wild.
2017-11-20 08:29:23 +01:00
Raphael Michel
943d61dee9
Update German translation
2017-11-16 22:26:26 +01:00
Raphael Michel
d22427f578
Implement progress indicator during checkout ( #677 )
...
* Implement progress indicator during checkout
* Do not extend bars to the edge
* Wording
* Add a bit more margin
2017-11-16 21:24:55 +01:00
Ture Gjørup
e4167380b9
API: Write methods for quotas ( #657 )
...
* MKBDIGI-183: Added quotas API write methods
* MKBDIGI-183: Fixed code formatting
* MKBDIGI-183: Added test for permission requirements
* MKBDIGI-183: Documentation corrections
* MKBDIGI-183: Removed redundant create/update locks
* MKBDIGI-183: Added quota validation to check that items and variations corresponds to each other
* MKBDIGI-183: Added quota validation to check that item belong to the same event as the endpoint
* MKBDIGI-183: Added subevent validation to check that subevent belong to the same event as the endpoint
* MKBDIGI-183: Added subevent validation to check that subevent is null for non-series events
* MKBDIGI-183: Changed validation error text
* MKBDIGI-183: Added logging for subevents
* MKBDIGI-183: Fixed code formatting
* MKBDIGI-183: Fixed validation error in API test
* MKBDIGI-183: Fixed documentation errors
* MKBDIGI-183: Fixed typos in validation messages
* MKBDIGI-183: Refactored validation loop vars check
* MKBDIGI-183: Updated error strings in test assersions
* MKBDIGI-183: Fixed logging for API quota update to account changing subevents
2017-11-16 18:39:10 +01:00
Jakob Schnell
445afcc50c
fix english typo ( #684 )
2017-11-16 18:18:58 +01:00
Jakob Schnell
e0e37d9a2d
fix german typo ( #683 )
2017-11-16 18:18:37 +01:00
Raphael Michel
d94faae5af
Add subevent to bulk voucher form
2017-11-15 14:53:46 +01:00
Tobias Kunze
e7f38abd77
Use rel="noopener" with target="_blank". ( #682 )
...
Required reading: https://mathiasbynens.github.io/rel-noopener/
2017-11-13 18:52:15 +01:00
Raphael Michel
01585877d7
Fix retrying Stripe checkout payments
2017-11-11 22:38:49 +01:00
Raphael Michel
8baa800e30
Fix incorrect encoding of bank account in emails
2017-11-11 22:23:38 +01:00
Raphael Michel
84b2c24f9f
Fix language of dates on PDF tickets
2017-11-11 22:13:28 +01:00
Raphael Michel
3fc8ccf8be
Add additional voucher test case
2017-11-11 22:09:03 +01:00
Raphael Michel
b294f1a854
Update German translation
2017-11-11 22:07:55 +01:00
Raphael Michel
06725441a1
Fix localization of payment reminder email
2017-11-11 22:00:43 +01:00
Raphael Michel
aa40a27558
Make event slug helptext more accurate
2017-11-11 21:50:30 +01:00
Raphael Michel
f5958a7ff2
Fix TypeError
2017-11-07 18:18:57 +01:00
Raphael Michel
f3221e6e76
Allow attaching invoices to emails
2017-11-07 17:53:28 +01:00
Raphael Michel
7649fa11d3
Fix logging language of expiry mails
2017-11-06 17:18:26 +01:00
Tobias Kunze
98aa70c9ce
Remove minor typos in documentation ( #673 )
2017-11-05 12:54:05 +01:00
Raphael Michel
a3be5c9616
Fix typo in documentation
2017-11-04 20:52:30 +01:00
Raphael Michel
decc8b9141
Fix TypeError on retrying stripe sofort payments
2017-11-04 15:03:43 +01:00
Raphael Michel
1c7df4d9f7
Manually merge changes from #672 (thanks @koebi!)
2017-11-04 11:29:02 +01:00
Jakob Schnell
b94f307379
Fix typos in informal german translation ( #671 )
...
Critical points here are the gendering change of "Studenten" into
"Studierende" and "Studentenausweis" into "Studierendenausweis".
2017-11-04 11:23:30 +01:00
Raphael Michel
33d9e35667
Fix typos (thanks @koebi)
2017-11-04 11:18:57 +01:00
Raphael Michel
ad9a3e01de
Bump release to dev
2017-11-03 12:33:50 +01:00
Raphael Michel
2cc6d03a8b
Bump release
v1.9.0
2017-11-03 12:32:56 +01:00
Raphael Michel
6785979fbc
Create squash migration
2017-11-03 12:05:46 +01:00
Raphael Michel
23958b3d03
Update translation
2017-11-03 12:00:44 +01:00
Jakob Schnell
831e31ea9d
occured -> occurred ( #660 )
...
* Fix duplicate source string
* occured -> occurred
All resources I could find listed this as misspelled, but I wasn't too
sure…
Also, it should be checked if all changes to the .po-files are respected
in the corresponding src-files.
2017-11-03 11:46:35 +01:00
Raphael Michel
66483b6ae8
Fix duplicate source string
2017-11-03 11:41:16 +01:00
Jakob Schnell
4614d04be4
Correct english typos ( #662 )
...
* Check that vouchers selected via API are for the correct event
* Choose different subject for reminder mails if auto-expiry is off
* correct english typos
As with PR #660 , it should be checked whether the changes to the
.po-files are respected in the corresponding src-files.
2017-11-03 11:40:52 +01:00
Raphael Michel
1285e9aa69
Widget: Open waiting list only in iframe if iframe is enabled
2017-11-01 22:46:31 +01:00
Raphael Michel
d108cec685
Add new missing signal to documentation
2017-11-01 22:29:58 +01:00
Ben Hagan
764b9dda7e
Fix #489 -- Handle Vouchers With Unavailable Items ( #659 )
...
* Fix #489 -- Handle Vouchers With Unavailable Items
* Add regression test
2017-11-01 22:05:10 +01:00
Raphael Michel
82d289cfcf
Partially revert 26781001
2017-11-01 21:50:47 +01:00
Raphael Michel
184c91cfbc
Catch PaymentException on paypal return view
2017-11-01 21:28:19 +01:00
Raphael Michel
10103b58f0
Synchronize cart countdown with server time
2017-11-01 20:46:37 +01:00
Raphael Michel
2678100149
Fix color assignments on error page
2017-11-01 19:53:39 +01:00
Raphael Michel
09a9dfe591
Add signal pretix.control.signals.event_settings_widget
2017-11-01 19:53:17 +01:00
Raphael Michel
af3e8d5515
Allow simultaneous addition and removal of order positions
2017-11-01 18:01:13 +01:00
Raphael Michel
1b72eca5ec
Fix icon SVG file to resemble current logo
2017-11-01 17:49:43 +01:00
Raphael Michel
df5968660b
correct typos in informal german translation
2017-11-01 10:00:08 +01:00
Jakob Schnell
eb04e1dcee
correct typos in formal german translation ( #661 )
...
I think the only "critical" fix here is the change from "Zahlmethoden"
to "Zahlungsmethoden", but that is the word used in the rest of the
translations, so I figured it should be changed here as well.
2017-11-01 09:59:47 +01:00
Ben Hagan
7dff5001b0
Fix #641 -- Show buttons on 'c' or 'r' orders ( #658 )
...
Changes template to show "View order as user" and "View email history"
buttons on orders in refunded or cancelled status in control backend.
2017-10-31 09:41:45 +01:00
Raphael Michel
ca93673c10
Update translation
2017-10-30 23:58:36 +01:00
Raphael Michel
71a4664d1f
Fix #339 -- Allow to split orders ( #341 )
...
* Fix #339 -- Allow to split orders
* Add tests for split orders
* Add notificatiosn to both users
* Improve logdisplay
2017-10-30 23:15:53 +01:00
Raphael Michel
429f30fca7
Make it optional to notify user on order change
2017-10-30 21:36:14 +01:00
Ben Hagan
5376ce4bdb
Fix #611 -- Fix overflow in payment information ( #656 )
...
Small style change that fixes long word overflow in .panel-body elements
in admin interface.
2017-10-30 12:02:35 +01:00
Raphael Michel
96b57994d9
Make raw config file data accessible to plugins
2017-10-29 16:11:54 +01:00