Commit Graph

906 Commits

Author SHA1 Message Date
Raphael Michel
89bad60621 Changed OrderGo to accept order codes prepended with the event slug 2015-07-14 20:01:13 +02:00
Unicorn-rzl
63b7d714e0 Show the correct number of paid items
In the order overview the total of "paid orders" is the same as the total number of "ordered items". By using the right variable, we can easily fix that ;)
2015-07-10 21:51:04 +02:00
Raphael Michel
205c946f82 Fixed an accidentally displayed menu on large screens 2015-06-30 20:47:41 +02:00
Raphael Michel
5fcf53bef7 Fixed a duplicate HTML element ID 2015-06-30 20:06:06 +02:00
Raphael Michel
d301bb55ba Fixed #77 -- Enabled and improved responsiveness 2015-06-30 19:19:41 +02:00
Raphael Michel
bf6dca3e93 Reduced maximum McCabe function complexity by one 2015-06-28 17:12:27 +02:00
Raphael Michel
1f08dfda5c Resolved flake8 warnings 2015-06-28 17:02:12 +02:00
Raphael Michel
11eb01a92b Added a settings change view for users in the frontend 2015-06-25 20:57:02 +02:00
Raphael Michel
76b0189972 Fixed a versioning bug in the property editor 2015-06-23 21:18:04 +02:00
Raphael Michel
7d3e2ec7f2 Refs #39 -- Hide links from users without permission 2015-06-23 19:46:50 +02:00
Raphael Michel
b7cbf55db4 Added filters to the list of orders 2015-06-23 19:17:09 +02:00
Raphael Michel
bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00
Raphael Michel
7308405da5 Changed the primary color to a lighter one 2015-06-22 13:54:22 +02:00
Raphael Michel
e12ddcc61d Added datetime localization 2015-06-21 23:00:19 +02:00
Raphael Michel
39e1f6fd75 Changed bootstrap's primary color and navbar background to pretix's
brand color
2015-06-21 22:49:06 +02:00
Raphael Michel
a0aa65e392 Fixed versioning in the Quota admin 2015-06-21 22:25:28 +02:00
Raphael Michel
879384f357 Added a setting for an e-mail subject prefix 2015-06-16 20:09:10 +02:00
Raphael Michel
09ef29c842 Merge branch 'master' of github.com:pretix/pretix 2015-06-16 19:40:10 +02:00
Raphael Michel
44863471b7 Fixed a typo 2015-06-15 23:53:41 +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
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
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
4f1e6bb682 UserSettingsform: Refactor validation 2015-06-05 18:35:02 +02:00
Raphael Michel
6e8d143c36 Unit tests for organizer permissions 2015-06-03 16:52:57 +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
a9ee987d2f Return correct 404 error codes for DoesNotExist exceptions 2015-06-02 13:35:20 +02:00
Raphael Michel
e74a8d8686 Fix a bug when chaning e-mail addresses 2015-05-28 19:33:30 +02:00
Raphael Michel
f72d500060 Link instance name to dashboard 2015-05-27 23:33:06 +02:00
Raphael Michel
a5bd32b2eb Update of the German translation 2015-05-27 23:29:57 +02:00
Raphael Michel
3ac26f64f3 Create new events 2015-05-27 23:09:33 +02:00
Raphael Michel
79dfe7a084 Pagination in all ListViews 2015-05-24 14:07:51 +02:00
Raphael Michel
14d1a12a91 Basic creating, editing and updating of organizers 2015-05-24 13:58:30 +02:00
Raphael Michel
1ed82a2c0e Indention 2015-05-22 18:15:00 +02:00
Raphael Michel
3df19a7c73 Consistently use messages framework in control
simplify redirect(reserve()) calls
2015-05-22 10:01:33 +02:00
Raphael Michel
10373838f1 Add a user settings form 2015-05-22 09:15:38 +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
d658303da3 Try to make pretix compatible with SCRIPT_NAME
Remove unnecessary resolve() calls
2015-05-20 18:17:08 +02:00
Raphael Michel
c6bff238ba Serve static files 2015-05-12 21:48:41 +02:00
Raphael Michel
7a3051c22d Presale: Add a language switch to the UI 2015-05-08 21:59:08 +02:00
Raphael Michel
8b88878b8d Add a plugin API for ticket outputs 2015-04-19 18:11:15 +02:00