Commit Graph
10012 Commits
Author SHA1 Message Date
Raphael Michel 4277e689b8 Refs #56 -- Revert changes to recover from a problem 2015-08-04 15:59:06 +02:00
Raphael Michel 1554d2e5be Fixed a bug with restrictions that set the price to None 2015-07-31 12:50:09 +02:00
Raphael Michel f7c20888e2 Merge branch 'master' of github.com:pretix/pretix 2015-07-30 19:33:52 +02:00
Raphael Michel 395d57fb7f Specified a default order for orders 2015-07-30 19:33:00 +02:00
Raphael Michel 1754bf0a01 Fixed import order in migrations 2015-07-26 19:17:33 +02:00
Raphael Michel c8a47f6d4b Removed redundant operators 2015-07-26 17:18:48 +02:00
Raphael Michel 36430f3b9a Fixed tests that did not set a default_price on items 2015-07-26 17:07:31 +02:00
Raphael Michel a0e8e06743 Fixed #65 -- Disallow None value for product default prices 2015-07-26 16:31:01 +02:00
Raphael Michel 984730b31b Changed the upload_to of item pictures to a static functions, as lambdas
do not work in migrations
2015-07-26 16:25:31 +02:00
Raphael Michel e47cbdd6e5 Fixed usage of old logo 2015-07-26 00:44:25 +02:00
Raphael Michel d80349649b Added pretix logo to control login page 2015-07-26 00:42:18 +02:00
Raphael Michel 4e7e806005 Updated German translation 2015-07-26 00:39:40 +02:00
Raphael Michel 018fb29daf Banktransfer: Display full price in transfer details 2015-07-26 00:37:56 +02:00
Raphael Michel 0978f5b942 Fixed import sorting 2015-07-26 00:35:22 +02:00
Raphael Michel 02d81fbdf6 Updated a German translation to clarify things 2015-07-26 00:32:37 +02:00
Raphael Michel b6d9a65073 Added libjpeg-dev to Dockerfile 2015-07-26 00:29:13 +02:00
Raphael Michel 9e16ad3433 Added lightbox.js for product images 2015-07-26 00:10:27 +02:00
Raphael Michel e09efeb06b Updated COPYRIGHT file 2015-07-25 23:58:09 +02:00
Raphael Michel 0cbf9aeec3 Added product pictures 2015-07-25 23:58:02 +02:00
Raphael Michel 8732e92cde Refs #80 -- Moved static files to a top-level directory 2015-07-20 11:19:43 +02:00
Raphael Michel cd9c048458 Refs #80 -- Default to DEBUG=True when using the development server 2015-07-20 10:50:34 +02:00
Raphael Michel a34236aeb3 Added pretix logo to the repository and the control navigation 2015-07-19 21:37:06 +02:00
Raphael Michel f0c2f2995d Fixed isort settings 2015-07-19 21:13:07 +02:00
Raphael Michel e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel c2971d28a6 Fixed HTML escaping 2015-07-19 20:33:58 +02:00
Raphael Michel cb9ae9cc81 Added filtering by item to the product list 2015-07-19 20:32:15 +02:00
Raphael Michel 42b3f9ff51 Fixed a bug in the new template filter 2015-07-19 13:29:02 +02:00
Raphael Michel 7e1121e870 Upgraded to Travis' new infrastructure 2015-07-19 13:25:55 +02:00
Raphael Michel ca870e02bd Refs #79 -- Toggle between number and money in order overview 2015-07-19 13:16:36 +02:00
Raphael Michel cfd966fe2f Fixed a display bug on 'sm' screen size 2015-07-19 12:51:31 +02:00
Raphael Michel 1dbce9db24 Merge pull request #81 from abrock/master
Spelling corrections
2015-07-19 12:46:51 +02:00
Raphael Michel 509d8b8f08 Fixed #80 -- Documented that we do not have a front page yet. 2015-07-19 12:46:19 +02:00
Alexander Brock e81bdbfd92 Spelling corrections 2015-07-18 00:47:18 +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