Giuseppe Criscione
|
08f7b47a7e
|
Merge branch 'master' into feature/router-request-types
|
2018-09-06 19:38:53 +02:00 |
|
Giuseppe Criscione
|
efd3c3b91b
|
Fix coding style with PHP-CS-Fixer
|
2018-09-06 19:38:06 +02:00 |
|
Giuseppe Criscione
|
3f8760b9b6
|
Update npm packages
|
2018-09-06 18:45:38 +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
|
ef3f738bb3
|
Cleanup code
|
2018-09-04 16:00:09 +02:00 |
|
Giuseppe Criscione
|
f2590df3d5
|
Update jQuery version
|
2018-09-04 15:59:22 +02:00 |
|
Giuseppe Criscione
|
1d1f173cb6
|
Fix JS whitespace
|
2018-09-04 15:46:24 +02:00 |
|
Giuseppe Criscione
|
8e4d633dd6
|
Fix Formwork.Utils.uriPrependBase() returning multiple slashes
|
2018-09-04 15:39:09 +02:00 |
|
Giuseppe Criscione
|
35879393a5
|
Cleanup JS
|
2018-09-04 14:59:46 +02:00 |
|
Giuseppe Criscione
|
34d64cd331
|
Throw a RuntimeException if HTTP headers were already sent in Header::send()
|
2018-09-01 17:09:26 +02:00 |
|
Giuseppe Criscione
|
bda3bf0d2c
|
Clean all output buffers (not only the last) using Header::file()
|
2018-09-01 17:07:58 +02:00 |
|
Giuseppe Criscione
|
4a2d17cac4
|
Display HTTP Response Headers in Options > Info tab
|
2018-09-01 16:32:39 +02:00 |
|
Giuseppe Criscione
|
e81c2225dd
|
Add HTTPRequest::isHTTPS() method
|
2018-09-01 16:30:55 +02:00 |
|
Giuseppe Criscione
|
2752097f95
|
Add Header::responseHeaders() method
|
2018-09-01 16:30:28 +02:00 |
|
Giuseppe Criscione
|
26e070b661
|
Sort HTTP Request Headers in Options > Info tab
|
2018-08-29 17:41:43 +02:00 |
|
Giuseppe Criscione
|
f987571b9f
|
Fix vertical scrollbar always visible in IE/Edge
|
2018-08-29 17:24:53 +02:00 |
|
Giuseppe Criscione
|
a605a13f08
|
Add nginx.conf file with NGINX rewrite rules
|
2018-08-29 13:31:32 +02:00 |
|
Giuseppe Criscione
|
b0f689407f
|
Update .htaccess
|
2018-08-29 13:25:40 +02:00 |
|
Giuseppe Criscione
|
bba423b28c
|
Release 0.6.12
|
2018-08-27 20:40:43 +02:00 |
|
Giuseppe Criscione
|
a5b02b26aa
|
Update npm packages
|
2018-08-27 20:32:06 +02:00 |
|
Giuseppe Criscione
|
adece95642
|
Make buttons in Pages list look the same as in Page editor
|
2018-08-27 20:19:51 +02:00 |
|
Giuseppe Criscione
|
d3dbbeba94
|
Cleanup code
|
2018-08-27 20:17:00 +02:00 |
|
Giuseppe Criscione
|
b70f1bfb9c
|
Fix method names which broke PHP ^5.5.0 compatibility
* Rename `Admin\Controllers\Pages::list()` to `Admin\Controllers\Pages::index()`
* Rename `Admin\Controllers\Pages::new()` to `Admin\Controllers\Pages::create()`
* Rename `Admin\Controllers\Users::new()` to `Admin\Controllers\Users::create()`
* Rename `Admin\Fields\Field::empty()` to `Admin\Fields\Field::isEmpty()`
* Rename `Core\Page::empty()` to `Core\Page::isEmpty()`
* Rename `Core\PageCollection::empty()` to `Core\PageCollection::isEmpty()`
* Rename `Core\Scheme::default()` to `Core\Scheme::isDefault()`
* Rename `Data\Collection::empty()` to `Data\Collection::isEmpty()`
* Rename `Utils\FileSystem::list()` to `Utils\FileSystem::scan()`
* Remove `Admin\Fields\Field::default()`
|
2018-08-27 20:06:49 +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
|
a3f52098b0
|
Remove double slash in Page::parse()
|
2018-08-02 12:24:42 +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
|
7fe51eb7e0
|
Remove inline styles in User view
|
2018-08-01 20:48:14 +02:00 |
|
Giuseppe Criscione
|
070543060c
|
Merge branch 'master' into feature/router-request-types
|
2018-08-01 15:22:36 +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
|
d042303381
|
Cleanup code
|
2018-08-01 11:15:12 +02:00 |
|
Giuseppe Criscione
|
e24c6d7026
|
Fix Admin output escaping
|
2018-07-31 12:09:17 +02:00 |
|
Giuseppe Criscione
|
c289e2747c
|
Fix Admin routes methods
|
2018-07-25 13:48:43 +02:00 |
|
Giuseppe Criscione
|
510f7a3847
|
Add Router request types (HTTP, XHR)
|
2018-07-25 13:31:48 +02:00 |
|
Giuseppe Criscione
|
cf892060f2
|
Release 0.6.11
|
2018-07-24 18:28:31 +02:00 |
|
Giuseppe Criscione
|
1906d9b2b7
|
Add Preview button to Pages editor
|
2018-07-24 16:36:18 +02:00 |
|
Giuseppe Criscione
|
029f9b8872
|
Add Pages editor keyboard shortcuts for bold, italic and save commands
|
2018-07-24 00:27:16 +02:00 |
|
Giuseppe Criscione
|
93c82dbdc5
|
Add Delete Page button to Pages editor
|
2018-07-24 00:24:05 +02:00 |
|
Giuseppe Criscione
|
e6a5b8ec04
|
Add .button-link class
|
2018-07-24 00:14:56 +02:00 |
|
Giuseppe Criscione
|
3b983e056a
|
Make notifications disappear by clicking on them (closes #3)
|
2018-07-23 22:24:40 +02:00 |
|
Giuseppe Criscione
|
a3a8476f8d
|
Fix unintended non-static method Password::verify()
|
2018-07-23 20:31:26 +02:00 |
|
Giuseppe Criscione
|
99aaa19029
|
Remove Password class compatibility for PHP < 5.5.0
|
2018-07-23 18:18:43 +02:00 |
|
Giuseppe Criscione
|
5b01001c11
|
Fix unintended non-static methods
|
2018-07-23 18:12:30 +02:00 |
|
Giuseppe Criscione
|
8993e24f97
|
Release 0.6.10
|
2018-07-18 17:57:55 +02:00 |
|
Giuseppe Criscione
|
9890184b27
|
Fix coding style with PHP-CS-Fixer
|
2018-07-18 17:57:27 +02:00 |
|
Giuseppe Criscione
|
a36383c69d
|
Cleanup SCSS
|
2018-07-18 17:34:54 +02:00 |
|
Giuseppe Criscione
|
47633c0523
|
Add recursive directory creation to Cache and Pages controller
|
2018-07-17 11:50:47 +02:00 |
|