Commit Graph
7519 Commits
Author SHA1 Message Date
Raphael Michel ee93495fda Added a custom csrf failure view 2015-11-05 10:19:05 +01:00
Raphael Michel 79ad8b40ed Added python3.5-style type annotations to pretix.base 2015-11-04 23:39:59 +01:00
Raphael Michel ecebe481d7 Rename "session" field to "cart_id" 2015-11-04 23:39:59 +01:00
Raphael Michel d87715c8d6 Fixed missing mail settings 2015-11-01 14:21:33 +01:00
Raphael Michel 7c3142995c Fixed a logic bug 2015-11-01 14:20:10 +01:00
Raphael Michel 232c42b265 Added an organizer overview page 2015-10-22 17:45:19 +02:00
Raphael Michel 0b4cae07c4 Splitted URL configuration for main and subdomains 2015-10-21 18:16:17 +02:00
Raphael Michel 5e5292f2c4 Fixed bug introduced in a2af3db 2015-10-21 18:02:56 +02:00
Raphael Michel 2832498a16 Added some form validation; fixed broken templates 2015-10-21 16:49:22 +02:00
Raphael Michel 5bded76187 Do not mark valid vields as green 2015-10-21 16:42:59 +02:00
Raphael Michel 3201afe64f Added some validation to the Event model 2015-10-21 16:39:28 +02:00
Raphael Michel 9d30f9fc64 Added form errors to all bootstrap forms 2015-10-21 16:32:13 +02:00
Raphael Michel a2af3db771 Added the option of unlimited quotas 2015-10-21 16:31:58 +02:00
Raphael Michel 2fb90efa4d Fixed a wrong type annotation 2015-10-21 15:53:37 +02:00
Raphael Michel 493e520db7 Reworded descriptions 2015-10-19 21:55:01 +02:00
Raphael Michel f47f8c1a04 Added availability status to the list of quotas 2015-10-19 21:53:27 +02:00
Raphael Michel cfb73565ce Fixed a TypeError 2015-10-19 21:47:55 +02:00
Raphael Michel 6678539aa8 Used conditional expressions for quota calculation 2015-10-19 20:04:43 +02:00
Raphael Michel 1dfdf7e4f4 Re-organized models into multiple files 2015-10-19 18:26:48 +02:00
Raphael Michel 55c35a4930 Added tests for control order view 2015-10-19 15:38:20 +02:00
Raphael Michel 3b0e72440a Fixed small b ugs in the order view 2015-10-19 15:34:55 +02:00
Raphael Michel 80235fce26 Added tests for (and improved) download in control panel 2015-10-19 00:16:48 +02:00
Raphael Michel fe5a5e54aa Improved a HTTP 405 response 2015-10-18 23:48:53 +02:00
Raphael Michel f7011abfd4 Re-structured requirements files 2015-10-18 19:47:16 +02:00
Raphael Michel e0f75d435e Added tests for the mt940 import 2015-10-18 19:08:40 +02:00
Raphael Michel 705d8bd931 A better MT940 has become available on PyPI 2015-10-18 19:05:21 +02:00
Raphael Michel ae4d102288 Added tests for the checkoutflow module 2015-10-18 18:02:52 +02:00
Raphael Michel e11c61c1bb Fixed small bug in the checkoutflow module 2015-10-18 18:02:38 +02:00
Raphael Michel 0e72bcbb7c Updated coverage configuration 2015-10-18 17:34:44 +02:00
Raphael Michel d21fa8392a Added more tests for pretix.multidomain 2015-10-18 17:28:12 +02:00
Raphael Michel aa51aaf1c2 Fixed a bug in the eventurl template tag 2015-10-18 17:28:01 +02:00
Raphael Michel c1af2b1f2d Improved JavaScript code 2015-10-18 17:16:50 +02:00
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
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