Commit Graph

1045 Commits

Author SHA1 Message Date
Raphael Michel
f91c95b1bc Added products that require a voucher to be bought/shown 2016-07-28 19:52:07 +02:00
Raphael Michel
03a56f81ca Added documentation on custom views 2016-07-26 12:16:09 +02:00
Tobias Kunze
310a14a393 Move middleware functionality to utils.py (#154)
This simplifies providing an `event_view` method which works as
decorator for presale/ views (e.g. for plugins), providing passing
requests with event and organizer context if possible, and re-routing or
failing appropriately otherwise.
2016-07-26 10:27:59 +02:00
Raphael Michel
6693570995 Statistics plugin: Fixed incorrect timezones 2016-07-25 09:43:00 +02:00
Raphael Michel
525705a912 Fixed problems with middleware order 2016-07-20 19:33:26 +02:00
Raphael Michel
f9cd4f02d3 Workaround to django-debug-toolbar#852 2016-07-20 18:29:25 +02:00
Raphael Michel
2541855948 Fixed missing or unused imports 2016-07-18 23:12:16 +02:00
Raphael Michel
1a9e5c8d11 Added AUTHORS file 2016-07-18 22:59:40 +02:00
Raphael Michel
eb110b54a7 Install recent setuptools on travis 2016-07-18 22:57:38 +02:00
Raphael Michel
f31e878d5c Updated German translation 2016-07-18 22:49:24 +02:00
Raphael Michel
a6381c1fd7 Removed out-of-date explicit value of __all__ 2016-07-18 22:44:30 +02:00
Tobias Kunze
bfc721978d Fixed minor documentation errors and mistakes (#151) 2016-07-14 20:01:38 +02:00
Raphael Michel
f779b70deb Improved UI of language switcher 2016-07-11 19:52:49 +02:00
Raphael Michel
af8e017b07 Added signals to extend the order detail page 2016-07-11 19:48:05 +02:00
Raphael Michel
10c18c5cc9 Added signals to VoucherBulkForm to ease extension 2016-07-11 19:30:29 +02:00
Raphael Michel
5b9d19b463 Refs #150 -- Trying to reduce latency 2016-07-07 19:44:19 +02:00
Raphael Michel
8aaf334096 Do not create world-readable secret file by default 2016-07-07 18:30:32 +02:00
Raphael Michel
35a9ab8f62 Added signals that allow to modify the voucher form 2016-07-03 16:52:56 +02:00
Raphael Michel
1e4e1578f7 Improved eventsignal template tag 2016-07-03 16:05:31 +02:00
Raphael Michel
7b456a620d Added voucher_redeem_info signal and improved signal documentation 2016-07-03 15:51:09 +02:00
Raphael Michel
82f2a7ab67 Re-added secret to pretixdroid API 2016-07-02 12:45:15 +02:00
Raphael Michel
a460a13271 Updated German translation 2016-06-27 19:51:27 +02:00
Raphael Michel
5cbb967744 Display errors caused in AJAX requests 2016-06-27 19:49:45 +02:00
Raphael Michel
d3ffc2b0dc Fixed #147 -- Order filter form does not represent current state 2016-06-27 19:28:45 +02:00
Raphael Michel
a272f2d170 Updated German translation 2016-06-27 19:25:33 +02:00
Raphael Michel
f68ada1f41 Added filters for the MailExporter 2016-06-27 19:23:43 +02:00
Raphael Michel
e09f213f0c Fixed developer documentation for Python 3.4 2016-06-27 18:55:23 +02:00
Raphael Michel
ebec8c8595 Correct mail settings validation 2016-06-21 11:40:31 +02:00
Raphael Michel
75b59e9d33 Bulk add vouchers: Require codes to be entered 2016-06-21 11:38:24 +02:00
Raphael Michel
0c4368170f Added hook for links in the footer 2016-06-14 13:05:47 +02:00
Raphael Michel
1bdf332afd Disable HBCI support
It does not work currently and it raises security and legal questions
that need to be answered first.
2016-06-13 09:18:44 +02:00
Raphael Michel
f4cefa9ad4 Improved permission testing 2016-06-10 15:45:02 +02:00
Raphael Michel
66bcbc785b FIxed broken test 2016-06-10 15:34:17 +02:00
Raphael Michel
09e5c43c55 Fixed #143 -- Password strength validation errors in the right place 2016-06-10 15:33:32 +02:00
Raphael Michel
ff7085fba0 Override form_errors.html without "dismiss" icon (see #143) 2016-06-10 15:09:22 +02:00
Raphael Michel
ea7e94c98b Fixed missing error mesages 2016-06-09 16:21:47 +02:00
Raphael Michel
1f27bde525 Fixed incorrect reference in tpl 2016-06-07 18:36:16 +02:00
Raphael Michel
ffce190616 banktransfer: Added a note on reference codes before order is completed 2016-06-07 14:44:00 +02:00
Raphael Michel
d3e4941a58 Fixed infinite reload loop 2016-06-07 11:55:00 +02:00
Raphael Michel
511ea66858 Fixed download of cached files without JavaScript 2016-06-07 11:44:38 +02:00
Raphael Michel
a72c9f8ddc Improve HBCI output and logging 2016-06-07 10:02:48 +02:00
Raphael Michel
f9418b6475 Fixed TypeError in HBCI import 2016-06-07 09:27:02 +02:00
Raphael Michel
fd2c293521 Correctly display payment fee on the order detail page 2016-06-06 23:56:26 +02:00
Raphael Michel
a7fc8e19fb Improved SMTP testing 2016-06-06 23:07:49 +02:00
Raphael Michel
e5edf53f00 Disable Chrome's autofill for various form fields 2016-06-06 23:07:49 +02:00
Raphael Michel
75b94986c3 Updated German translation 2016-06-06 23:07:49 +02:00
Raphael Michel
a7647d8de2 Allow to disable login/password reset 2016-06-06 23:07:49 +02:00
Raphael Michel
87b7685cf9 Fixed overwriting files in SettingsForm 2016-06-06 22:46:07 +02:00
Raphael Michel
4d886b3d98 Fixed invoice generation 2016-06-05 18:14:58 +02:00
Raphael Michel
e692e26683 Added "view order as user" link 2016-06-05 18:01:27 +02:00