Commit Graph

530 Commits

Author SHA1 Message Date
Raphael Michel
509d8b8f08 Fixed #80 -- Documented that we do not have a front page yet. 2015-07-19 12:46:19 +02:00
Raphael Michel
2474104d63 Changed the opacity of dashboard icons to keep numbers readable on small
screens
2015-07-14 20:40:33 +02:00
Raphael Michel
54c8d91c51 Fixed payment details in imported banktransfer payments 2015-07-14 20:35:15 +02:00
Raphael Michel
db7ce98c1c Fixed a bug in the banktransfer import 2015-07-14 20:31:33 +02:00
Raphael Michel
1afc23611d Fixed a bug in quota locking 2015-07-14 20:31:19 +02:00
Raphael Michel
89bad60621 Changed OrderGo to accept order codes prepended with the event slug 2015-07-14 20:01:13 +02:00
Raphael Michel
dcf73fc782 Fixed a bug in the banktransfer CSV import 2015-07-14 19:55:14 +02:00
Raphael Michel
73260d1bcc Merge branch 'master' of github.com:pretix/pretix 2015-07-12 18:45:49 +02:00
Raphael Michel
478b900ab3 Fixed #46 -- Added a plugin to send out emails 2015-07-12 18:45:22 +02:00
Raphael Michel
dd6e31b528 Merge pull request #78 from Unicorn-rzl/patch-1
Show the correct number of paid items
2015-07-11 12:00:59 +02:00
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