- 13 Aug, 2016 5 commits
-
-
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.
-
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 3 commits
-
-
Joost Rijneveld authored
Apparently you should not use filters in a blocktrans
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
- 10 Aug, 2016 8 commits
-
-
Joost Rijneveld authored
This could have been done manually, but this is fun and easy.
-
Joost Rijneveld authored
Fixes a simple template syntax error nice See merge request !29
-
Joost Rijneveld authored
Fix some syntax errors in the committee template @twiggers atleast run things before you commit ;) See merge request !31
-
WKuipers authored
In the future perhaps a permission based solution would be better/fancier but this is enough for feature equivalence.
-
Luuk Scholten authored
Extend TranslateMeta for model admin This makes it possible to use MultilingualField in`fields`, `fieldsets` and `prepopulated_fields`. This also fixes a minor bug that occured when no `verbose_name` was specified (introduced in 1d30bf43) See merge request !27
-
WKuipers authored
Ik snap niet helemaal waarom deze regel er bij moet aangezien het base.html zou moeten extended.
-
Joost Rijneveld authored
This makes it easier to spot the differences to add rotation
-
- 09 Aug, 2016 1 commit
-
-
Joost Rijneveld authored
-
- 08 Aug, 2016 3 commits
-
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
- 07 Aug, 2016 2 commits
-
-
Joost Rijneveld authored
-
Joost Rijneveld authored
Lazy translation in menu For more information, check out: http://stackoverflow.com/questions/4160770/when-should-i-use-ugettext-lazy Closes #39 See merge request !24
-
- 06 Aug, 2016 6 commits
-
-
Luuk Scholten authored
For more information, check out: http://stackoverflow.com/questions/4160770/when-should-i-use-ugettext-lazy
-
Thom Wiggers authored
Create Metaclass to translate Model fields Closes #35 Dit ondersteunt nu dingen als: ``` from django.db import models from utils.translation import MultilingualField, ModelTranslateMeta class MerchandiseItem(models.Model, metaclass=ModelTranslateMeta): description = MultilingualField(models.TextField, default='', verbose_name='Some elaborate text') ``` In je templates kan je gewoon transparant bijv. `merchandise_item.description` blijven gebruiken. See merge request !22
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Thom Wiggers authored
Translate merchandise strings Closes #34 See merge request !23
-
Joost Rijneveld authored
-