22 Commits

Author SHA1 Message Date
Giuseppe Criscione
8269cc5134 Use icon helper in views 2021-07-19 14:19:16 +02:00
Giuseppe Criscione
381d082ac9 Update admin views to use the new view field 2021-05-12 00:17:35 +02:00
Giuseppe Criscione
0a06ec5ac4 Add admin prefix to admin translations 2020-12-20 01:16:10 +01:00
Giuseppe Criscione
58b8de8be7 Avoid using methods from AdminTrait in admin views 2020-12-19 15:34:43 +01:00
Giuseppe Criscione
3ecb59f56c Rename AdminTrait::label() to AdminTrait::translate() 2020-12-19 00:33:51 +01:00
Giuseppe Criscione
52ffae1b9f Use admin layout in admin views 2020-12-19 00:22:01 +01:00
Giuseppe Criscione
c253d8d021 Remove tabindex attributes 2020-05-31 00:10:22 +02:00
Giuseppe Criscione
318fd44995 Fix file permissions 2019-10-20 15:23:15 +02:00
Giuseppe Criscione
74ac05bb3a Refactor admin controllers and views 2019-10-14 22:45:32 +02:00
Giuseppe Criscione
6c9b699d05 Add type attribute to all buttons 2019-04-19 15:38:32 +02:00
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