- 03 Jun, 2020 1 commit
-
-
hynek authored
now easier to read
-
- 28 May, 2020 3 commits
-
-
felix.herrmann authored
fix(countrytags): create dedicated section for countries controlled vocabulary to distinguish from controls for user generated tags
-
felix.herrmann authored
fix(formsubmit): use proper input type="submit" with action as attribute in form instead of intercooler button with ic-post-to to allow submitting the right form on pressing Enter
-
felix.herrmann authored
fix(tags): set tags variable to None if no object_type is given to avoid raising errors if empty tags are added
-
- 27 May, 2020 3 commits
- 26 May, 2020 16 commits
-
-
hynek authored
# Conflicts: # .gitlab-ci.yml # config/settings/base.py # requirements/base.txt
-
hynek authored
-
hynek authored
also, provide handler500 with sentry last_event_id
-
hynek authored
-
hynek authored
-
hynek authored
-
hynek authored
also, copy package-lock.json to node image; update npm dependencies; build and push the node image
-
felix.herrmann authored
ci(gitlab): correct workflow to comply with new "rules" syntax See merge request !118
-
hynek authored
-
hynek authored
breaking changes concerning only/except introduced in gitlab 13
- 25 May, 2020 1 commit
-
-
hynek authored
also, provide a feedback form on internal server errors
-
- 23 May, 2020 2 commits
-
-
felix.herrmann authored
-
felix.herrmann authored
-
- 22 May, 2020 14 commits
-
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
Resolve "provide FileSystemStorage independent from default" Closes #72 See merge request !113
-
felix.herrmann authored
Resolve "ReferenceError: disable is not defined" Closes #70 See merge request !112
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
feat(comments): replace notifications/comments system with threaded trees using mptt. Tree level is limited (in views and templates, not generally) to a maximum depth of 1
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
feat(comment_threads): change Notification and Comment models into subclasses of MPTTModel to allow threading
-
felix.herrmann authored
feat(forms): add template tags to get the parent in comment tree and to dynamically prepopulate a django form instance with template context data
-