19 Commits

Author SHA1 Message Date
Giuseppe Criscione
f3428966c8 Allow language strings in schemes 2018-09-16 21:25:48 +02:00
Giuseppe Criscione
967110b73d Add Check Updates button to Dashboard quick actions 2018-09-13 17:02:07 +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
70723c6bc8 Fix language strings quotes 2018-09-11 00:06:51 +02:00
Giuseppe Criscione
87e4f203ad Fix notifications and language strings in Pages controller 2018-09-10 22:12:48 +02:00
Giuseppe Criscione
a7b64e0fa5 Add Attributes component to pages.editor view (#6) 2018-09-09 19:45:53 +02:00
Giuseppe Criscione
0a86c9b99a Add error notification when POST request size is greater than allowed 2018-09-09 17:51:09 +02:00
Giuseppe Criscione
caaad28694 Fix missing pages.new-page.template language string 2018-08-02 12:22:05 +02:00
Giuseppe Criscione
3a5d92c45a Make "Root (/)" option translatable in New Page modal 2018-08-02 10:56:32 +02:00
Giuseppe Criscione
32414d808c Fix typo in language strings 2018-08-01 20:50:33 +02:00
Giuseppe Criscione
2dcf2d9e06 Add logout notification 2018-08-01 15:20:43 +02:00
Giuseppe Criscione
44f923563a Sort language strings 2018-08-01 13:13:16 +02:00
Giuseppe Criscione
1906d9b2b7 Add Preview button to Pages editor 2018-07-24 16:36:18 +02:00
Giuseppe Criscione
64bedb2acc Add current location to Admin Panel title 2018-07-15 23:05:47 +02:00
Giuseppe Criscione
642e65f942 Add images modal empty state labels 2018-07-08 22:22:56 +02:00
Giuseppe Criscione
437001f645 Fix uploader.error label not showing error type in English language 2018-07-08 16:13:39 +02:00
Giuseppe Criscione
f53dc51dc8 Add View Site link in Admin 2018-06-23 10:19:49 +02:00
Giuseppe Criscione
d3e591f7c9 Initial commit 2018-06-16 16:41:58 +02:00