167 Commits

Author SHA1 Message Date
Giuseppe Criscione
b9ae979ce1 Rename Formwork.Utils.download() to Formwork.Utils.triggerDownload() 2020-02-25 22:08:39 +01:00
Giuseppe Criscione
079759d7f0 Fix make-backup command not initialized in Dashboard 2020-02-25 22:06:51 +01:00
Giuseppe Criscione
aecc7131d6 Move Formwork.Utils.debounce() before Formwork.Utils.throttle() 2020-02-25 21:59:05 +01:00
Giuseppe Criscione
b823eed2ce Remove unused Formwork.Utils.uriPrependBase() 2020-02-25 21:54:43 +01:00
Giuseppe Criscione
99b0a6e0be Improve calendar positioning 2020-02-25 19:18:27 +01:00
Giuseppe Criscione
0207ade73d Fix notifications positioning 2020-02-24 23:48:23 +01:00
Giuseppe Criscione
9bda7da645 Fix undefined element in pages.js 2020-02-24 23:46:57 +01:00
Giuseppe Criscione
1ef02f6451 Check referenceElement's instance in tooltip.js 2020-02-24 23:36:24 +01:00
Giuseppe Criscione
55ac8b359f Fix Formwork.Utils.triggerEvent() for older browsers 2020-02-24 23:01:23 +01:00
Giuseppe Criscione
ff3b97ebc5 Fix body.append() used instead of body.appendChild() 2020-02-24 23:00:20 +01:00
Giuseppe Criscione
339259caba Initialize date inputs in forms.js 2020-02-23 17:21:18 +01:00
Giuseppe Criscione
28eed25a73 Use element.textContent when appropriate 2020-02-23 17:04:03 +01:00
Giuseppe Criscione
3d8aa73138 Fix page children toggle not being hidden on search 2020-02-23 17:01:47 +01:00
Giuseppe Criscione
c42e698489 Fix DatePicker initialization 2020-02-23 17:00:31 +01:00
Giuseppe Criscione
7f78b9dee2 Rewrite admin panel app without jQuery 2020-02-22 15:39:47 +01:00
Giuseppe Criscione
b21f5e9f25 Update codemirror in vendor.min.js 2020-02-22 01:22:23 +01:00
Giuseppe Criscione
92a97d3a41 Properly display errors on checking updates 2020-02-15 12:53:09 +01:00
Giuseppe Criscione
37977aff2c Update app.min.js 2020-02-14 15:03:48 +01:00
Giuseppe Criscione
7e7b23ea07 Update codemirror in vendor.min.js 2020-02-14 15:03:35 +01:00
Giuseppe Criscione
4f2b64fd10 Update codemirror in vendor.min.js 2020-01-03 10:48:26 +01:00
Giuseppe Criscione
ec9eec346f Update sortablejs in vendor.min.js 2019-12-28 18:27:33 +01:00
Giuseppe Criscione
3c0b2e930a Update codemirror in vendor.min.js 2019-12-21 16:42:38 +01:00
Giuseppe Criscione
2c5ef0e2a6 Minify app.js with uglify-js@3.7 2019-12-09 11:52:19 +01:00
Giuseppe Criscione
318fd44995 Fix file permissions 2019-10-20 15:23:15 +02:00
Giuseppe Criscione
b90cda6244 Change cursor on sorting 2019-10-15 11:37:10 +02:00
Giuseppe Criscione
379cd1d8c6 Fix tag removal in tags field not working on click 2019-10-15 00:06:02 +02:00
Giuseppe Criscione
cb77214584 Fix .sort-handle cursor 2019-10-14 11:23:43 +02:00
Giuseppe Criscione
20168c0f7a Add support for options dropdown list to tags field 2019-10-13 14:52:51 +02:00
Giuseppe Criscione
08a8d3580b Generate tags fields from JavaScript 2019-10-12 19:10:25 +02:00
Giuseppe Criscione
9150308ba0 Improve tags field 2019-10-12 19:08:56 +02:00
Giuseppe Criscione
0641574616 Add reorder button to pages.list view 2019-10-10 20:56:32 +02:00
Giuseppe Criscione
28f203750c Fix children pages list not collapsing on reorder 2019-10-10 20:49:39 +02:00
Giuseppe Criscione
ab20512b02 Update icon font 2019-10-10 20:46:17 +02:00
Giuseppe Criscione
78c3b35671 Add button.active class 2019-10-10 20:43:21 +02:00
Giuseppe Criscione
9d4ff7a9d6 Add .sort-handle class 2019-10-10 20:41:40 +02:00
Giuseppe Criscione
005addc7e0 Improve file uploads 2019-10-09 19:31:01 +02:00
Giuseppe Criscione
b806ab5689 Add the possibility to redefine admin route 2019-09-23 23:01:36 +02:00
Giuseppe Criscione
86cb8c4320 Avoid overwriting default browser font size 2019-06-26 17:07:57 +02:00
Giuseppe Criscione
b5dbaeda9e Use 'codemirror' npm package instead of 'codemirror-minified' 2019-06-07 22:37:06 +02:00
Giuseppe Criscione
fcd1570478 Fix editor flickering in Chrome 2019-06-07 21:23:55 +02:00
Giuseppe Criscione
8adaf6bdff Set CodeMirror height to 15 lines 2019-06-07 12:15:21 +02:00
Giuseppe Criscione
ba7c75ab27 Match selection background with CodeMirror 2019-06-07 12:01:51 +02:00
Giuseppe Criscione
f7c86681b9 Update CodeMirror options 2019-06-07 10:11:02 +02:00
Giuseppe Criscione
f5c18254c6 Improve CodeMirror style 2019-06-07 10:10:13 +02:00
Giuseppe Criscione
29d0efd2d9 Update SCSS variable $color-accent-background 2019-06-07 09:21:35 +02:00
Giuseppe Criscione
e96f11eeed Fix editor insertion at character 2019-06-06 22:36:13 +02:00
Giuseppe Criscione
5ff17561ff Add undo and redo commands 2019-06-06 22:00:52 +02:00
Giuseppe Criscione
1218de9c50 Add CodeMirror to Pages editor 2019-06-06 21:57:16 +02:00
Giuseppe Criscione
2ca8eaf172 Add CodeMirror styles 2019-06-06 21:47:30 +02:00
Giuseppe Criscione
2a6329789c Uglify vendor.min.js to get one line file 2019-06-06 21:44:56 +02:00