- 20 Sep, 2017 2 commits
-
-
Joost Rijneveld authored
Add TinyMCE4 specific commit to requirements.txt See merge request !578
-
- 14 Sep, 2017 4 commits
-
-
Joost Rijneveld authored
Fix mailinglist apihash See merge request !566
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Properly gather verbatim mailinglist addresses See merge request !564
-
Joost Rijneveld authored
Previously the output of this function was a mixed list of strings and VerbatimAddress objects. It worked because those had a __str__, but in the new API they must be literal strings.
-
- 13 Sep, 2017 3 commits
-
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Change TinyMCE4 plugin See merge request !563
-
Sébastiaan Versteeg authored
-
- 12 Sep, 2017 19 commits
-
-
Tom van Bussel authored
Improve TinyMCE4 settings See merge request !551
-
Tom van Bussel authored
Move notification email of vacancies to a management command instead of using a… See merge request !559
-
Tom van Bussel authored
Only send queue mail when registration really is a member See merge request !560
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Move notification email of vacancies to a management command instead of using a non-secured HTTP endpoint
-
Tom van Bussel authored
Set expiration_mail_sent in partners default to False See merge request !558
-
Tom van Bussel authored
Fix problem when event has no max participants limit See merge request !557
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
-
Tom van Bussel authored
Fix events admin button to set all present See merge request !553
-
Sébastiaan Versteeg authored
no longer count members twice in statistics Closes #496 See merge request !554
-
Sébastiaan Versteeg authored
Do not send members duplicate emails about their membership See merge request !555
-
Sébastiaan Versteeg authored
List each member only once in Registration admin Closes #484 See merge request !556
-
Tom van Bussel authored
Previously `Member`s with multiple `Membership`s were listed
-
Tom van Bussel authored
It might be the case that members with multiple `Membership` objects are sent duplicate emails about their expiring memberships.
-
Tom van Bussel authored
Members with multiple `Membership` objects were counted twice in the statistics. If a Member has multiple `Membership` objects and a queryset filters on `user__membership` the Member will appear multiple times in the result, by doing a `.distinct()` these duplicates are removed.
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Export email addresses of event attendees Closes #431 See merge request !550
-
Joost Rijneveld authored
Add basic table with information on automatically generated mailinglists to admin Closes #476 See merge request !547
-
- 11 Sep, 2017 2 commits
-
-
Sébastiaan Versteeg authored
-
Joost Rijneveld authored
-
- 10 Sep, 2017 8 commits
-
-
Sébastiaan Versteeg authored
-
Joost Rijneveld authored
-
Sébastiaan Versteeg authored
-
Joost Rijneveld authored
Make sure the mentor mailinglist uses the next lecture year from January till… Closes #486 See merge request !548
-
Sébastiaan Versteeg authored
Make sure the mentor mailinglist uses the next lecture year from January till September, otherwise the recipients are those of the intro of last year
-
Joost Rijneveld authored
Resolve "Youtube video on sponsor page" Closes #468 See merge request !535
-
Joost Rijneveld authored
Mailinglist JSON API Closes #29 and #475 See merge request !545
-
Joost Rijneveld authored
-
- 06 Sep, 2017 2 commits
-
-
Thom Wiggers authored
-
Thom Wiggers authored
Allows to embed youtube videos in various places, including partner pages. Fixes #468
-