938 Commits

Author SHA1 Message Date
Giuseppe Criscione
a79a2efd22 Merge branch 'admin/js-modules' 2020-03-14 16:40:11 +01:00
Giuseppe Criscione
921dd1e95e Fix npm vulnerabilities 2020-03-14 16:23:34 +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
19f35e0191 Add .eslintignore 2020-03-07 23:27:33 +01:00
Giuseppe Criscione
754a34066d Update .eslintrc 2020-03-07 23:25:45 +01:00
Giuseppe Criscione
684644bba9 Avoid non user-scalable <meta name="viewport"> values 2020-03-03 18:11:13 +01:00
Giuseppe Criscione
0196bde5bd Add aria-label to .button-link and specify role="button"
Update editor.php
2020-03-03 18:01:21 +01:00
Giuseppe Criscione
d4b77b2745 Release 1.5.2 1.5.2 2020-03-02 15:00:24 +01:00
Giuseppe Criscione
3e69a3c907 Fix Formwork.ArrayInput() not properly binding and handling events 2020-02-29 18:31:37 +01:00
Giuseppe Criscione
0fd2e8cc58 Release 1.5.1 1.5.1 2020-02-29 16:18:41 +01:00
Giuseppe Criscione
f385a49d41 Fix type declarations for PHP < 7.2 2020-02-29 16:15:31 +01:00
Giuseppe Criscione
1da018c64a Update Composer packages 2020-02-29 16:14:58 +01:00
Giuseppe Criscione
90fef2b2c0 Add aria-hidden attributes 2020-02-29 14:47:07 +01:00
Giuseppe Criscione
d74fce1ab4 Release 1.5.0 1.5.0 2020-02-27 23:03:14 +01:00
Giuseppe Criscione
99ccf8a5af Update Composer packages 2020-02-27 22:53:28 +01:00
Giuseppe Criscione
95cbf46987 Add Formwork logo to sidebar 2020-02-27 22:50:09 +01:00
Giuseppe Criscione
b4a53c763a Add pre-filled data to GitHub issue link on internal server errors 2020-02-27 22:08:24 +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
db0659a70d Add data-command attribute to delete* modals 2020-02-27 21:13:18 +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
41f0b1cf9a Merge pull request #48 from getformwork/admin/no-jquery
Rewrite admin panel app without jQuery
2020-02-27 10:18:31 +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
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
195d282a1e Check notification type in Notification::send() 2020-02-25 21:29:58 +01:00
Giuseppe Criscione
2f7d0379e7 Fix error when deleting users without avatar 2020-02-25 21:07:04 +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
2786ab3711 Pass Formwork.config object in admin views 2020-02-23 17:17:59 +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
4fc2dc5e17 Update .eslintrc 2020-02-22 15:39:12 +01:00
Giuseppe Criscione
7a42896fea Release 1.4.7 1.4.7 2020-02-22 15:31:30 +01:00
Giuseppe Criscione
f02030104f Fix error in Pages controller which prevented page creation 2020-02-22 15:28:23 +01:00