- 02 Jun, 2020 1 commit
-
-
felix.herrmann authored
feat(maxlength): set threshold dynamically to show remaining chars at 10% maxLength, if maxLength is smaller than 10, set treshold to maxLength
-
- 01 Jun, 2020 5 commits
-
-
felix.herrmann authored
-
felix.herrmann authored
-
felix.herrmann authored
feat(js): inject magical intercooler load call into form to make js functions available in DOM elements loaded with ajax
-
felix.herrmann authored
feat(maxlength): Attach to any element with .textarea or .textinput class and a maxlength attribute a div which shows the number of remaining chars left to type if remaining number falls under 50 chars
-
felix.herrmann authored
-
- 28 May, 2020 3 commits
-
-
hynek authored
# Conflicts: # .gitlab-ci.yml
- 27 May, 2020 3 commits
- 26 May, 2020 24 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
-
felix.herrmann authored
ci(gitlab): correct workflow to comply with new "rules" syntax See merge request !119
-
breaking changes concerning only/except introduced in gitlab 13 (cherry picked from commit 7467c5ca)
-
felix.herrmann authored
fix(js): fix mirrored typing disfunction after ajax call by using $(document).on(EVENT) syntax. Use the same syntax for tag, but it does NOT render the intercooler extra load request obsolete however
-
felix.herrmann 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
-
felix.herrmann authored
Merge branch 'feature/#65-remove-inline-javascript' of gitlab.gwdg.de:discuss-data/discuss-data into feature/#65-remove-inline-javascript
-
felix.herrmann authored
-
hynek authored
-
hynek authored
breaking changes concerning only/except introduced in gitlab 13
-
felix.herrmann authored
-
felix.herrmann authored
refactor(js): replace inline js for adding tags with function calls based on element id. Needs the empty core:load view function to avoid timing issues as the elements involved are added after pageload via AJAX
- 25 May, 2020 3 commits
-
-
felix.herrmann authored
refactor(js): replace inline js for adding tags with function calls based on element id. Needs the empty core:load view function to avoid timing issues as the elements involved are added after pageload via AJAX
-
felix.herrmann authored
-
hynek authored
also, provide a feedback form on internal server errors
-
- 24 May, 2020 1 commit
-
-
felix.herrmann authored
-