Commit Graph

459 Commits

Author SHA1 Message Date
Raphael Michel
e1542d6791 Added a test for the settings view 2015-06-18 14:14:58 +02:00
Raphael Michel
7f6e89213f Fixed #71 -- Consistent building of absolute URIs 2015-06-16 23:04:10 +02:00
Raphael Michel
ed8b983f19 Fixed accordions for users without JavaScript 2015-06-16 21:48:47 +02:00
Raphael Michel
00dab77c92 Removed "from" if all variations have the same price 2015-06-16 21:05:13 +02:00
Raphael Michel
4adea8ccd0 Fixed a documentation error 2015-06-16 21:02:42 +02:00
Raphael Michel
bbab56b6f6 Added tests for locale settings 2015-06-16 20:09:41 +02:00
Raphael Michel
879384f357 Added a setting for an e-mail subject prefix 2015-06-16 20:09:10 +02:00
Raphael Michel
35f5263430 Fixed long address displayed in header 2015-06-16 19:45:24 +02:00
Raphael Michel
09ef29c842 Merge branch 'master' of github.com:pretix/pretix 2015-06-16 19:40:10 +02:00
Raphael Michel
6392be15fe Added heuristics for deserialization of boolean setting to make
checkboxes work in a SettingsForm
2015-06-16 01:03:04 +02:00
Raphael Michel
6a7680fcef Fixed error in German translation 2015-06-16 00:43:44 +02:00
Raphael Michel
44863471b7 Fixed a typo 2015-06-15 23:53:41 +02:00
Raphael Michel
c0c9098f38 Introduce a max age for quota locks 2015-06-15 23:04:49 +02:00
Raphael Michel
0eef88a700 Fixed saving new event permissions 2015-06-15 22:56:12 +02:00
Raphael Michel
0ac9f0397d Updated German translation, added message to empty event list 2015-06-15 22:40:25 +02:00
Raphael Michel
1cea51eb10 Added basic global registration 2015-06-15 22:36:47 +02:00
Raphael Michel
e6c4e89712 Allow adding permissions for new users 2015-06-15 22:07:35 +02:00
Raphael Michel
8acc23a27a Added a basic permission matrix editor for events 2015-06-15 21:51:51 +02:00
Raphael Michel
12388b0c4e Fixed permission mixins when there are multiple versions of a permission
object
2015-06-15 21:42:31 +02:00
Raphael Michel
6cdbb42557 Updated German translation 2015-06-15 21:29:36 +02:00
Raphael Michel
e657fe6605 Added configuration options for imprint URL and contact email address 2015-06-15 20:17:18 +02:00
Raphael Michel
02c9e5fcae Add very basic dashboards 2015-06-15 20:08:00 +02:00
Raphael Michel
5d409e0fe3 Fixed TypeError caused by ticket_download_date set to None 2015-06-15 19:31:55 +02:00
Raphael Michel
88f1ae6f89 Fixed payment and ticketoutput enable/disable switches and their
implications
2015-06-15 19:28:56 +02:00
Raphael Michel
e3f7e73063 Fixed #67 -- Activating ticket downloads 2015-06-15 19:18:23 +02:00
Raphael Michel
7162366478 Fixes #68 -- Crash caused by uncategorized items in order overview 2015-06-15 19:09:16 +02:00
Raphael Michel
8cb5bdb90a Update German translation 2015-06-15 18:58:22 +02:00
Raphael Michel
bfbc08a6ff Do not output all SQL queries 2015-06-15 18:45:15 +02:00
Raphael Michel
4f1e6bb682 UserSettingsform: Refactor validation 2015-06-05 18:35:02 +02:00
Raphael Michel
601ceb36ba Tests for user settings 2015-06-05 18:34:41 +02:00
Raphael Michel
312b53bb78 Add testing commands to makefile 2015-06-05 15:00:56 +02:00
Raphael Michel
d0f20422b4 Unsurprisingly, things go wrong when the stripe plugin saves 'paypal'
into the database... (closes #64)
2015-06-03 18:29:28 +02:00
Raphael Michel
6c3df1e3f5 Move testdummy plugin to the test directory 2015-06-03 18:14:05 +02:00
Raphael Michel
fad8605aa7 Add unit tests for our mail API 2015-06-03 18:09:00 +02:00
Raphael Michel
6e8d143c36 Unit tests for organizer permissions 2015-06-03 16:52:57 +02:00
Raphael Michel
c7c953393f Add missing file 2015-06-03 16:14:10 +02:00
Raphael Michel
fa12424b1b Configure logging 2015-06-03 16:13:55 +02:00
Raphael Michel
96c16d7720 Fix wrong import 2015-06-03 16:03:42 +02:00
Raphael Michel
c83bd0e293 Move mail() to services/ 2015-06-03 14:01:33 +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
f68132f006 Fix data directory settings 2015-06-03 00:29:36 +02:00
Raphael Michel
8430da34ca Fix text flow in header (fixes #63) 2015-06-03 00:20:22 +02:00
Raphael Michel
72ee9bffed Upgrade to Django 1.8.2 2015-06-03 00:16:13 +02:00
Raphael Michel
cc057e8b96 Change URL configuration 2015-06-02 20:43:54 +02:00
Raphael Michel
219d52f16e Fix travis file 2015-06-02 14:09:53 +02:00
Raphael Michel
2d64c83ff0 Add more thourough tests for the pretix control permission layer 2015-06-02 13:44:41 +02:00
Raphael Michel
a9ee987d2f Return correct 404 error codes for DoesNotExist exceptions 2015-06-02 13:35:20 +02:00