12 Commits

Author SHA1 Message Date
Giuseppe Criscione
c2b9c82a5a Use user permissions in Admin controllers and views 2018-10-10 00:09:33 +02:00
Giuseppe Criscione
df5dc5130f Use data-command attribute instead of id or class to bind click events 2018-09-18 20:55:55 +02:00
Giuseppe Criscione
348a3641a8 Fix Options > Updates parse error in PHP < 7.0 2018-09-15 16:01:38 +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
3bfab8b92a Cleanup code 2018-09-10 21:05:27 +02:00
Giuseppe Criscione
0f6034fca7 Remove unused .button-save CSS class 2018-09-06 18:43:29 +02:00
Giuseppe Criscione
bebc4244d8 Add keyboard shortcut to all views with Save command 2018-09-06 18:40:52 +02:00
Giuseppe Criscione
330d8ed3cc Fix checkbox labels font size in Options views 2018-07-07 00:15:14 +02:00
Giuseppe Criscione
0b5a56bb98 Avoid script tag use to initialize Formwork.Form component 2018-07-02 01:17:29 +02:00
Giuseppe Criscione
7a3d908386 Use new namespaced .js components in Admin views 2018-07-01 23:30:50 +02:00
Giuseppe Criscione
270d6fc793 Fix hard tabs 2018-06-16 17:49:27 +02:00
Giuseppe Criscione
d3e591f7c9 Initial commit 2018-06-16 16:41:58 +02:00