Commit Graph

520 Commits

Author SHA1 Message Date
Unicorn-rzl
63b7d714e0 Show the correct number of paid items
In the order overview the total of "paid orders" is the same as the total number of "ordered items". By using the right variable, we can easily fix that ;)
2015-07-10 21:51:04 +02:00
Raphael Michel
e2215d2baa Really replace the docker tag 2015-07-06 15:25:10 +02:00
Raphael Michel
f689c34144 Merge branch 'master' of github.com:pretix/pretix 2015-07-06 15:01:09 +02:00
Raphael Michel
e456f9bd8f Added a setup.py file 2015-07-05 19:31:07 +02:00
Raphael Michel
d961c832b5 Updated GitLab CI build config 2015-07-05 17:05:05 +02:00
Raphael Michel
ee84ee1f6c Added a build script for gitlab CI 2015-07-04 21:27:48 +02:00
Raphael Michel
2b50e44610 Added basic tests for the orders view 2015-07-03 23:35:44 +02:00
Raphael Michel
205c946f82 Fixed an accidentally displayed menu on large screens 2015-06-30 20:47:41 +02:00
Raphael Michel
5fcf53bef7 Fixed a duplicate HTML element ID 2015-06-30 20:06:06 +02:00
Raphael Michel
d301bb55ba Fixed #77 -- Enabled and improved responsiveness 2015-06-30 19:19:41 +02:00
Raphael Michel
f6eca700f9 Fixed a KeyError in the banktransfer plugin 2015-06-30 18:29:25 +02:00
Raphael Michel
7ca3389d08 Fixed an ImportError when redis-py is not installed 2015-06-30 18:15:55 +02:00
Raphael Michel
235769ce4f Added the possibility to use Redis for quota locks 2015-06-30 17:29:34 +02:00
Raphael Michel
77905c596b Moved default SQLite database to DATA_DIR 2015-06-30 09:21:13 +02:00
Raphael Michel
c13df5947c Fixed reversed success/failure messages in banktransfer plugin 2015-06-30 09:18:37 +02:00
Raphael Michel
620bdb1cd6 Removed supervisord from the docker file 2015-06-30 09:17:45 +02:00
Raphael Michel
b1e0fbf75c Fixed a JavaScript syntax error 2015-06-29 21:09:52 +02:00
Raphael Michel
76d93d8592 Bypass in CleanerVersion 2015-06-29 20:51:45 +02:00
Raphael Michel
9adb5c3e12 Added ADMINS setting 2015-06-29 19:53:35 +02:00
Raphael Michel
71b2564e51 Fixed bugs in the password recovery 2015-06-29 19:34:10 +02:00
Raphael Michel
6297b6b18e Updated German translation 2015-06-29 19:08:37 +02:00
Raphael Michel
c1db8c4ebc Update dependencies 2015-06-29 17:44:14 +02:00
Raphael Michel
cfb8b24b4a Fixed collectstatic if the now possible static files in DATA_DIR do not
exist, also, we have to run collectstatic at startup time
2015-06-29 17:27:50 +02:00
Raphael Michel
0a5c2c9fcf Added DATA_DIR as a template and static file source 2015-06-29 15:16:45 +02:00
Raphael Michel
e75a0e4856 Fixed an error in cart processing 2015-06-29 15:08:51 +02:00
Raphael Michel
44beb8e84a Fixed a logic bug 2015-06-29 14:42:07 +02:00
Raphael Michel
765076540a Fixed a bug introduced in 1f08dfd 2015-06-28 17:41:20 +02:00
Raphael Michel
12b81449a3 Fixed a typo 2015-06-28 17:32:51 +02:00
Raphael Michel
bf6dca3e93 Reduced maximum McCabe function complexity by one 2015-06-28 17:12:27 +02:00
Raphael Michel
1f08dfda5c Resolved flake8 warnings 2015-06-28 17:02:12 +02:00
Raphael Michel
e419b9a99d Updated documentation 2015-06-28 16:28:24 +02:00
Raphael Michel
6ceb061205 Improve documentation formatting 2015-06-28 16:23:28 +02:00
Raphael Michel
75b8d800ea Added tests for modifying and cancelling orders 2015-06-28 16:21:39 +02:00
Raphael Michel
1faee34c93 Added unit tests for the new account settings form 2015-06-26 15:52:11 +02:00
Raphael Michel
12c6dda4b5 Fixed a wrong site title 2015-06-26 15:33:47 +02:00
Raphael Michel
c1a118e554 Updated German translation 2015-06-26 09:32:31 +02:00
Raphael Michel
fbfdc65a84 Fixed redirect target after settings change 2015-06-26 09:28:41 +02:00
Raphael Michel
11eb01a92b Added a settings change view for users in the frontend 2015-06-25 20:57:02 +02:00
Raphael Michel
ae5eab628c Refs #74 -- Hide retry button if the ticket is sold out 2015-06-25 19:25:55 +02:00
Raphael Michel
f04c43abdc Refs #33 -- Added UI and Stripe support for retrying failed payments 2015-06-25 15:50:46 +02:00
Raphael Michel
224eaeee48 PayPal: Fixed URL names and exception handling 2015-06-24 17:18:28 +02:00
Raphael Michel
fa642ddffe Refactored some code out of pretix.presale 2015-06-24 17:10:42 +02:00
Raphael Michel
76b0189972 Fixed a versioning bug in the property editor 2015-06-23 21:18:04 +02:00
Raphael Michel
6ec516a83a Fixed tests that got broken in bef9e05 2015-06-23 20:52:31 +02:00
Raphael Michel
c4789fb9a4 Fixed #73 -- Add memcached configuration options 2015-06-23 19:57:34 +02:00
Raphael Michel
7d3e2ec7f2 Refs #39 -- Hide links from users without permission 2015-06-23 19:46:50 +02:00
Raphael Michel
b7cbf55db4 Added filters to the list of orders 2015-06-23 19:17:09 +02:00
Raphael Michel
0108a955c3 Updated German translation 2015-06-23 10:10:18 +02:00
Raphael Michel
6ee8201b72 Fixed "Back" buttons in checkout process 2015-06-23 10:08:32 +02:00
Raphael Michel
bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00