- 12 Aug, 2016 5 commits
-
-
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 2 commits
-
-
Joost Rijneveld authored
Apparently you should not use filters in a blocktrans
-
Joost Rijneveld authored
-
- 10 Aug, 2016 6 commits
-
-
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.
-
- 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 13 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
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Thom Wiggers authored
Create mailinglists application Closes #25 This is currently functionally equivalent to the old system. See #29 for new ideas. See merge request !20
-
Thom Wiggers authored
Complete photos app functionality Closes #2 See merge request !17
-
- 05 Aug, 2016 9 commits
-
-
Joost Rijneveld authored
Conflicts: website/thaliawebsite/settings/settings.py
-
Joost Rijneveld authored
-
Joost Rijneveld authored
This should probably be replaced again soon by something nicer, but this is functionally equivalent to what we had.
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Thom Wiggers authored
Merchandise close #7 See merge request !19
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Thom Wiggers authored
Allow for storage of membership history Closes #32 Note that this should still be populated (#33) See merge request !18
-