Commit Graph
1998 Commits
Author SHA1 Message Date
Raphael Michel 36f3a815a1 Fixed a bug in Order._is_still_available 2016-04-04 10:33:53 +02:00
Raphael Michel 32b09f6bc8 Fixed isort problem 2016-04-01 16:06:00 +02:00
Raphael Michel fdff5e7a98 Switched from LESS to SASS 2016-03-31 20:08:27 +02:00
Raphael Michel 213d44d71a Fixed wrongfully placed <form> tag 2016-03-26 19:17:13 +01:00
Raphael Michel 1011893543 Fixed #107 and fixed #125 -- Periodic cleanup tasks 2016-03-26 19:10:31 +01:00
Raphael Michel 6e60332948 Fixed #133 -- Transparent quota calculation 2016-03-26 15:27:57 +01:00
Raphael Michel 0b111ef1fc Fixed problems when adding new questions 2016-03-26 13:40:00 +01:00
Raphael Michel 1cd0c1f53b Refs #102 -- Added multiple-choice question types 2016-03-26 12:47:44 +01:00
Raphael Michel eed74545bc Fixed minor issues around boolean questions 2016-03-25 22:04:07 +01:00
Raphael Michel 15663acca5 Updated German translation 2016-03-24 18:09:13 +01:00
Raphael Michel 945349ca21 Improved styling of price inputs 2016-03-24 18:07:33 +01:00
Raphael Michel 112a309a0e Fixed #106 -- added pay-what-you-want tickets 2016-03-24 18:01:09 +01:00
Raphael Michel abf5af4253 Fixed bugs in LazyI18nString.__eq__ 2016-03-24 17:09:11 +01:00
Raphael Michel 9fa063244b Refs #105 -- Added tests for voucher redemption 2016-03-24 15:46:49 +01:00
Raphael Michel d96da427e1 Fixed invoice test 2016-03-24 14:38:10 +01:00
Raphael Michel b2985ba8b4 Added tests for invoicing and template tags 2016-03-24 14:12:20 +01:00
Raphael Michel f80a9a7ec3 Fixed a bug in invoicing 2016-03-24 14:12:20 +01:00
Raphael Michel be4435cdd8 Added test for serialization of LazyI18nString in settings 2016-03-24 14:12:20 +01:00
Raphael Michel e3ac04fe86 Use pytest parameters for the plugin registry tests 2016-03-24 14:12:20 +01:00
Raphael Michel 7aa944e128 Fixed a bug in LazyI18nString.__bool__ 2016-03-24 12:58:27 +01:00
Raphael Michel 89f0c5e461 Be explicit about subdomain_ and maindomain_ urls in plugins 2016-03-24 12:57:19 +01:00
Raphael Michel b2f703ffc0 Fixed a bug in LazyI18nString 2016-03-22 18:55:34 +01:00
Raphael Michel 9c44159bb6 Added option to show remaining quota to users 2016-03-22 18:39:28 +01:00
Raphael Michel 4110c1c77a Always disable django-compressor during tests 2016-03-22 18:04:33 +01:00
Raphael Michel 072441c3a3 Added a margin above the voucher redemption link 2016-03-22 18:04:14 +01:00
Raphael Michel 9fb3ccbde8 Implemented LazyI18nString.__bool__ to return False on empty strings 2016-03-22 18:03:44 +01:00
Raphael Michel 842b058efd Fixed an quota calculation issue 2016-03-22 17:43:35 +01:00
Raphael Michel fdd3a6c6ca Log view: Show full name 2016-03-22 13:15:50 +01:00
Raphael Michel ff3d0f53e7 Updated German translation 2016-03-22 13:10:32 +01:00
Raphael Michel 70067fd91a Refs #126 -- Show order history 2016-03-22 13:04:38 +01:00
Raphael Michel 6280e06e7c Optimized some SQL queries 2016-03-22 12:42:30 +01:00
Raphael Michel 60506f68f0 Use columns on order detail page 2016-03-22 12:15:43 +01:00
Raphael Michel 3166b7fff2 Use pickle for result serialization 2016-03-21 19:09:57 +01:00
Raphael Michel 9ceb325e3e Fixed an import that required celery to be installed 2016-03-21 18:40:49 +01:00
Raphael Michel 8ee606f0d6 Fixed an encoding error 2016-03-21 18:04:47 +01:00
Raphael Michel 103fe2acca Try to improve async task performance by using more long-running
requests
2016-03-21 17:57:23 +01:00
Raphael Michel fde5fffd3c Fixed localization and error reporting with exceptions thrown in celery 2016-03-21 17:50:55 +01:00
Raphael Michel 2d91319955 Reduce async polling interval 2016-03-21 17:35:47 +01:00
Raphael Michel 77749aaec3 Log unidentified errors from async tasks 2016-03-21 16:51:20 +01:00
Raphael Michel 047e5bb067 Refs #105 -- Variation support for vouchers 2016-03-20 11:46:55 +01:00
Raphael Michel 05aed0182e Keep lock duration as small as possible 2016-03-20 10:54:41 +01:00
Raphael Michel cc77f4bc5c Adjusted a test to fit the last commit 2016-03-20 10:45:45 +01:00
Raphael Michel 0355d22114 Refs #118 -- Asynchronous order cancelling 2016-03-20 10:40:18 +01:00
Raphael Michel 0044078ec5 Translate django-internal strings to de_Informal 2016-03-20 10:21:56 +01:00
Raphael Michel fdad6787d5 Delete existing cart positions if a product is deleted 2016-03-19 20:58:12 +01:00
Raphael Michel ecdeb7c79f Fixed an AttributeError when refunding an order 2016-03-19 20:43:05 +01:00
Raphael Michel 0c20d628ab Configured a custom EMAIL_SUBJECT_PREFIX 2016-03-19 20:40:25 +01:00
Raphael Michel 472b3a2f2b Fixed problems with less imports 2016-03-19 16:37:39 +01:00
Raphael Michel 1e96617d1c Fixed that lightbox.css has not been compressed 2016-03-19 16:18:16 +01:00
Raphael Michel 4272959ba7 Fixed a bug in LazyI18nString.LazyGettextProxy 2016-03-15 18:47:38 +01:00