Raphael Michel
fe61e4f3e2
updatestyles should also update organizer styles
2017-10-27 00:49:56 +02:00
Raphael Michel
7916e81745
Fix incorrect test
2017-10-24 18:42:50 +02:00
Raphael Michel
4e6fb7799a
Fix order retry issue
2017-10-24 18:35:57 +02:00
Raphael Michel
03dd0e530e
Lock event during automatic waiting list assignment
2017-10-24 12:48:38 +02:00
Raphael Michel
cb6f6247fd
Marking orders as paid now ignores waiting list
2017-10-24 12:48:38 +02:00
Raphael Michel
c33fc7630e
Conformity with latest flake8 version
2017-10-24 12:48:38 +02:00
domke
2910160af9
Change of wording of log display ( #649 )
...
* Changed the wording for some order history items
* Harmonized use of the words 'changed' and modified' for log displayy
2017-10-23 09:02:31 +02:00
Sean Perkins
3b2247de39
Fix #643 -- Language in history text ( #644 )
2017-10-19 23:46:41 +02:00
Tobias Kunze
60212dcbcc
Do not log unchanged email addresses ( #646 )
2017-10-19 22:03:12 +02:00
Raphael Michel
1b8b12cbc3
Fix test_event_custom_domain_cache_clear
2017-10-18 14:28:49 +02:00
Raphael Michel
e57ab7f030
Allow filtering by payment provider in order search
2017-10-18 13:53:11 +02:00
Raphael Michel
2f13fa79ba
Update translation
2017-10-18 13:15:55 +02:00
Raphael Michel
c616c8ce29
Show paid tickets instead of available quota in event list
2017-10-18 13:05:25 +02:00
Raphael Michel
0f2b56adb4
Cache quotas on frontpage shortly under very high load
2017-10-18 10:27:57 +02:00
Raphael Michel
a2ba0f8b9f
Implement NamespacedCache.get_or_set, reduce default caching time
2017-10-18 10:27:57 +02:00
Raphael Michel
c6a7b52e34
Reduce number of redundant SQL queries
2017-10-18 10:27:57 +02:00
Raphael Michel
64b67e5396
Reduce number of calls to domain cache
2017-10-18 10:27:57 +02:00
Raphael Michel
ab2084692d
Cache organizer instance by domain
2017-10-18 10:27:57 +02:00
Raphael Michel
03133dc1fd
Cache access to cache object
2017-10-18 10:27:57 +02:00
Raphael Michel
7e1e259897
Fix wrong field selection in new query
2017-10-17 13:13:37 +02:00
Raphael Michel
6720c0e993
Show assigned products in list of questions
2017-10-17 11:41:29 +02:00
Raphael Michel
53bb2b2945
Use scrolling multiple choice widget in more places
2017-10-17 11:40:17 +02:00
Raphael Michel
a2c5ce5ebc
Hand-optimize some queries
2017-10-16 18:03:20 +02:00
Raphael Michel
b4928f662a
Add frontend support for long multiple choice widgets
2017-10-13 15:57:42 +02:00
Raphael Michel
b9b509ad9b
Fix typo in translation
2017-10-13 15:57:23 +02:00
Raphael Michel
d93ad8044a
Add method User.get_events_with_permission
2017-10-13 15:56:40 +02:00
Raphael Michel
9d14e8113f
Remove duplicate model field
2017-10-13 15:56:18 +02:00
Raphael Michel
84d1d758c1
Re-add option to set user timezone
2017-10-13 15:55:58 +02:00
Raphael Michel
cbfd722c92
Fix #635 -- Visually indicate optional and required fields ( #638 )
2017-10-12 16:00:49 +02:00
Raphael Michel
be6496e569
API: Writeable methods for vouchers ( #639 )
2017-10-12 14:09:44 +02:00
Raphael Michel
de086a2b07
API: Fix test for deleting tax rules
2017-10-11 10:56:07 +02:00
Raphael Michel
3f8df0f036
Fix AttributeError in LogEntry
2017-10-11 09:50:01 +02:00
Raphael Michel
a0e7bd3996
API: Add write operations to taxrules resource
2017-10-11 00:09:53 +02:00
Raphael Michel
e06be9ee25
API: Writable serializer for LazyI18nString
2017-10-11 00:08:35 +02:00
Raphael Michel
07473f854e
Add api_token field to log entries
2017-10-11 00:07:47 +02:00
Raphael Michel
f342e46f53
API: Require can_change_items for more endpoints
2017-10-10 22:58:32 +02:00
Raphael Michel
d3a287dcdf
Add missing convenience imports
2017-10-10 19:19:49 +02:00
Raphael Michel
ce2101a8e1
Fix tests that suddenly broke
2017-10-10 18:34:54 +02:00
Raphael Michel
2d456a6dc4
Fix confusing connection between date and time pickers
2017-10-10 18:10:50 +02:00
Raphael Michel
a3e0e14cef
Do not count waiting list when creating blocking vouchers
2017-10-10 12:47:06 +02:00
Raphael Michel
bbade75061
Add option to ignore quota when extending expired orders
2017-10-10 12:40:18 +02:00
Raphael Michel
645e82fb04
Fix display of wrong email address in order confirmation
2017-10-09 16:39:13 +02:00
Raphael Michel
3245b05c5f
Add todo note for code removal
2017-10-07 20:47:39 +02:00
Raphael Michel
61ef81832d
Bump version to 1.9.0.dev0
2017-10-07 20:39:12 +02:00
Raphael Michel
7dea6fc1b7
Bump version number
2017-10-07 20:38:12 +02:00
Raphael Michel
bd306e9400
Best-effort backwards compatibility of isolated cart IDs
2017-10-07 20:37:12 +02:00
Raphael Michel
3e686211e1
Update translations
2017-10-07 18:42:02 +02:00
Sanket Dasgupta
58938fc07c
Fix #531 -- Make placeholders replace in subject ( #594 )
...
Placeholders in subject were not being replaced because there was
no `.format()` called on the subject.
This commit creates a context dict that is used for both the body
and the subject. It is then replaced using `.format_map()`
Fixes https://github.com/pretix/pretix/issues/531
2017-10-07 18:16:13 +02:00
Raphael Michel
96dd4e02f3
Add tests for style generation and propagated settings
2017-10-07 18:13:06 +02:00
Raphael Michel
411c537438
UI for settings propagation
2017-10-07 18:13:06 +02:00