Raphael Michel
d5d1fcf331
Add PaymentProvider.public_name
2017-06-29 11:44:27 +02:00
Raphael Michel
cf365635ef
Correct pluralization for addon help texts
2017-06-26 17:29:39 +02:00
Raphael Michel
8694e1901a
[Django 1.11] Port AddOnVariationField
2017-05-26 09:44:11 +02:00
Raphael Michel
24b1d2afcb
Disable CssAbsoluteFilter
2017-05-24 14:34:20 +02:00
Raphael Michel
a3bf85754a
Add signal contact_form_fields
2017-05-23 11:43:05 +02:00
Knuth
f29f615aec
added a missing string and translation for it
2017-05-18 11:57:36 +02:00
Raphael Michel
3f2bb3beae
Add date to the metadata section
2017-05-17 18:06:19 +02:00
scabux
b5a2123d1c
Added configurable text for organizer page ( #494 )
2017-05-17 15:53:30 +02:00
Raphael Michel
5ff6d0b014
Auto-detect common typos in email addresses
2017-05-15 11:33:18 +02:00
Raphael Michel
36215a989a
Check Event.presale_is_running in more places
2017-05-10 15:04:01 +02:00
Raphael Michel
89d6166dbe
Remove icon from "add to calendar"
2017-05-10 13:28:07 +02:00
Raphael Michel
aac05727ed
Multi-line location field, new field for admission time
2017-05-10 12:58:57 +02:00
Bolutife Lawrence
962cdef69a
Fix #379 -- Add logo to event organizers ( #431 )
...
* [WIP] Add logo to event organizers.
* Fix indentation issues.
* Refactor code
Refactor code
Refactor code
* Add new migration
* Take files into account for organizer sform (settings form)
* Fix grammer
* Make bootstrap form errors specific to each fieldset
* Display logo on organizer's page
* Fix PR issues
Fix PR issues
Fix PR issues
* Reorder imports
* Remove conflicting migration
* Fix rebase conflict
2017-05-08 17:46:35 +02:00
Ian Williams
d929b163db
Fix #456 -- Allow products to be excluded from ticket-generation ( #483 )
...
* Added non-admission setting to event
`ticket_download_nonadm` now setting in storage. Still need logic for
order page/PDF generation.
Works on pretix/pretix#456 .
* Download button considers `ticket_download_nonadm`
Modified Django tags to look at item admission attribute and
`ticket_download_nonadm` setting.
Works on pretix/pretix#456 .
* Ticket output for non-admission disabled
PDFs/etc. will only be permitted/generated for items with the
`admission` attribute, or if the `ticket_download_nonadm` event setting
is true. Applies to single and whole-order ticket downloads.
Works on pretix/pretix#456 .
* Fixed product exclusion in PDF output
Forgot PDF output was a plugin, now includes same check as base
`BaseTicketOutput.generate_order`.
Works on pretix/pretix#456
2017-05-06 11:11:11 +02:00
Raphael Michel
8294391ebc
Hide payment fees if they are all equal to 0.00
2017-05-02 19:12:42 +02:00
Raphael Michel
938a1bca0d
Button text change if addons are present
2017-05-02 10:57:40 +02:00
Raphael Michel
ab757c502c
Fix collapsing panels in the addon choice step
2017-05-02 10:51:43 +02:00
Raphael Michel
d389e4390f
Add variation descriptions and allow to order addons
2017-05-02 00:12:22 +02:00
Raphael Michel
b52f2f5a9e
Improve add-on products
2017-04-17 14:54:15 +02:00
Raphael Michel
5bcfb958f0
Simpler API for cart removal
2017-04-17 14:54:15 +02:00
Raphael Michel
5f52963ce0
Add add-on products
2017-04-17 14:54:15 +02:00
Raphael Michel
e4706dd3ba
Add attendee email field ( #466 )
...
* Add attendee email field
* exports, tests
2017-04-13 22:59:54 +02:00
Raphael Michel
3c59a870e7
Add new option Item.min_per_order
2017-04-13 14:16:23 +02:00
Raphael Michel
d3a26d8022
Display checkbox for items with max_per_order == 1
2017-03-24 17:30:37 +01:00
Raphael Michel
927e21e5d1
Fix display error on variations with required vouchers
2017-03-20 16:01:09 +01:00
Raphael Michel
aed78c2d69
Show "sold out" if all quota is blocked by orders, even unpaid ones
2017-03-13 18:02:45 +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
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
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
f16aabc136
Add signal for required pre-checkout confirmations
2017-02-20 15:40:55 +01:00
Raphael Michel
8b2257161f
Fix voucher redemption and event index after c4bf73c
2017-02-15 19:17:42 +01:00
Raphael Michel
8310597944
Waitinglist: Improve waitinglist and logging
2017-02-10 11:19:22 +01:00
Raphael Michel
73490d2923
Add custom rich_text template filter
2017-02-10 10:38:45 +01:00
Raphael Michel
c83f539bba
Add waiting list
2017-02-07 10:03:30 +01:00
Raphael Michel
b7df5eff19
Move asynctask/asyncdownload to base
2017-02-07 10:03:30 +01:00
Raphael Michel
78fc58cc93
Add setting to turn off automatic collapsing of variations
2017-01-22 20:31:59 +01:00
Tobias Kunze
7300c60e73
Fix #380 -- Add missing translation strings ( #382 )
2017-01-19 11:03:06 +01:00
Raphael Michel
b94459c761
Don't show "binding order" for 0€
2017-01-18 10:02:53 +01:00
Raphael Michel
ea807239b1
Fix #356 -- Download all tickets from an order
2017-01-13 16:10:53 +01:00
Raphael Michel
f4672564ce
Fix #37 -- Clever displaying of date ranges
2016-12-25 22:51:19 +01:00
Raphael Michel
a4218fa1b9
Improve file download UX
2016-12-25 22:26:45 +01:00
Raphael Michel
83057e48ec
Only show download info if a payment provider is enabled
2016-12-21 18:04:04 +01:00
Tobias Kunze
58668010a2
Remove trailing whitespaces ( #361 )
2016-12-16 21:44:34 +01:00
Raphael Michel
db6fb51fc6
Refs #145 -- Multi-use vouchers
2016-11-27 16:02:40 +01:00
FlaviaBastos
bf7db945b0
add empty cart button #161
...
add failing test for variation item with voucher
2016-11-22 20:38:33 +01:00
FlaviaBastos
8118423153
add empty cart button
...
#161
2016-11-22 20:38:33 +01:00
Raphael Michel
8e8aab43d3
Improve styling and naming of the answer copy button
2016-11-10 22:37:46 +01:00
Christopher Dambamuromo
79c65496b9
Fix #149 -- Add copying multiple tickets answers enhancement ( #292 )
...
* Added copying multiple tickets answers enhancement (#149 )
* Copying of multiple tickets answers enhancement - review for #292 (#149 )
* changed to button and removed unbinging
* Removed unused button id attribute - changes for PR #149
* Housekeeping
2016-11-10 22:32:16 +01:00