Commit Graph

1068 Commits

Author SHA1 Message Date
Raphael Michel
a3c0f061f4 Upgrade Django version 2015-05-12 20:38:37 +02:00
Raphael Michel
7a3051c22d Presale: Add a language switch to the UI 2015-05-08 21:59:08 +02:00
Raphael Michel
c5a7594943 Basic password recovery (#5) 2015-04-21 19:14:46 +02:00
Raphael Michel
c88822dada Fix a miscalculation 2015-04-19 18:40:31 +02:00
Raphael Michel
5b3b1bba32 Fix typo 2015-04-19 18:27:05 +02:00
Raphael Michel
8b88878b8d Add a plugin API for ticket outputs 2015-04-19 18:11:15 +02:00
Raphael Michel
d17bf6a874 Make plugin dependencies optional by allowing plugins to report errors 2015-04-19 17:35:42 +02:00
Raphael Michel
cd0986606c Add missing files 2015-04-19 13:14:31 +02:00
Raphael Michel
3f4027c573 Merge branch 'master' of github.com:pretix/pretix 2015-04-19 13:13:00 +02:00
Raphael Michel
462ff5c9ac Add tool for creating testdata 2015-04-19 13:12:30 +02:00
Raphael Michel
51b2201f3b Add basic sale statistics (closes #57) 2015-04-17 21:54:38 +02:00
Raphael Michel
747a9e55fd Remove unused imports 2015-04-16 20:00:10 +02:00
Raphael Michel
700270e7e7 Change default value of ticket_download to False 2015-04-16 19:54:45 +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