Commit Graph

56 Commits

Author SHA1 Message Date
Raphael Michel
1afc23611d Fixed a bug in quota locking 2015-07-14 20:31:19 +02:00
Raphael Michel
235769ce4f Added the possibility to use Redis for quota locks 2015-06-30 17:29:34 +02:00
Raphael Michel
bf6dca3e93 Reduced maximum McCabe function complexity by one 2015-06-28 17:12:27 +02:00
Raphael Michel
6ceb061205 Improve documentation formatting 2015-06-28 16:23:28 +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
a0aa65e392 Fixed versioning in the Quota admin 2015-06-21 22:25:28 +02:00
Raphael Michel
c0c9098f38 Introduce a max age for quota locks 2015-06-15 23:04:49 +02:00
Raphael Michel
8acc23a27a Added a basic permission matrix editor for events 2015-06-15 21:51:51 +02:00
Raphael Michel
fad8605aa7 Add unit tests for our mail API 2015-06-03 18:09:00 +02:00
Raphael Michel
fc907a2ec7 Refactor mark_paid out of models 2015-06-03 13:59:12 +02:00
Raphael Michel
49ea85caee Resolve flake8 warnings 2015-06-03 13:25:26 +02:00
Raphael Michel
423dc9f0aa Refactor: separate forms from view, improve code style 2015-06-03 13:19:59 +02:00
Raphael Michel
3114e2d959 Allow to adjust the order of products (closes #60) 2015-06-03 00:48:35 +02:00
Raphael Michel
3ac26f64f3 Create new events 2015-05-27 23:09:33 +02:00
Raphael Michel
14d1a12a91 Basic creating, editing and updating of organizers 2015-05-24 13:58:30 +02:00
Raphael Michel
c16ad60129 Throw away migration history. This is backwards incompatible!
Also, add an initial user in the first migration.
2015-05-21 21:16:39 +02:00
Raphael Michel
14c582d11e Enforce start and end time of presale (#15) 2015-04-16 17:41:41 +02:00
Raphael Michel
42ecd9c5f9 Allow to change payment term (closes #10) 2015-04-14 18:00:00 +02:00
Raphael Michel
df524f31d5 Properly implement quota handling when receiving payments (closes #11) 2015-04-14 16:20:05 +02:00
Raphael Michel
6d73267912 Refund process (closes #26) 2015-04-06 16:23:51 +02:00
Raphael Michel
060a2e8b9b Fix ItemCategory __str__() 2015-04-05 23:31:12 +02:00
Raphael Michel
5fa5a88bcd Category names ought to be an internationalized field 2015-04-05 23:20:08 +02:00
Raphael Michel
03df35bccd Data structures and form elements for internationalized data 2015-04-03 17:38:01 +02:00
Raphael Michel
380d34ea80 Fix another failure introduced with the new settings 2015-04-01 12:08:45 +02:00
Raphael Michel
cd0e1cb520 Wider usage of the settings framework (#17) 2015-04-01 11:54:56 +02:00
Raphael Michel
9c94983bbc Send email on order payment (#27) 2015-04-01 10:42:27 +02:00
Raphael Michel
a0b1a2e11b Provide support for manipulting order status 2015-03-20 23:54:21 +01:00
Raphael Michel
5664177bbb Order details: Display payment information 2015-03-20 23:20:12 +01:00
Raphael Michel
244ad04520 Order changing permissions, list of ordered items 2015-03-20 17:29:47 +01:00
Raphael Michel
dbc3dff905 List of orders 2015-03-20 17:11:58 +01:00
Raphael Michel
63a3054b92 Further documentation of models 2015-03-19 20:38:03 +01:00
Raphael Michel
43c44e917a Start documenting the models 2015-03-19 12:17:19 +01:00
Raphael Michel
db6077eeb2 Remove redundant deleted field on Items, cleanerversion does this
for us.
Also, slugs can be a SlugField
2015-03-19 11:48:03 +01:00
Raphael Michel
d397c03fde API for marking orders as paid 2015-03-15 17:30:05 +01:00
Raphael Michel
f617c48973 Talk about 'products', not 'items' 2015-03-14 16:04:39 +01:00
Raphael Michel
8875a6328f Overview over user's orders 2015-03-14 13:55:26 +01:00
Raphael Michel
197fbbd180 Allow to modify answers for pending orders 2015-03-14 13:32:56 +01:00
Raphael Michel
b8bb71d8a3 Reduce functional complexity (McCabe max 18 → max 12) 2015-03-13 01:04:53 +01:00
Raphael Michel
8c802e534e Display payment details 2015-03-12 22:54:59 +01:00
Raphael Michel
8aec2cc6b0 Define a default value for Order.payment_fee 2015-03-08 16:07:18 +01:00
Raphael Michel
81ab0a4fd2 Auto-set datetime for orders 2015-03-08 16:01:01 +01:00
Raphael Michel
a08b43ad45 Submitting orders 2015-03-08 11:20:17 +01:00
Raphael Michel
6ffdd33cf5 Restructure settings framework 2015-03-06 00:16:46 +01:00
Raphael Michel
941db3db3a Checkout: Ask questions 2015-03-04 12:42:36 +01:00
Raphael Michel
ff7dd1b11a Merge branch 'master' of github.com:pretix/pretix 2015-03-04 11:40:05 +01:00
Raphael Michel
84bebfbd72 Integrate the names of attendees into the core database layout 2015-03-04 11:39:32 +01:00
Raphael Michel
497cbe17af Add more tests + Event.max_items_pre_order should be a settings 2015-02-21 15:41:29 +01:00
Raphael Michel
89a5c65df7 Premature optimization indeed is the root of all evil 2015-02-19 23:50:58 +01:00
Raphael Michel
0fb7875c98 Experimental caching for the number of paid tickets 2015-02-19 00:26:22 +01:00
Raphael Michel
9a2e75cbfb Additional tests for the item list 2015-02-18 21:37:12 +01:00