Commit Graph

1405 Commits

Author SHA1 Message Date
Raphael Michel
092179d0d7 Added Martin to authors list 2016-09-14 13:09:39 +02:00
Martin Gross
46d87c6964 Tilt Ordered/Paid Statistics Labels in order to show them all (#236)
Alternative would be to set xLabelMargin to something low - but this
would just cause new problems with very, very long names.
2016-09-14 13:02:15 +02:00
Martin Gross
8fb363f815 Fix #233 -- Make orderlist and overview filterable by payment_provider (#234)
* Make orderlist and overview filterable by payment_provider (fixing #233)

* Remove checks for allowed and enabled payment_providers as discussed
2016-09-14 13:01:22 +02:00
Raphael Michel
a43b41c8d6 Actually link flags via static tag 2016-09-14 12:43:51 +02:00
Raphael Michel
f128a5f559 Fixed a referer leak 2016-09-14 10:34:20 +02:00
Raphael Michel
5c791e7fab Order voucher tags in the voucher tag view 2016-09-14 08:55:42 +02:00
Raphael Michel
074e7648b9 Bankimport: Fixed another typerror 2016-09-13 18:07:22 +02:00
Raphael Michel
a1d92f9740 Fixed a fatal bug in payment method changing 2016-09-12 20:39:34 +02:00
Raphael Michel
01f0673683 Fixed a possible timing attack channel 2016-09-12 20:38:41 +02:00
Raphael Michel
f165275ade Do not generate upper case secrets if we treat them case-insensitively 2016-09-12 17:41:55 +02:00
Raphael Michel
9318652124 Fixed a broken test 2016-09-12 17:31:33 +02:00
Raphael Michel
e93a24afb2 Call order_placed signal after invoice address is set 2016-09-12 17:31:02 +02:00
Raphael Michel
f5eb4d01aa Fixed problem with moment.js and duplicate JS minification 2016-09-11 18:36:36 +02:00
Raphael Michel
c4c633f21a Merge pull request #227 from rixx/translations
Minor changes in translations
2016-09-11 17:13:28 +02:00
Raphael Michel
582eb1b7a8 Fixed a TypeError in send_expiry_warnings 2016-09-11 17:11:04 +02:00
Raphael Michel
d13e146429 Fixed misleading query parameters 2016-09-11 14:38:01 +02:00
Raphael Michel
71d061e04d Fixed a TypeError 2016-09-11 14:04:58 +02:00
Tobias Kunze
a073486c3e Minor changes in translations 2016-09-09 19:59:46 +02:00
Raphael Michel
38eabb5c51 Update German translation 2016-09-09 15:37:42 +02:00
Raphael Michel
1ed43ead3f Count down to cart expiry 2016-09-09 15:35:35 +02:00
Raphael Michel
037aa7fc59 Improved tests
The tests should have been broken by 52906ab, but they weren't because
the tests were to tolerant.
2016-09-09 14:53:09 +02:00
Raphael Michel
52906abfb2 Frontpage layout adjustments 2016-09-09 14:47:22 +02:00
Raphael Michel
d9f1360634 Fixed typo 2016-09-09 14:47:22 +02:00
Raphael Michel
dac0af8aec Translate error messages during voucher redemption 2016-09-09 14:47:22 +02:00
Raphael Michel
9b67d8d363 Strip whitespace from voucher codes 2016-09-09 14:47:22 +02:00
Raphael Michel
15b9d8420c Improve error messages, update German translation 2016-09-09 14:47:22 +02:00
Raphael Michel
e0ece9c18a Stripe checkout: Fixed retry order 2016-09-09 10:38:58 +02:00
Raphael Michel
84d264d626 Stripe: Optional support for Stripe checkout 2016-09-09 10:20:30 +02:00
Raphael Michel
e0f0a3a87f Allow to discard duplicate orders 2016-09-09 09:32:48 +02:00
Raphael Michel
bb1cd6bcec Banktransfer: Fixed issue introduced in 833c310 2016-09-09 08:48:38 +02:00
Raphael Michel
40486a115b Banktransfer: Fixed order code regex 2016-09-08 22:56:46 +02:00
Raphael Michel
833c31022f Banktransfer: Save imported date into CharField, date format autodetection never works 2016-09-08 22:24:31 +02:00
Raphael Michel
54d5477069 Resolve naive datetime warning 2016-09-08 21:42:20 +02:00
Raphael Michel
09c175e3bb Merge pull request #226 from pretix/refactor_bankimport
Refactor bankimport
2016-09-08 21:04:50 +02:00
Raphael Michel
dae5d859db Banktransfer: Big import refactoring 2016-09-08 20:43:05 +02:00
Raphael Michel
01f30485de Merge pull request #225 from rixx/invoice_string_from_payment_provider
Invoice string from payment provider
2016-09-08 18:32:28 +02:00
Tobias Kunze
55120fc4ea Proper regeneration behavior for cancellations 2016-09-08 15:46:26 +02:00
Raphael Michel
0c2e477ec8 Use ManifestStaticFilesStorage by default 2016-09-08 15:20:17 +02:00
Raphael Michel
ef9c78df65 Banktransfer: Completely remove HBCI support 2016-09-07 23:15:43 +02:00
Tobias Kunze
988dfc32a3 Use @transaction.atomic instead of @transaction.atomic() 2016-09-07 15:30:38 +02:00
Tobias Kunze
65db55f21b Extract common code of generate_invoice and regenerate_invoice
Only change is that a regenerated invoice's date is updated to the
current date, which would seem to be better to me, anyways.
2016-09-07 15:30:36 +02:00
Tobias Kunze
3eb4e84db4 Allow payment providers to supply invoice content 2016-09-07 15:30:35 +02:00
Raphael Michel
6e829ff30a Removed redundant voucher.is_ordered 2016-09-06 21:29:21 +02:00
Raphael Michel
d84fbfd950 Updated German translation 2016-09-06 20:35:03 +02:00
Raphael Michel
2576d3680d Directly serve cached files through django 2016-09-05 23:58:16 +02:00
Raphael Michel
af223bd69b Fixed wrong URL name 2016-09-05 23:53:33 +02:00
Raphael Michel
78358c6cda Directly serve invoice PDFs via Django 2016-09-05 23:49:50 +02:00
Raphael Michel
f1495f242f Fixed transaction handling problem if a race condition occurs during invoice creation 2016-09-05 23:19:25 +02:00
Raphael Michel
30ab315fec Use full codes in orders 2016-09-05 22:47:44 +02:00
Raphael Michel
fcee787ff5 Fixed a test that failed because of a new feature 2016-09-05 22:38:49 +02:00