Commit Graph

2002 Commits

Author SHA1 Message Date
Steffen Jost
aee5b91b8f minor filter message clarification 2019-04-16 11:06:17 +02:00
Felix Hamann
fc8f37882e fix scoped js util initialization 2019-04-15 21:13:18 +02:00
Felix Hamann
5f6ab41ad8 Merge branch 'util-refactor' into 'master'
JS Utility refactor

Closes #329, #331, and #326

See merge request !174
2019-04-12 22:37:58 +02:00
Felix Hamann
1aa54636b6 move massinput js logic to shakespeare widget 2019-04-12 22:09:59 +02:00
Felix Hamann
2d67bec956 more documentation for I18n JS utility 2019-04-12 22:01:28 +02:00
Felix Hamann
753c660007 rename css classes to more closely follow BEM 2019-04-12 21:50:41 +02:00
Gregor Kleen
c055645f11 Move form input required-mark closer to caption 2019-04-12 14:24:26 +02:00
Gregor Kleen
b584e1afb6 Fix for new behaviour of library-only 2019-04-12 14:09:15 +02:00
Gregor Kleen
3b14a4f03d reinstate profile.hamlet 2019-04-11 12:52:27 +02:00
Gregor Kleen
ed9c1ce461 Merge branch 'util-refactor' of gitlab.cip.ifi.lmu.de:jost/UniWorX into util-refactor 2019-04-11 00:06:39 +02:00
Gregor Kleen
586fb93736 Introduce Utils.Frontend.I18n 2019-04-11 00:05:01 +02:00
Felix Hamann
325db53043 remove obsolete alerts.julius 2019-04-10 23:39:41 +02:00
Felix Hamann
58a7bba64f reduce debug level in js util registry 2019-04-10 23:35:27 +02:00
Felix Hamann
26658723b9 add scope to setupAll of js util registry 2019-04-10 23:32:28 +02:00
Felix Hamann
8cbded79db add dynamic theme switcher js utility 2019-04-10 23:29:45 +02:00
Felix Hamann
23d94e1335 remove poc js utility 2019-04-10 23:25:49 +02:00
Felix Hamann
760b7be0ec only show info for previously uploaded files if there are some 2019-04-10 23:24:27 +02:00
Felix Hamann
6f549ad90c change i18n for async form failure for transfer to .msg 2019-04-10 23:19:42 +02:00
Felix Hamann
04d0f19d9c implement destroy util function in js utility registry 2019-04-10 23:19:42 +02:00
Gregor Kleen
f4ed279a15 Remove isDynamic from modal.hamlet & minor cleanup 2019-04-10 23:09:54 +02:00
Felix Hamann
1dc322aeac remove obsolete code from default-layout.julius 2019-04-10 20:21:49 +02:00
Felix Hamann
7d7c0d15c9 refactor alerts js utility 2019-04-10 20:19:49 +02:00
Felix Hamann
1c99b36be0 add documentation for async form internationalization 2019-04-10 20:03:05 +02:00
Felix Hamann
796cddf21e refactor asidenav js util 2019-04-10 20:01:56 +02:00
Felix Hamann
346067ccdd remove obsolete form.julius 2019-04-10 20:00:57 +02:00
Steffen Jost
a0f645d9c4 Hopefully fixes #333 2019-04-10 11:51:48 +02:00
Felix Hamann
f601cc8771 fix async table using previous requests url 2019-04-10 08:49:24 +02:00
Gregor Kleen
db8e527bbc Merge branch 'master' into 'util-refactor'
# Conflicts:
#   src/Handler/Home.hs
2019-04-09 22:47:19 +02:00
Felix Hamann
1824b12ae2 fix async forms in modals 2019-04-09 22:14:35 +02:00
Felix Hamann
09a5ab94dd fix issue with conditional fieldsets in modals 2019-04-09 22:14:05 +02:00
Felix Hamann
559fb3fb9d refactor async form js util 2019-04-09 21:55:58 +02:00
Felix Hamann
63aef9e362 remove obsolete julius files 2019-04-09 21:54:30 +02:00
Felix Hamann
e10f725303 fix issue with table filter listening for wrong checkboxes 2019-04-09 21:14:54 +02:00
Felix Hamann
2a311917b3 cleanup async table js utility 2019-04-09 21:07:27 +02:00
Felix Hamann
cef1695fa7 add table filter to async table js utility 2019-04-08 21:24:23 +02:00
Felix Hamann
8b1fae2856 async table js utility now with explicit selector 2019-04-08 21:06:09 +02:00
Felix Hamann
c654f3d6ab fail silently if already setup JS utilities are setup again 2019-04-08 21:04:55 +02:00
Felix Hamann
6a29a7d081 started refactoring async table js utility 2019-04-07 23:31:04 +02:00
Gregor Kleen
957f911f33 don't build uniworxdb when library-only 2019-04-07 22:47:42 +02:00
Felix Hamann
32bc5f4852 safer logging in JS utilRegistry 2019-04-07 22:32:52 +02:00
Felix Hamann
d43fbca0c3 refactor check all checkbox js utility 2019-04-07 22:31:27 +02:00
Felix Hamann
c6a175ae5a fail silently when checkbox js util is already setup 2019-04-07 22:28:04 +02:00
Felix Hamann
d48b335cb2 automatically setup checkboxes via js utility 2019-04-07 22:17:38 +02:00
Gregor Kleen
c3b0ffe582 Collect coverage during tests 2019-04-07 22:08:39 +02:00
Felix Hamann
0b62845a8d minor fix for modal js utility 2019-04-07 21:56:27 +02:00
Felix Hamann
e71cf031a0 remove obsolete js utility code for forms 2019-04-07 21:41:57 +02:00
Felix Hamann
4f6e788870 refactor form error remover js utility 2019-04-07 21:40:03 +02:00
Felix Hamann
16f1acd6c6 refactor auto submit button js utility 2019-04-07 21:24:36 +02:00
Felix Hamann
4ef7d5f93a refactor Interactive Fieldset JS utility 2019-04-07 21:13:02 +02:00
Felix Hamann
0fcafcb618 minor docs fix for reactive submit button js utility 2019-04-07 21:12:27 +02:00