Commit Graph

56 Commits

Author SHA1 Message Date
Raphael Michel c744ee93b9 Simplify the API for custom URLs 2016-07-31 13:04:17 +02:00
Raphael Michel 7514b9bab2 Added a signal for processing event requests 2016-07-28 21:02:29 +02:00
Raphael Michel 03a56f81ca Added documentation on custom views 2016-07-26 12:16:09 +02:00
Tobias Kunze bfc721978d Fixed minor documentation errors and mistakes (#151) 2016-07-14 20:01:38 +02:00
Raphael Michel af8e017b07 Added signals to extend the order detail page 2016-07-11 19:48:05 +02:00
Raphael Michel 35a9ab8f62 Added signals that allow to modify the voucher form 2016-07-03 16:52:56 +02:00
Raphael Michel 7b456a620d Added voucher_redeem_info signal and improved signal documentation 2016-07-03 15:51:09 +02:00
Raphael Michel 0c4368170f Added hook for links in the footer 2016-06-14 13:05:47 +02:00
Raphael Michel ead7d8ed78 Improved and documented i18n and background tasks 2016-05-29 20:02:31 +02:00
Raphael Michel 93502777b5 Documented pretix' URL layer 2016-05-29 18:49:04 +02:00
Raphael Michel 6ce5fadee1 Improved documentation on plugins 2016-05-29 14:56:17 +02:00
Raphael Michel 9433c76a4c Removed a temporary file 2016-05-08 13:48:09 +02:00
Raphael Michel eea90a9066 Updated models and signals documentation 2016-05-08 12:35:04 +02:00
Raphael Michel 4a1122a862 Fixed #108 -- Removed the restrictions system 2015-12-06 17:49:02 +01:00
Raphael Michel 8e086f1f3f Added dispatch_uid argument to all receivers to prevent duplicate
execution
2015-08-15 14:36:29 +02:00
Raphael Michel c928864477 Added a basic framework for data exporters 2015-08-14 22:44:07 +02:00
Raphael Michel b2d7e09a10 Fixed two failing tests 2015-08-14 21:30:06 +02:00
Raphael Michel d87106ee67 Fixed #85 -- Fixed logic of time restrictions 2015-08-14 21:17:28 +02:00
Alexander Brock e81bdbfd92 Spelling corrections 2015-07-18 00:47:18 +02:00
Raphael Michel 478b900ab3 Fixed #46 -- Added a plugin to send out emails 2015-07-12 18:45:22 +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 f04c43abdc Refs #33 -- Added UI and Stripe support for retrying failed payments 2015-06-25 15:50:46 +02:00
Raphael Michel bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00
Raphael Michel 423dc9f0aa Refactor: separate forms from view, improve code style 2015-06-03 13:19:59 +02:00
Raphael Michel 5b3b1bba32 Fix typo 2015-04-19 18:27:05 +02:00
Raphael Michel 8b88878b8d Add a plugin API for ticket outputs 2015-04-19 18:11:15 +02:00
Raphael Michel d17bf6a874 Make plugin dependencies optional by allowing plugins to report errors 2015-04-19 17:35:42 +02:00
Raphael Michel 1532b3f1ee Stripe: Refund webhook implemented (#32) 2015-04-16 10:18:49 +02:00
Raphael Michel d981998a40 Proper namespaces for plugin URLs 2015-04-16 09:35:18 +02:00
Raphael Michel 6d73267912 Refund process (closes #26) 2015-04-06 16:23:51 +02:00
Raphael Michel 16244bd69c Send e-mails on order completion (#27) 2015-04-01 10:30:07 +02:00
Raphael Michel 591ded3ff2 Add plugin API for adding items to the admin navigation 2015-03-21 18:15:43 +01:00
Raphael Michel 5664177bbb Order details: Display payment information 2015-03-20 23:20:12 +01:00
Raphael Michel e20ecb67d8 Add a request argument to the html_head signals 2015-03-16 01:31:52 +01:00
Raphael Michel f54515ba0a Provide a new API for plugins to add HTML to the <head> of the site 2015-03-15 23:50:30 +01:00
Raphael Michel 13f88346d4 Documentation for the payment provider plugin API 2015-03-15 19:48:42 +01:00
Raphael Michel 46dd06897c Add draft of payment api documentation 2015-03-14 14:19:58 +01:00
Raphael Michel 386bd032cf First steps into a payment provider API 2015-03-04 13:58:25 +01:00
Raphael Michel 93aeda0bdb Update plugin docs 2015-02-14 18:00:10 +01:00
Raphael Michel 077413f41c Restructure our python module. A lot. 2015-02-14 17:55:13 +01:00
Raphael Michel 270a359e2e Variations on pretixpresale's initial ticket layout 2015-02-11 18:32:43 +01:00
Raphael Michel 6648e7ed03 Rename tixl to pretix 2015-01-19 01:10:35 +01:00
Raphael Michel 2ede2c657c Restore broken unit tests 2015-01-11 11:07:58 +01:00
Raphael Michel 6b5027e412 Remove some confusing complexity from restrictions 2015-01-07 22:02:08 +01:00
Raphael Michel ccb0dc9682 Merge 2015-01-07 17:02:10 +01:00
Raphael Michel 072856a7cc Doc: API documentation chapter renamed 2014-10-17 22:16:37 +02:00
Raphael Michel c311052ffd VariationField form logic 2014-10-17 15:55:07 +02:00
Raphael Michel 912b0b4211 Bootstrap the form magic for inline restriction formset variation
controls
2014-10-14 00:45:42 +02:00