Raphael Michel
954b7f6d9e
Display event selection within iframes
2017-12-22 13:39:20 +01:00
Jakob Schnell
8c0fb90420
Fix #708 -- Standardize use of check-in ( #711 )
...
* standardize use of check-in
* split on occurrence of "checkin_*"
Instead of skipping when encountering "checkin_*", we now split and only
pass the second part to the spell-checker. This fixes the aforementioned
problem.
* fix spelling issue with checkins
2017-12-21 14:28:33 +01:00
Jarkor
5d697a3189
Fixing Typo ( #725 )
...
* fixing typo
* fixing typo
2017-12-21 00:11:53 +01:00
Raphael Michel
2c04a4daec
API: Adjust test to new reality
2017-12-20 16:29:05 +01:00
Raphael Michel
f3c1296105
API endpoint for positions on a check-in list
2017-12-20 15:08:14 +01:00
Jakob Schnell
50c3f025e2
remove alert since mail-typo-checking is disabled ( #723 )
2017-12-19 18:12:53 +01:00
Raphael Michel
9b4a3bcbef
Fix voucher filter
2017-12-19 10:53:23 +01:00
Raphael Michel
d8486e8f90
Fix missing logdisplay message
2017-12-19 10:53:23 +01:00
Raphael Michel
fc731c3f58
Fix untranslated form fields
2017-12-18 20:51:31 +01:00
Raphael Michel
a62fbd54d4
Remove typocheck, it has to many false positives
2017-12-18 20:51:31 +01:00
Tobias Kunze
f81a7a397a
Prepend slug to exported filenames ( #719 )
2017-12-18 09:12:13 +01:00
Raphael Michel
8543cb7ece
Sync setup.py with requirements.txt
2017-12-16 18:17:42 +01:00
Raphael Michel
5015c9d8f3
Force upgrade to celery 4.1
2017-12-16 17:32:21 +01:00
Raphael Michel
2b4dede658
Really import the actual task
2017-12-15 14:34:31 +01:00
Raphael Michel
d2b15ae679
Fix missing task import
2017-12-15 14:07:43 +01:00
Raphael Michel
5ece8fd2f7
Update German translation
2017-12-15 13:44:06 +01:00
Raphael Michel
128203800c
Implement notifications for admin users ( #700 )
...
* First stab at notification settings
* Add "global" setting for notification levels
* Trigger notification task
* Get users with permission for event
* Actually send notification emails
* More notifications
* Allow to turn off notifications
* Link in email to pause all notifications
* Add NotificationType to wordlist
* Add notification tests
* Add documentation
* Rebase fixes
2017-12-14 22:06:08 +01:00
Raphael Michel
f0a1397eea
Fix line in docker service file
2017-12-14 18:05:18 +01:00
Raphael Michel
ef42055de1
Increase test startup time by disabling migrations during tests
2017-12-14 11:04:50 +01:00
Raphael Michel
15aff6030c
Fix annotated check-in list query
2017-12-13 23:20:44 +01:00
Raphael Michel
215a28fac5
Sendmail plugin: Allow to filter users by product
2017-12-13 17:50:38 +01:00
Raphael Michel
e9e155201f
Refs #705 -- Further try to workaround reportlab issue
2017-12-13 12:11:07 +01:00
Raphael Michel
21a457cadd
Banktransfer: Show transfer details for refunded payments
2017-12-12 18:32:41 +01:00
Raphael Michel
8e7eab636f
Fix a bug leading to loss of answers for addon-related questions
2017-12-11 21:38:42 +01:00
Raphael Michel
d7ce46c14a
Update German translation
2017-12-11 21:26:42 +01:00
Raphael Michel
ee7f8940d0
Checkout UX: Fix missing border
2017-12-11 21:01:45 +01:00
Raphael Michel
cf1883a039
Add celery queue "background"
2017-12-11 16:56:28 +01:00
Raphael Michel
7ec614a691
Allow filtering the voucher list for checked-in tickets
2017-12-11 16:07:24 +01:00
Raphael Michel
e4fc49769f
Backend UX: Allow searching for order code in check-in list
2017-12-11 16:07:24 +01:00
Raphael Michel
d97df9cddd
Checkout UX: Do not show minutes with decimal places in the countdown
2017-12-11 16:07:24 +01:00
Raphael Michel
33a254ce92
Checkout UX: Place "Empty cart" button below "Checkout" button on mobile
...
Thanks to @breunigs for the suggestion
2017-12-11 16:07:24 +01:00
Raphael Michel
3ec0366c21
Checkout UX: Open number keyboard on iOS
...
Thanks to @breunigs for the suggestion
2017-12-11 16:07:24 +01:00
Raphael Michel
759db2d20e
Checkout UX: Disable user zooming for iOS users
...
Thanks to @breunigs for suggesting
2017-12-11 16:07:24 +01:00
Raphael Michel
8f7c6521a9
Checkout UX: Going back to editing the invoice address opens accordion accordingly
...
Thanks @breunigs for the suggestion
2017-12-11 16:07:24 +01:00
Raphael Michel
725a7f21c4
Checkout UX: Make whole panel head clickable in payment method selection
...
Thanks @breunigs for the suggestion
2017-12-11 16:07:24 +01:00
Raphael Michel
e24611fde9
Checkout UX: Change select-one questions to select boxes (thanks @rixx)
2017-12-11 16:07:24 +01:00
Raphael Michel
7a077095ee
Fix #403 -- Show successful payment on invoice (see #706 )
2017-12-11 16:07:24 +01:00
Raphael Michel
fade09ca8f
Add custom celery routing ( #698 )
2017-12-11 16:07:19 +01:00
Jakob Schnell
9ab39904e8
Implement automatic spell-check for docs ( #688 )
...
* [WIP] Implement automatic spell-check for docs
fixes #663
The only thing unclear to me so far is how the output of `make spelling`
should be checked - is there a possibility to check for a file (i.e.
`_build/spelling/output.txt`) to be empty, and report a failed build
otherwise?
* fix typo in requirements.txt
* add enchant library
* travis should report errors, order spelling wordlist
* change travis.yml to easier troubleshoot build issues
* fixed more typos, added more words
* add more words, fix more typos
* added more words
* added more words
* revert changes to .travis.yml
2017-12-11 11:41:59 +01:00
Raphael Michel
fb5fa57fd6
Fix reverse ordering of lists
2017-12-09 19:54:39 +01:00
Raphael Michel
9e84e78215
Pagination improvements, allow to select page size
2017-12-09 19:54:39 +01:00
Raphael Michel
f5bf2ac4ca
Show date on event dashboard
2017-12-09 19:54:39 +01:00
Raphael Michel
c50a8e7740
Fix #702 -- Fix U2F support in Firefox 57
2017-12-09 18:38:12 +01:00
Tobias Kunze
3ece911018
Fix typo ( #703 )
2017-12-09 15:21:07 +01:00
Raphael Michel
1011b67f0a
Fix markup in emails: Consistently allow <pre> in markdown content
2017-12-07 18:33:33 +01:00
Raphael Michel
497679284a
Bank CSV import: Allow dealing with files of more than a few hundred lines during first import
2017-12-07 18:29:08 +01:00
Raphael Michel
263df3ac4d
Bump release to 1.11.0.dev0
2017-12-05 18:55:25 +01:00
Raphael Michel
c751a180a4
Bump version
v1.10.0
2017-12-05 18:51:40 +01:00
Raphael Michel
3ee6a0cf6f
German translation: Consistent casing of Check-in
2017-12-04 20:58:59 +01:00
Raphael Michel
0c23f36e36
pretixdroid: Search should also return unpaid tickets
2017-12-04 20:35:50 +01:00