Commit Graph

705 Commits

Author SHA1 Message Date
Raphael Michel
3fa0cfb077 Added multi-domain capabilities 2015-10-18 14:01:28 +02:00
Raphael Michel
d7d6e74c04 Generalized EventRelatedCache to ObjectRelatedCache 2015-10-18 14:01:04 +02:00
Raphael Michel
651d82c128 Removed a orphaned middot 2015-10-18 14:01:04 +02:00
Raphael Michel
8dec1abf12 Fixed and simplified PDF exports 2015-10-11 19:50:08 +02:00
Raphael Michel
974c5cee79 Moved property to the inside of items 2015-10-08 12:45:19 +02:00
Raphael Michel
b99f541adf Fixed a ValueError in the statistics plugin 2015-10-06 00:01:14 +02:00
Raphael Michel
e6767afbd1 Moved question<>item relation to the question side
Cleared migration history
2015-10-06 00:00:38 +02:00
Raphael Michel
eb1c166c4e Removed long_description field 2015-10-05 23:43:21 +02:00
Raphael Michel
c4638a3402 Enabled asynchronous cart/order actions 2015-10-05 11:33:53 +02:00
Raphael Michel
4c6b292968 Refactored checkout steps 2015-10-05 11:24:00 +02:00
Raphael Michel
2e9157cbef Removed unused imports 2015-10-05 11:24:00 +02:00
Raphael Michel
93d027cec6 Make all orders "guest orders" 2015-10-05 11:24:00 +02:00
Raphael Michel
c47008cc18 Added password reset to control.auth 2015-10-04 13:52:08 +02:00
Raphael Michel
4e8707635f Merge pull request #101 from cherti/readability
improved top-to-bottom-adhoc-readability
2015-10-02 12:30:46 +02:00
Jonas Große Sundrup
0d49e69ac5 improved top-to-bottom-adhoc-readability 2015-10-02 12:28:28 +02:00
Raphael Michel
7fc56b77db Fixed #98 -- Handle deletion of cached files 2015-09-29 16:46:45 +02:00
Raphael Michel
8b2787b9c0 Fixed a TypeError introduced in 1f28585 2015-09-29 16:18:18 +02:00
Raphael Michel
3282244d1b Use Django's storage API for media files 2015-09-29 16:05:17 +02:00
Raphael Michel
21e71f97c1 Added a test for the type of default values 2015-09-29 15:34:37 +02:00
Raphael Michel
1f28585dfb Ensure the number of decimal places of payment fees 2015-09-29 15:34:21 +02:00
Raphael Michel
109e18e891 Added unit tests for authentication forms 2015-09-29 01:00:54 +02:00
Raphael Michel
264c1e034f Used Django's token generator for passwort resets 2015-09-29 00:59:33 +02:00
Raphael Michel
082e43321c Only show guest option on login page when ordering 2015-09-29 00:11:14 +02:00
Raphael Michel
033cea47be Added Logo to registration form 2015-09-29 00:00:40 +02:00
Raphael Michel
44602004db Moved check for active presale period up 2015-09-28 23:49:48 +02:00
Raphael Michel
d5e7ee8d8d Added a test for detecting inactive items in cart 2015-09-28 23:44:40 +02:00
Raphael Michel
c1318d5f28 Delete unavailable items from cart 2015-09-28 23:44:16 +02:00
Raphael Michel
28437771cf Moved locking out of the model layer 2015-09-28 23:30:25 +02:00
Raphael Michel
24c76baec2 Added tests for order expiry dates 2015-09-28 23:18:52 +02:00
Raphael Michel
9fe133402d Removed duplicate import 2015-09-28 23:17:28 +02:00
Raphael Michel
16207cf2c4 Fixed wrong type annotations 2015-09-28 23:15:24 +02:00
Raphael Michel
1c89fec808 Fixed import sorting 2015-09-28 23:11:46 +02:00
Raphael Michel
c67a70369d Added tests for our locking system 2015-09-28 23:01:03 +02:00
Raphael Michel
72ecfea622 Fixed and improved locking implementations 2015-09-28 22:59:28 +02:00
Raphael Michel
06868d6d17 Simplified mail tests 2015-09-28 22:30:36 +02:00
Raphael Michel
803cfb446a Fixed a test that now requires login to be useful 2015-09-27 21:04:17 +02:00
Raphael Michel
73d87de99e Fixed travis caching 2015-09-27 20:54:25 +02:00
Raphael Michel
07d1fdbcca Fixed a typo 2015-09-27 20:52:02 +02:00
Raphael Michel
b8f1be8910 Swapped the names of two tests 2015-09-27 20:51:26 +02:00
Raphael Michel
f3e03deba4 Refactored cart actions into pretix.base.services 2015-09-27 20:51:14 +02:00
Raphael Michel
37e00b805e Fixed cart creation after guest login 2015-09-27 19:41:36 +02:00
Raphael Michel
3865eda51e GitLab CI changes 2015-09-27 19:23:40 +02:00
Raphael Michel
468349e25a Fixed wrong line in Dockerfile 2015-09-27 19:15:32 +02:00
Raphael Michel
4e11a13f14 Fixed three unit tests 2015-09-27 19:06:36 +02:00
Raphael Michel
02c99babaa Use pip 7 caching 2015-09-27 18:49:25 +02:00
Raphael Michel
2d629c6a03 Removed -e from requirements 2015-09-26 19:08:39 +02:00
Raphael Michel
8e965bcd6d Fixed redirections and errors 2015-09-17 23:54:22 +02:00
Raphael Michel
c8830cc880 Added custom error pages 2015-09-17 23:44:07 +02:00
Raphael Michel
59e4b19e3f Fixed broken Unit Test 2015-09-17 22:57:39 +02:00
Raphael Michel
371c67075c Added nicer message after order completion 2015-09-17 22:48:46 +02:00