145 Commits

Author SHA1 Message Date
Giuseppe Criscione
95f7cf6c97 Add duration field 2020-12-12 00:33:23 +01:00
Giuseppe Criscione
ac87d0a665 Update npm packages 2020-12-11 17:21:28 +01:00
Giuseppe Criscione
42e728a090 Rewrite DatePicker formatting function 2020-12-06 16:38:56 +01:00
Giuseppe Criscione
d61f4aae64 Move DatePicker dayLabels, monthLabels and todayLabel to labels property 2020-12-03 19:41:42 +01:00
Giuseppe Criscione
561649be2b Fix tooltips.js altering title attributes outside document body 2020-11-30 22:20:36 +01:00
Giuseppe Criscione
9dcad3b53b Fix js error in pages without sidebar 2020-11-30 18:52:26 +01:00
Giuseppe Criscione
c8679ffa2a Add support for system preferred color scheme 2020-11-19 13:20:39 +01:00
Giuseppe Criscione
e565c311a3 Fix for-in loops 2020-11-16 18:34:11 +01:00
Giuseppe Criscione
ffe3afca18 Add new options to tooltip component 2020-11-16 18:20:03 +01:00
Giuseppe Criscione
e7a87f67b2 Display Markdown only on active CodeMirror lines 2020-11-16 00:49:17 +01:00
Giuseppe Criscione
fb1dc1bbd7 Fix value disappearing from template select in New Page modal 2020-11-09 14:03:08 +01:00
Giuseppe Criscione
8dfaa9b716 Fix pages list toggle expanding all children lists 2020-11-09 13:48:08 +01:00
Giuseppe Criscione
3d00dea595 Update npm packages 2020-11-08 17:30:04 +01:00
Giuseppe Criscione
9cea79d9d7 Fix spinner wrongly displayed on submit in empty files input 2020-11-08 17:26:34 +01:00
Giuseppe Criscione
6cac9ed286 Prevent click and drop on file inputs when their forms are submitted 2020-11-05 00:23:43 +01:00
Giuseppe Criscione
5e710de74f Display a spinner when files are being uploaded 2020-11-05 00:04:56 +01:00
Giuseppe Criscione
e387126ffc Add HTMLFormElement.requestSubmit() polyfill 2020-11-04 23:18:33 +01:00
Giuseppe Criscione
4aa126c943 Use form.requestSubmit() instead of form.submit() to trigger properly events 2020-11-04 23:12:02 +01:00
Giuseppe Criscione
ac44b714a3 Avoid using hasOwnProperty() directly on instances 2020-10-27 13:03:27 +01:00
Giuseppe Criscione
2b4f5bc1e9 Update npm packages 2020-10-27 12:30:53 +01:00
Giuseppe Criscione
512fe03664 Update npm packages 2020-10-16 11:45:18 +02:00
Giuseppe Criscione
f110e9babc Update npm packages 2020-09-23 17:07:57 +02:00
Giuseppe Criscione
1a2de79ab6 Update npm packages 2020-08-28 12:41:21 +02:00
Giuseppe Criscione
8273fbddcd Fix errors occurring when Change slug command is not available 2020-06-25 12:18:36 +02:00
Giuseppe Criscione
791e1174ec Restore Markdown list continuation 2020-06-25 12:12:54 +02:00
Giuseppe Criscione
daf32b2e36 Fix wrongly detected changes in forms 2020-06-11 21:21:48 +02:00
Giuseppe Criscione
6070191fd5 Fix errors occurring with image inputs 2020-06-11 21:17:40 +02:00
Giuseppe Criscione
465f641337 Fix non-unique id in TagInput 2020-06-11 21:10:36 +02:00
Giuseppe Criscione
22c52bd88f Improve focus state on .page-children-toggle and .page-slug-change 2020-05-31 16:42:51 +02:00
Giuseppe Criscione
ccd732f5e7 Improve focus in modals 2020-05-31 00:20:34 +02:00
Giuseppe Criscione
e0a10a31ea Show tooltip on focused buttons 2020-05-31 00:14:40 +02:00
Giuseppe Criscione
7968f331dd Update npm packages 2020-05-29 23:12:45 +02:00
Giuseppe Criscione
d7cbc3ffe3 Update npm packages 2020-05-07 16:04:05 +02:00
Giuseppe Criscione
473a208386 Improve modulo function 2020-04-12 19:15:26 +02:00
Giuseppe Criscione
b1f469ee2f Update npm packages 2020-04-06 11:47:56 +02:00
Giuseppe Criscione
60a3db50c7 Remove Gulp and use npm scripts instead 2020-03-14 17:07:49 +01:00
Giuseppe Criscione
a79a2efd22 Merge branch 'admin/js-modules' 2020-03-14 16:40:11 +01:00
Giuseppe Criscione
7513ad88cc Merge branch 'admin/accessibility' 2020-03-08 17:23:18 +01:00
Giuseppe Criscione
fdd8c3ceea Add role attribute to .tag-remove 2020-03-08 17:21:49 +01:00
Giuseppe Criscione
c2a1525be1 Rewrite panel app as JavaScript modules 2020-03-08 01:45:23 +01:00
Giuseppe Criscione
3e69a3c907 Fix Formwork.ArrayInput() not properly binding and handling events 2020-02-29 18:31:37 +01:00
Giuseppe Criscione
021ee0a831 Simplify Formwork.FileInput() 2020-02-27 21:24:12 +01:00
Giuseppe Criscione
599c8d21d1 Fix and improve Formwork.Form() 2020-02-27 21:21:47 +01:00
Giuseppe Criscione
cf6b5ab892 Add diacritic insensitive search and highlight results 2020-02-27 16:59:00 +01:00
Giuseppe Criscione
7418993bc2 Move Formwork.baseUri to Formwork.config.baseUri 2020-02-27 10:23:43 +01:00
Giuseppe Criscione
8fafe66bbf Fix tag input insertion, validation and removal 2020-02-26 11:07:54 +01:00
Giuseppe Criscione
c1894ec1fa Improve notification positioning 2020-02-26 10:50:50 +01:00
Giuseppe Criscione
bbba7ca700 Normalize functions in Formwork.Utils 2020-02-25 22:33:06 +01:00
Giuseppe Criscione
3e1bb0ca03 Require display type in Formwork.Utils.toggleElement() 2020-02-25 22:28:30 +01:00
Giuseppe Criscione
b9ae979ce1 Rename Formwork.Utils.download() to Formwork.Utils.triggerDownload() 2020-02-25 22:08:39 +01:00