jlwt90
af3e811f94
Fix #428 -- Timezone handling on event creation/update ( #432 )
...
* add event timezone during event creation
* add timezone handling in EventUpdate
* added event creation test cases & form cleaning bug fix
2017-03-13 16:44:05 +01:00
Raphael Michel
811c498080
Fix typo
2017-03-12 23:09:11 +01:00
Raphael Michel
e6d58b3b0d
Show warnings about development mode and DEBUG mode
2017-03-12 23:03:03 +01:00
Raphael Michel
b7dc671028
Move global settings to a distinct URL
2017-03-12 20:17:55 +01:00
Raphael Michel
8418eb2c6b
Add basic tests for event creation
2017-03-12 17:23:39 +01:00
Raphael Michel
5a882a0fae
Fix broken i18nfield style
2017-03-12 11:11:13 +01:00
Raphael Michel
96c61a073c
Fix wrong email subject
2017-03-11 20:03:10 +01:00
Raphael Michel
64ef293ce2
Move "Add to calendar" button down
2017-03-09 21:41:18 +01:00
jlwt90
55953d5b4e
Fix #389 -- Add event ical download feature ( #413 )
...
* added event ical download feature
* handle event settings and timezone
* add test cases for ical download
* fix failed test case for timezone settings
* using vobject lib to generate ical
* customised UID & add vobject dependency
2017-03-09 21:13:08 +01:00
Raphael Michel
c63e69db5f
Remove version pin of html5lib and update bleach
2017-03-08 18:26:52 +01:00
Raphael Michel
f9646d9325
Do casual reads only on Galera
2017-03-08 18:15:39 +01:00
Raphael Michel
6bbdbddfaa
Reorder meta tags
2017-03-08 17:54:55 +01:00
Raphael Michel
177d46ab8d
New signal: html_footer
2017-03-08 14:38:25 +01:00
Raphael Michel
ecd90da554
Fix syntax fuckup
2017-03-07 23:37:37 +01:00
Raphael Michel
2302dbade6
Even slightly more CSP refactoring
2017-03-07 22:30:15 +01:00
Raphael Michel
cbf735487f
Improved merging of CSP headers
2017-03-07 21:48:59 +01:00
Tobias Kunze
a10090b1fb
Set autofocus on search/filter field ( #427 )
2017-03-06 14:19:14 +01:00
Raphael Michel
babf76371e
Sendmail plugin: Fix usage of old argument
2017-03-05 17:23:16 +01:00
jlwt90
1baac6bb21
add voucher code in success message ( #426 )
...
* add voucher code in success message
* change voucher message
2017-03-05 09:32:56 +01:00
Raphael Michel
b1c60065b2
Bump version number
2017-03-02 23:10:31 +01:00
Raphael Michel
af4a2c7184
Run tests on multiple Python versions and databases ( #424 )
...
* Test against more python versions
* Add testing on MySQL
* Add testing on PostgreSQL
2017-03-02 11:59:09 +01:00
Tobias Kunze
b6f42ecd6d
Update translations. ( #423 )
...
(Including adding a missing whitespace.)
2017-03-02 08:19:34 +01:00
Raphael Michel
8b7d2314b8
Use django-i18nfield library ( #418 )
2017-02-27 21:16:28 +01:00
Tobias Kunze
81adbb3813
Expand Question docstring ( #420 )
2017-02-26 13:11:37 +01:00
Jakob Schnell
c251a48e31
Fix #248 -- Failed Payment error handling ( #333 )
...
* [WIP] Failed Payment error handling
When finished, this should fix #248
* rename PaymentFailedException to PaymentException\nimported Exception where neccessary
* comments fixed
* minor style fixes
* Fixed a name error
2017-02-24 14:11:41 +01:00
Raphael Michel
8e4b71eb19
Display a small pretix logo next to changes performed by superusers
2017-02-23 20:36:19 +01:00
Raphael Michel
a2cb219d9b
Remove GenericRelation to prevent cascade deletion of logs
2017-02-23 17:52:48 +01:00
Raphael Michel
f722d4e83e
Update translations
2017-02-22 17:31:13 +01:00
Raphael Michel
ed04f3124f
Introduce a setting to show net prices ( #415 )
...
* Introduce a setting to show net prices in the frontend
* Show net prices in the backend as well
2017-02-22 16:59:54 +01:00
Raphael Michel
08e7a29623
MySQL Galera workaround ( #416 )
2017-02-22 16:59:23 +01:00
Raphael Michel
09020143e7
Refactoring of cart services ( #414 )
2017-02-21 17:15:43 +01:00
Raphael Michel
33e7a10bea
Fix editing organizers (now for real)
2017-02-20 16:46:48 +01:00
Raphael Michel
5e64f6ac88
Update German translation
2017-02-20 15:41:41 +01:00
Raphael Michel
f16aabc136
Add signal for required pre-checkout confirmations
2017-02-20 15:40:55 +01:00
Raphael Michel
2d00563088
Code style fix
2017-02-20 15:11:03 +01:00
Raphael Michel
124c3a99e6
Fix possible TypeError
2017-02-20 15:11:03 +01:00
Raphael Michel
7e135be012
Add tests and remove redundant checks
2017-02-17 16:19:03 +01:00
Raphael Michel
d94c67bc7a
Adjust test to previous change
2017-02-17 09:58:52 +01:00
Raphael Michel
3636bbbf3f
Fix invoice logos with transparency
2017-02-17 09:51:06 +01:00
Raphael Michel
7c687ee397
Fix dashboard widgets to show correct waiting list numbers
2017-02-17 09:45:05 +01:00
Raphael Michel
8b2257161f
Fix voucher redemption and event index after c4bf73c
2017-02-15 19:17:42 +01:00
Raphael Michel
c4bf73c8d6
Refs #340 -- Allow order changes for paid orders if they don't change the total
2017-02-15 18:42:46 +01:00
Raphael Michel
0db927407d
Clarify help texts
2017-02-15 18:07:40 +01:00
Tobias Kunze
9b7223c0e8
Enforce a sane last payment date ( #412 )
2017-02-15 16:37:10 +01:00
Flavia Bastos
7b33fc6633
Fix #409 -- false success message on sendmail plugin ( #410 )
...
* Fix false success message on sendmail plugin
#409
* remove unnecessary else statement when fixing false success message on sendmail
#409
2017-02-11 21:49:10 +01:00
Raphael Michel
8310597944
Waitinglist: Improve waitinglist and logging
2017-02-10 11:19:22 +01:00
Raphael Michel
c03ac624fc
Update translation
2017-02-10 11:19:05 +01:00
Raphael Michel
323beb1ab0
Add word wrapping to Invoice from/to/event
2017-02-10 10:38:45 +01:00
Raphael Michel
73490d2923
Add custom rich_text template filter
2017-02-10 10:38:45 +01:00
Jan Felix Wiebe
a8e630d271
corrected typo in pdf ticket generator help text ( #408 )
...
* Corrected small typo
* corrected same typo in informal language file
2017-02-10 08:36:05 +01:00