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
Unicorn-rzl
f3f5f8d049
Change language tag of input fields to standard to enable spell checking ( #140 )
...
* change language tag from data-lang to lang to enable spell checking
See https://www.w3.org/International/questions/qa-html-language-declarations for reference
* change language tag from data-lang to lang in correspondence to i18n.py
change necessary to enable spell checking in textareas
2016-05-28 13:20:55 +02:00
Jason Estibeiro
e685f8e819
Added basic Django password validations and updated .gitignore ( #136 )
2016-05-11 13:38:31 +02:00
Raphael Michel
1bfe2d4525
Fixed double requirement
2016-05-09 11:44:18 +02:00
Raphael Michel
b6fcf91517
Changed to use a custom celery as well
2016-05-09 11:40:06 +02:00
Raphael Michel
f999b9ffd9
Updated standalone docker file and install guide
2016-05-09 11:11:25 +02:00
Raphael Michel
749e44f6e4
Fixed broken test
2016-05-08 13:06:51 +02:00
Raphael Michel
eea90a9066
Updated models and signals documentation
2016-05-08 12:35:04 +02:00
Raphael Michel
944b5db0bf
Refs #82 -- Make order expiry more clear ( #116 )
2016-05-07 17:03:32 +02:00
Raphael Michel
c9350dde40
Use a simpler form for creating items
2016-05-07 16:30:55 +02:00
Raphael Michel
8edf9a7034
Redesign empty statistics page
2016-05-07 16:25:27 +02:00
Raphael Michel
c0da0db59c
Fixed bugs introduced in last commit
2016-05-07 14:53:23 +02:00
Raphael Michel
38f1a43f31
Updated German translation
2016-05-07 14:40:29 +02:00
Raphael Michel
ab37c15bcc
Added a dashboard widget to help starting
2016-05-07 14:29:51 +02:00
Raphael Michel
7ae7da5af1
Improved list views to look better when they are empty
2016-05-07 14:29:00 +02:00
Raphael Michel
81c23271ea
Fixed SVG problems in Internet Explorer and simplified SVG files
2016-05-05 12:46:00 +02:00
Raphael Michel
55013cf2bb
Fixed error in requirements file
2016-05-04 18:50:34 +02:00
Raphael Michel
8c40f02cec
Downgrade mt-940, see WoLpH/mt940#23
2016-05-04 18:40:03 +02:00
Raphael Michel
499cf6c5c8
Fixed flake8 problems
2016-05-04 18:35:33 +02:00
Raphael Michel
3ae13ce0ed
Added locale settings to event creation
2016-05-04 18:29:40 +02:00
Raphael Michel
1efdc1e44f
Moved CORE_MODULES to a setting
2016-05-04 18:11:26 +02:00
Raphael Michel
bcc42db837
Updated German translation
2016-05-04 18:03:54 +02:00
Raphael Michel
09cee356b0
Allow for vouchers that are valid for multiple items
2016-05-04 17:50:19 +02:00
Raphael Michel
bda0075613
Fixed problems with PayPal and CSP
2016-05-02 09:48:56 +02:00
Raphael Michel
765ae39fa0
Added descriptions to item categories
2016-04-21 21:48:53 +02:00
Raphael Michel
38f0e6e6d6
Added a delay to invoice generation
2016-04-18 17:50:19 +02:00
Raphael Michel
1dbc9130ab
Fixed multiple-choice question updates
2016-04-18 17:50:19 +02:00
Raphael Michel
1e8f7a7dca
Fixed adding an item picture at creation time
2016-04-18 17:50:19 +02:00
Raphael Michel
5d3811fdb2
Fixed a cart display error
2016-04-15 11:03:52 +02:00
Raphael Michel
163be432d5
Forecefully cast all async result messages to str
2016-04-13 11:34:29 +02:00
Raphael Michel
167b208df9
Fixed bugs in voucher deletion view
2016-04-13 11:10:37 +02:00
Raphael Michel
93f824879e
Fixed a bug in cart sorting method
2016-04-13 11:09:14 +02:00
Raphael Michel
b653915a35
Enable stripe when retrying payments
2016-04-10 17:56:11 +02:00
Raphael Michel
63687d93cc
Fixed TypeError in stripe provider
2016-04-10 17:46:41 +02:00
Raphael Michel
10e31bdf32
Stripe apparently needs frame and image transport
2016-04-10 17:36:20 +02:00
Raphael Michel
02fb27fa5d
Externalize more resources, implement Content-Security-Policy headers
2016-04-10 17:30:24 +02:00
Raphael Michel
5cca426cd3
Removed all inline <script> tags
2016-04-10 16:44:49 +02:00
Raphael Michel
eafbe95370
Fixed a problem with cancellations
2016-04-10 16:01:55 +02:00
Raphael Michel
403057f3e5
Fixed a decimal casting issue
2016-04-10 15:54:24 +02:00
Raphael Michel
fea6e0a957
Fixed a bug in banktransfer import hinting
2016-04-04 10:37:31 +02:00
Raphael Michel
28173bf03f
Dashboard: Do not count cancelled attendees as ordered
2016-04-04 10:35:55 +02:00
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