- 13 Aug, 2016 27 commits
-
-
Thom Wiggers authored
-
Thom Wiggers authored
-
Thom Wiggers authored
-
Thom Wiggers authored
-
Thom Wiggers authored
* Models and admin page for events * Add organisers to events * event overview page for organisers
-
Thom Wiggers authored
Namespace meeting documents to prevent nonces Multiple meetings might have similarly named documents that would otherwise clash. Closes #47 See merge request !36
-
Thom Wiggers authored
Fix General Meetings formatting Fixes several small issues with rendering of General Meetings. It is now equivalent to the old website using the migrated data. See merge request !37
-
Thom Wiggers authored
Add first implementation of partners Fix issue #5. See merge request !38
-
Thom Wiggers authored
Fix TypeError in active member function See merge request !39
-
Koen van Ingen authored
-
Luuk Scholten authored
-
Luuk Scholten authored
Output is cleaned with `bleach` in the frontend
-
Luuk Scholten authored
(the big one)
-
Luuk Scholten authored
-
Luuk Scholten authored
Vacancies can be added for both existing partners and other companies.
-
Luuk Scholten authored
-
Luuk Scholten authored
-
Luuk Scholten authored
Contains page with overview of partners Contains admin of partners
-
Luuk Scholten authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
This regressed from thalia/website!399
-
Joost Rijneveld authored
-
Joost Rijneveld authored
This is especially relevant since these meetings typically have datetimes at 00:00, which causes a date jump in UTC.
-
Joost Rijneveld authored
This prevents unnecessary nonces in filenames
-
Thom Wiggers authored
Correctly link to report documents See merge request !32
-
Thom Wiggers authored
Migrate ALV documents Closes #44 See merge request !35
-
Joost Rijneveld authored
-
- 12 Aug, 2016 12 commits
-
-
Thom Wiggers authored
Enable rotating photos, adjusting visibility Closes #28 See merge request !28
-
Thom Wiggers authored
Create Thabloid app Closes #3, but does not fully solve it. See #43 for the follow-up. See merge request !26
-
Joost Rijneveld authored
-
Joost Rijneveld authored
Conflicts: website/photos/models.py website/photos/templates/photos/album.html
-
Joost Rijneveld authored
-
Joost Rijneveld authored
This might be a useful feature before publishing albums publically, to review if everything looks ok.
-
Joost Rijneveld authored
This modifies the fancybox plugin to support the rotation. To achieve this properly, we switch to using the non-packed version. Future improvements might include automatically minifying JS, as well as upstreaming this fix. However, the Fancybox repository seems inactive and has numerous unanswered pull requests.
-
Thom Wiggers authored
Allow albums to be shared with 3rd parties Closes #30 See merge request !25
-
Thom Wiggers authored
Fix rendering error in translated meeting strings Apparently you should not use filters in a blocktrans See merge request !34
-
Thom Wiggers authored
Add templatecheck test to tox Closes #46 As this is a new package, it could be useful to quickly glance over [joostrijneveld/django-template-check](https://github.com/joostrijneveld/django-template-check/blob/master/django_template_check/management/commands/templatecheck.py) as well. See merge request !33
-
Joost Rijneveld authored
Resolve "Hide 'for members' submenu for non-members" Closes #41 For the future it might be good to make this permissions based but this merge request will achieve feature equivalence See merge request !30
-
WKuipers authored
As suggested by @lrijneveld
-
- 11 Aug, 2016 1 commit
-
-
Joost Rijneveld authored
Apparently you should not use filters in a blocktrans
-