Commit Graph

69 Commits

Author SHA1 Message Date
Raphael Michel
e419b9a99d Updated documentation 2015-06-28 16:28:24 +02:00
Raphael Michel
6ceb061205 Improve documentation formatting 2015-06-28 16:23:28 +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
c4789fb9a4 Fixed #73 -- Add memcached configuration options 2015-06-23 19:57:34 +02:00
Raphael Michel
bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00
Raphael Michel
4adea8ccd0 Fixed a documentation error 2015-06-16 21:02:42 +02:00
Raphael Michel
423dc9f0aa Refactor: separate forms from view, improve code style 2015-06-03 13:19:59 +02:00
Raphael Michel
f68132f006 Fix data directory settings 2015-06-03 00:29:36 +02:00
Raphael Michel
cc057e8b96 Change URL configuration 2015-06-02 20:43:54 +02:00
Raphael Michel
10373838f1 Add a user settings form 2015-05-22 09:15:38 +02:00
Raphael Michel
18a83d7e38 Re-use official static3 package as 0.6.1 fixed the bug we found
Use own dj-static fork as long as our patch is in review
Remove setting for FORCE_SCRIPT_NAME
2015-05-20 10:22:45 +02:00
Raphael Michel
73169b78b6 Further improve settings 2015-05-16 11:02:50 +02:00
Raphael Michel
62b5d1c6eb Improved dockerfile, config file usage and documentation 2015-05-16 00:56:09 +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
462ff5c9ac Add tool for creating testdata 2015-04-19 13:12:30 +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
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
0f09c652c3 Doc requirements were missing 2015-03-19 10:45:04 +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
c23468e266 Doc requirements 2015-03-15 19:58:14 +01:00
Raphael Michel
6dea0de32d Update requirements for docs 2015-03-15 19:50:55 +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
25fff77be5 Django's new URLconfig style allows us to no longer ignore PEP8s error
E128
2015-03-13 00:07:14 +01:00
Raphael Michel
386bd032cf First steps into a payment provider API 2015-03-04 13:58:25 +01:00
Raphael Michel
3f7d3711ef New pep8 version added a warning W503 which we will ignore 2015-02-18 10:52:38 +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
f6bafd1f5e Start implementing the Quota magic 2015-02-11 22:17:56 +01:00
Raphael Michel
270a359e2e Variations on pretixpresale's initial ticket layout 2015-02-11 18:32:43 +01:00
Raphael Michel
b0e1546469 Django app architecture for pretixpresale 2015-02-10 22:39:35 +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
Raphael Michel
2967e64e69 Bind restrictions to only one item for reduced complexibility 2014-10-13 20:17:57 +02:00
informancer
047bf16e2f Fixes Typos in the documentation 2014-10-11 15:40:16 +02:00
Raphael Michel
3bae6a6819 Plugin registry 2014-10-07 12:21:13 +02:00