70 Commits

Author SHA1 Message Date
Giuseppe Criscione
ba7c75ab27 Match selection background with CodeMirror 2019-06-07 12:01:51 +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
2ca8eaf172 Add CodeMirror styles 2019-06-06 21:47:30 +02:00
Giuseppe Criscione
6ea4404fb4 Add array field type 2019-05-08 22:29:28 +02:00
Giuseppe Criscione
e29ac99d64 Merge branch 'feature/multiple-languages' 2019-04-26 15:35:26 +02:00
Giuseppe Criscione
5f7a87b130 Display current language in languages dropdown 2019-04-26 02:09:16 +02:00
Giuseppe Criscione
57a15d5877 Update .page-language 2019-04-26 02:04:05 +02:00
Giuseppe Criscione
1b6fd8a6c5 Cleanup SCSS 2019-04-24 23:21:20 +02:00
Giuseppe Criscione
66bf43b2cc Display available languages in page lists 2019-04-21 20:22:23 +02:00
Giuseppe Criscione
c25e565098 Add dropdowns component 2019-04-19 18:49:05 +02:00
Giuseppe Criscione
08742fa232 Fix .component inner spacing 2019-04-13 19:10:42 +02:00
Giuseppe Criscione
8bdefa570b Update .input-reset 2019-03-17 22:21:53 +01:00
Giuseppe Criscione
5b493b3be0 Add input reset button to image field 2019-03-17 22:01:59 +01:00
Giuseppe Criscione
b22bfe54ad Rename .login-input-error to .input-invalid 2019-03-16 18:27:03 +01:00
Giuseppe Criscione
6090951f36 Add slug modal to Pages editor 2019-03-16 16:03:33 +01:00
Giuseppe Criscione
fb7c208707 Remove .page-uri links and rename to .page-route 2019-03-16 00:33:56 +01:00
Giuseppe Criscione
82083e7781 Disable text selection on sidebar, chart legend and list headers 2019-03-13 16:20:31 +01:00
Giuseppe Criscione
6addcbd1ee Fix font-size in .pages-list-headers and .users-list-headers 2019-03-13 15:27:07 +01:00
Giuseppe Criscione
6668080ba1 Revert correct .button-link.disabled styles from 441af50 2019-03-12 13:57:15 +01:00
Giuseppe Criscione
6b138063e3 Cleanup SCSS 2019-03-11 21:51:36 +01:00
Giuseppe Criscione
a9d723d7ca Use .login-input-error on invalid login attempt 2019-03-10 16:38:06 +01:00
Giuseppe Criscione
869b4dbd3c Cleanup SCSS 2019-03-09 23:40:57 +01:00
Giuseppe Criscione
7d29448a25 Reorder SCSS components 2019-03-06 21:24:52 +01:00
Giuseppe Criscione
f27245eafa Refactor and cleanup SCSS 2019-03-06 01:58:47 +01:00
Giuseppe Criscione
46e65fb363 Add pages list and users list headers 2019-02-28 23:34:38 +01:00
Giuseppe Criscione
d6481813cc Add legend to Dashboard chart 2019-02-28 21:38:24 +01:00
Giuseppe Criscione
6d44f71513 Remove CSS transforms vendor prefixes 2019-02-28 15:39:35 +01:00
Giuseppe Criscione
9c71a7644f Fix filename labels in image picker 2019-02-28 12:46:41 +01:00
Giuseppe Criscione
af57b8988e Add word breaks to data in Options > Info 2019-02-14 22:06:34 +01:00
Giuseppe Criscione
dbd131037b Display file size next to uploaded file names 2018-10-13 13:46:06 +02:00
Giuseppe Criscione
8c6772953c Improve pages list columns sizing 2018-10-12 15:03:56 +02:00
Giuseppe Criscione
79a4f0a769 Slightly reduce sidebar width to have more room for content 2018-10-12 14:58:30 +02:00
Giuseppe Criscione
f990a9f8ae Improve users list appearance espacially for small screen sizes 2018-10-12 14:44:48 +02:00
Giuseppe Criscione
2227a1ee79 Show a no-drop cursor and light red background when page reordering is not possible 2018-10-12 14:13:22 +02:00
Giuseppe Criscione
231136f0d4 Add required and disabled attributes support to fields 2018-10-09 23:20:03 +02:00
Giuseppe Criscione
1c6f5b0be8 Fix wrong CSS property 2018-10-07 11:59:03 +02:00
Giuseppe Criscione
688a9fb4fd Use monospace font for values in Options > Info 2018-09-27 14:37:29 +02:00
Giuseppe Criscione
9f461b4ee5 Fix incorrect icons in Pages Editor files list 2018-09-14 12:28:11 +02:00
Giuseppe Criscione
cd2e454b11 Add new notification types info and warning 2018-09-13 16:57:06 +02:00
Giuseppe Criscione
3386b996dc Update icon font 2018-09-13 16:20:15 +02:00
Giuseppe Criscione
a91ffc1dd7 Fix tabs wrapping 2018-09-12 11:20:31 +02:00
Giuseppe Criscione
cdc538acec Add Updater feature to automatically download new releases from GitHub repository (#4)
* Add remote request methods to `FileSystem` class

* Add `Updater` class

* Fix extraction path in `Updater` class

* Merge branch 'master' into feature/updater

* Fix coding style with PHP-CS-Fixer

* Update .gitignore

* Add `cleanupAfterInstall` option to `Updater` class

* Add `Updater::latestRelease()` method

* Use `version_compare()` to check if Formwork is up-to-date

* Use more specific exception classes in `Updater`

* Update language strings

* Add `Updates` controller

* Add Options > Updates tab

* Fix incorrect version name displayed after update

* Rename `FileSystem::retrieve()` to `FileSystem::fetch()`

* Fix wrong function calls

* Use `Registry` object in `Updater` class

* Move archive URI in `Updater::$release` property

* Fix code to work after last merge commit

* Fix coding style with PHP-CS-Fixer

* Cleanup code
2018-09-11 22:32:41 +02:00
Giuseppe Criscione
114eae00bf Add Admin Errors controller 2018-09-11 17:26:02 +02:00
Giuseppe Criscione
a7b64e0fa5 Add Attributes component to pages.editor view (#6) 2018-09-09 19:45:53 +02:00
Giuseppe Criscione
26df0fc30e Fix long notification text overflow 2018-09-07 18:54:00 +02:00
Giuseppe Criscione
39fcc99bc4 Add range field type 2018-09-07 15:49:59 +02:00
Giuseppe Criscione
f987571b9f Fix vertical scrollbar always visible in IE/Edge 2018-08-29 17:24:53 +02:00
Giuseppe Criscione
92f579432a Add box shadow to pages list items when sorting pages 2018-08-02 15:13:07 +02:00
Giuseppe Criscione
7fe51eb7e0 Remove inline styles in User view 2018-08-01 20:48:14 +02:00