Commit Graph

1680 Commits

Author SHA1 Message Date
Raphael Michel
78fc58cc93 Add setting to turn off automatic collapsing of variations 2017-01-22 20:31:59 +01:00
Raphael Michel
3a2ca8d3d6 Change semantics of validate_cart hook 2017-01-22 20:27:16 +01:00
Raphael Michel
fecc5ec307 Add support for restricted plugins 2017-01-22 18:15:31 +01:00
Raphael Michel
0665bd443b Add validate_cart hook 2017-01-22 18:05:47 +01:00
Raphael Michel
221526c979 Prevent duplicate payment confirmation mails 2017-01-22 17:46:56 +01:00
Raphael Michel
04369ff4f1 Fix word-wrapping in invoices 2017-01-22 17:28:56 +01:00
Raphael Michel
e71691d4a5 Allow superusers to access events that are not yet live 2017-01-21 19:10:46 +01:00
Raphael Michel
598e7c5637 Add invoice logo 2017-01-21 17:44:47 +01:00
Raphael Michel
ad73c0e05b Simplify dockerfile 2017-01-21 17:08:26 +01:00
Raphael Michel
d4573e8c25 Permission bypass for superusers 2017-01-21 14:29:56 +01:00
Raphael Michel
1d0def19b1 Add sepadebit to plugin list 2017-01-21 13:44:42 +01:00
Raphael Michel
80a1bcf033 Updated German translation 2017-01-21 13:43:03 +01:00
Raphael Michel
2f0cbcc565 Include provider-specific text in payment notification mail 2017-01-21 13:41:20 +01:00
Raphael Michel
48a2090e01 Make order codes organizer-unique 2017-01-21 13:40:49 +01:00
Jan Felix Wiebe
520b978ab0 Changed pagination of organizer page (#385)
* Changed pagination of organizer page

...to show more than one event per page. Maybe this value should become a configurable value in the future.

* Changed pagination to 30
2017-01-20 15:07:35 +01:00
Raphael Michel
ec42557305 Drop periodic_task call from rebuild command 2017-01-20 13:08:48 +01:00
Raphael Michel
bbb71ef891 New email placeholders invoice_name, invoice_company 2017-01-20 09:12:19 +01:00
Tobias Kunze
7300c60e73 Fix #380 -- Add missing translation strings (#382) 2017-01-19 11:03:06 +01:00
Raphael Michel
9f90ac80a0 Workaround to fix #378
See https://github.com/zyegfryed/django-statici18n/pull/29 for real fix
2017-01-18 10:02:53 +01:00
Raphael Michel
f2260212ee Update German translation 2017-01-18 10:02:53 +01:00
Raphael Michel
b94459c761 Don't show "binding order" for 0€ 2017-01-18 10:02:53 +01:00
Tobias Kunze
3e26a4d9cc Allow superusers to view any event (#377) 2017-01-17 16:54:13 +01:00
Raphael Michel
6bcfa4980f Fix accidental rename 2017-01-15 21:44:08 +01:00
Raphael Michel
829b6a7d56 Fix mistake in German translation 2017-01-15 21:37:18 +01:00
Raphael Michel
56bf3fe459 PayPal: Different types of webhooks 2017-01-15 21:28:54 +01:00
Jan Felix Wiebe
63bdb397e7 Added validation for voucher generation field (#373)
* Check voucher count input field before generating

* changed voucher-bulk-codes-num to numeric type

* Added Jan Felix to AUTHORS

* replaced alert by validation colors

* added another formatting reset

...so that it does not stay red if someone submits something valid
2017-01-15 15:42:15 +01:00
Raphael Michel
d4b3bf4370 Clearer error messages 2017-01-14 16:14:09 +01:00
Raphael Michel
7120e95d2a Fix #192 -- Disable bank import after last date of payments 2017-01-14 16:12:25 +01:00
Raphael Michel
f285390f46 Add pages to the list of plugins 2017-01-14 15:40:58 +01:00
Raphael Michel
559864dd01 Fix errors in install documentation 2017-01-14 13:31:37 +01:00
Raphael Michel
8021e1f269 Update German translation 2017-01-13 16:16:17 +01:00
Raphael Michel
53713acd9a Refs #356 -- Multi-page PDFs 2017-01-13 16:10:53 +01:00
Raphael Michel
5212f6b035 Fix copy-paste-error 2017-01-13 16:10:53 +01:00
Raphael Michel
ea807239b1 Fix #356 -- Download all tickets from an order 2017-01-13 16:10:53 +01:00
Raphael Michel
2ec534e32d Show all events to superuser 2017-01-12 16:44:41 +01:00
Raphael Michel
ec90efbf4a Allow signal receivers of footer_link to add multiple links 2017-01-09 20:23:00 +01:00
Raphael Michel
ffa35a9b9b Fix Django version in PyPI classifier 2017-01-09 20:20:02 +01:00
Raphael Michel
2a6629e075 Fix empty log in category form 2017-01-09 20:19:47 +01:00
Raphael Michel
59d440b213 Fix failure of cancel_order with Celery 4 2017-01-09 20:19:26 +01:00
Raphael Michel
e6a6043a7a Fix docs typo 2017-01-09 20:19:13 +01:00
Raphael Michel
ecb1eedcba Add nav_topbar signal 2017-01-08 00:07:19 +01:00
Raphael Michel
41c8ed2400 EventWizard do not require copying 2017-01-07 18:26:53 +01:00
Raphael Michel
b2cd633248 Update django-bootstrap3, bump version 1.0.0b2 2017-01-07 17:23:41 +01:00
Raphael Michel
0acee0e362 Get rid of User.givenname and User.familyname 2017-01-07 16:35:04 +01:00
Raphael Michel
33265d05fb Add event_live_issues signal 2017-01-07 14:41:53 +01:00
Raphael Michel
2182a4e361 Add improved UI if no event can be created 2017-01-07 14:25:01 +01:00
Raphael Michel
2336505309 Replace "Slug" with "Short form" for organizers 2017-01-07 14:24:38 +01:00
Raphael Michel
15b5e66da9 Add URL to permission test list 2017-01-07 14:13:14 +01:00
Raphael Michel
c7676cd17a Refs #39 -- Add permission editor for organizers 2017-01-07 14:10:31 +01:00
Raphael Michel
e53562dda2 Updated German translation 2017-01-07 13:14:21 +01:00