Commit Graph

356 Commits

Author SHA1 Message Date
Raphael Michel
462ff5c9ac Add tool for creating testdata 2015-04-19 13:12:30 +02:00
Raphael Michel
87c9dd9c82 Fix ticket download 2015-04-16 18:09:37 +02:00
Raphael Michel
09b24ce606 Implement ticket download dates (closes #15) 2015-04-16 18:05:25 +02:00
Raphael Michel
14c582d11e Enforce start and end time of presale (#15) 2015-04-16 17:41:41 +02:00
Raphael Michel
1532b3f1ee Stripe: Refund webhook implemented (#32) 2015-04-16 10:18:49 +02:00
Raphael Michel
d981998a40 Proper namespaces for plugin URLs 2015-04-16 09:35:18 +02:00
Raphael Michel
3c827be4b1 Improve handling of Stripe exceptions (closes #50) 2015-04-15 23:30:35 +02:00
Raphael Michel
90d6078f85 Add missing template 2015-04-15 10:31:46 +02:00
Raphael Michel
63954cbb13 Update german locale 2015-04-15 10:31:40 +02:00
Raphael Michel
42ecd9c5f9 Allow to change payment term (closes #10) 2015-04-14 18:00:00 +02:00
Raphael Michel
df524f31d5 Properly implement quota handling when receiving payments (closes #11) 2015-04-14 16:20:05 +02:00
Raphael Michel
2f7ab1957a Add some tests for bank CSV import 2015-04-12 20:33:45 +02:00
Raphael Michel
8cdd7a89ad Improve handling of remote test drivers 2015-04-12 19:29:33 +02:00
Raphael Michel
dc20c6ade1 Re-name misnamed method 2015-04-12 18:29:25 +02:00
Raphael Michel
06168919b3 Test case for the list of own orders 2015-04-10 17:17:12 +02:00
Raphael Michel
16f09cf464 Add tests for login/logout views 2015-04-10 16:53:20 +02:00
Raphael Michel
e7b97e8379 Simplify behaviour on re-adding cart positions 2015-04-10 16:35:08 +02:00
Raphael Michel
164d7f82b9 Add tests for the i18n string handling 2015-04-10 16:29:10 +02:00
Raphael Michel
b319157a8e Adjust tests to new animations 2015-04-10 15:56:10 +02:00
Raphael Michel
57f4d300a2 Don't to min() over an empty set 2015-04-10 15:26:54 +02:00
Raphael Michel
0073a16acd Collapse variants by default 2015-04-06 16:38:28 +02:00
Raphael Michel
6d73267912 Refund process (closes #26) 2015-04-06 16:23:51 +02:00
Raphael Michel
f8322da3ad Retains answers when re-adding items (closes #20) 2015-04-06 13:54:10 +02:00
Raphael Michel
320fd78a62 Proper support for required fields in payment provider settings
Closes #22
2015-04-06 13:30:08 +02:00
Raphael Michel
150150b9b0 Issue #19 won't be fixed, but documented.
Closes #19.
2015-04-06 12:58:20 +02:00
Raphael Michel
423f33ebf6 Fix a fatal malfunction of VersionedModelForm 2015-04-06 00:31:15 +02:00
Raphael Michel
febfea68f7 Make available languages configurable 2015-04-06 00:14:59 +02:00
Raphael Michel
95c31ec3f6 Fix a bug in I18nWidget and the categories unit tests 2015-04-05 23:40:05 +02:00
Raphael Michel
060a2e8b9b Fix ItemCategory __str__() 2015-04-05 23:31:12 +02:00
Raphael Michel
5fa5a88bcd Category names ought to be an internationalized field 2015-04-05 23:20:08 +02:00
Raphael Michel
f563217529 Fix a bug in I18FormField 2015-04-05 22:53:25 +02:00
Raphael Michel
072744e5c8 Fix a bug in SettingsForm 2015-04-05 22:53:09 +02:00
Raphael Michel
d060a4b19b Form groups for i18n input 2015-04-05 22:36:22 +02:00
Raphael Michel
aeac6d6e39 Add flag icons to the i18n form fields 2015-04-05 22:30:10 +02:00
Raphael Michel
46e2a7aa25 I18n field validation 2015-04-05 22:14:51 +02:00
Raphael Michel
03df35bccd Data structures and form elements for internationalized data 2015-04-03 17:38:01 +02:00
Raphael Michel
f4d3679841 Django 1.8 was released 2015-04-02 12:30:17 +02:00
Raphael Michel
380d34ea80 Fix another failure introduced with the new settings 2015-04-01 12:08:45 +02:00
Raphael Michel
2b732d3967 Fix some comparisons that broke in the last change 2015-04-01 12:03:30 +02:00
Raphael Michel
cd0e1cb520 Wider usage of the settings framework (#17) 2015-04-01 11:54:56 +02:00
Raphael Michel
42b4189703 Automatic deserialization of known settings 2015-04-01 11:14:52 +02:00
Raphael Michel
9c94983bbc Send email on order payment (#27) 2015-04-01 10:42:27 +02:00
Raphael Michel
16244bd69c Send e-mails on order completion (#27) 2015-04-01 10:30:07 +02:00
Raphael Michel
8a81d4859d The use of Context is deprecated since Django 1.8 2015-04-01 09:23:37 +02:00
Raphael Michel
7c6a15580c Move reportlab imports 2015-03-22 09:03:18 +01:00
Raphael Michel
278a680d7c Exclude vendored code from style checks 2015-03-22 00:09:50 +01:00
Raphael Michel
e774c7b7d5 Prototype for PDF generation 2015-03-22 00:06:35 +01:00
Raphael Michel
93d53b52ca Bank imports in MT940 format 2015-03-21 22:27:24 +01:00
Raphael Michel
9ec25d708b Allow import bank data from CSV files 2015-03-21 22:03:39 +01:00
Raphael Michel
8c97302e65 Fix indentation 2015-03-21 18:16:10 +01:00