Matias Griese
ff1bc03361
Merge remote-tracking branch 'origin/develop' into develop
2021-03-19 21:56:28 +02:00
Matias Griese
3967862f10
Found the cause of #3280 in Windows
2021-03-19 21:55:56 +02:00
Andy Miller
70ab9b4b1b
updated the security email
2021-03-19 11:53:10 -06:00
Matias Griese
50682d73dc
Fixed redirects using wrong redirect code
2021-03-19 17:35:55 +02:00
Matias Griese
3926a61528
Fixed the list of pages not showing up in admin [ #3280 ]
2021-03-19 10:31:21 +02:00
Matias Griese
9082cd5b17
Fixed the list of pages not showing up in admin [ #3280 ]
2021-03-19 09:59:15 +02:00
Matias Griese
1c24f9f473
Fixed Flex Page CRUD ACL when creating a new page (needs Flex Objects plugin update)
2021-03-18 16:24:24 +02:00
Matias Griese
0d1c63f0fd
Fixed Page::activeChild() throwing an error [ #3276 ]
2021-03-18 11:17:11 +02:00
Matias Griese
29a4c66364
Changelog update for #3266
2021-03-17 22:31:21 +02:00
Matias Griese
73bb1f3046
Merge branch 'develop' of github.com:getgrav/grav into bugfix/redirects-2435
...
Conflicts:
CHANGELOG.md
2021-03-17 22:23:36 +02:00
Matias Griese
86169bbf7c
Changelog update
2021-03-17 22:20:35 +02:00
Matias Griese
bde65bf056
Merge remote-tracking branch 'origin/develop' into develop
2021-03-17 22:07:59 +02:00
Matias Griese
0ab7d3ca63
Fixed broken media upload in Flex with @self/path, @page and @theme destinations [ #3275 ]
2021-03-17 22:07:48 +02:00
Matias Griese
644a54e441
Added Utils::getPathFromToken() method which works also with Flex Objects
2021-03-17 21:54:26 +02:00
Matias Griese
62ff25f96d
Fixed onAdminSave original page having empty header [ #3259 ]
2021-03-17 21:33:57 +02:00
Djamil Legato
dabb4402a7
Handle skeletons rebuild manually only
2021-03-17 12:27:19 -07:00
Matias Griese
4ae9c42cc6
Composer update
2021-03-17 21:12:15 +02:00
Andy Miller
0cf39a07f5
Merge tag '1.7.8' into develop
...
Release v1.7.8
2021-03-17 11:44:48 -06:00
Andy Miller
be3d49163d
Merge branch 'release/1.7.8'
2021-03-17 11:44:48 -06:00
Andy Miller
8697a79df0
prepare for release
2021-03-17 11:44:31 -06:00
Matias Griese
f5e6a1f3de
Fixed onAdminSave original page having empty header [ #3259 ]
2021-03-15 19:12:14 +02:00
Matias Griese
7a0ec5f51c
Composer update
2021-03-15 19:07:09 +02:00
Matias Griese
dfcda95642
Fixed Path cannot be empty when viewing non-existent log file [ #3270 ]
2021-03-15 19:06:58 +02:00
Matias Griese
047ae7b033
Fixed Uncaught ValueError: Path cannot be empty when failing to upload a file [ #3265 ]
2021-03-15 19:06:51 +02:00
Matias Griese
fad681430e
Composer update
2021-03-15 19:05:33 +02:00
Matias Griese
4f1af3709e
Fixed Path cannot be empty when viewing non-existent log file [ #3270 ]
2021-03-15 18:50:28 +02:00
Matias Griese
2681a8196b
Fixed Uncaught ValueError: Path cannot be empty when failing to upload a file [ #3265 ]
2021-03-12 12:45:41 +02:00
Matias Griese
25e7f6c5e8
Method $pages->find() should never redirect
2021-03-12 11:45:00 +02:00
Matias Griese
a67a538dfd
Fixed site redirect with redirect code failing when redirecting to sub-pages [ #3035 ]
2021-03-11 18:39:18 +02:00
Matias Griese
6dd7044786
Also support language redirects [ #3130 ]
2021-03-11 17:43:04 +02:00
Matias Griese
16eaba1774
Also support system.pages.append_url_extension [ #3130 ]
2021-03-11 17:07:30 +02:00
Matias Griese
054805349c
Remove bad redirect code from configuration options, translate
2021-03-11 16:27:31 +02:00
Matias Griese
ec661d2c15
Fixed page.html returning duplicated content with system.pages.redirect_default_route turned on [ #3130 ]
2021-03-11 16:19:57 +02:00
Matias Griese
58533c495c
Added full blueprint support and Theme::getFormFieldTypes() just like in plugins
2021-03-11 12:34:37 +02:00
NicoHood
5c1c68c553
Fixed Uri::isValidExtension() returning false positives
2021-03-10 18:38:15 +02:00
NicoHood
a9c01926e8
Fix page extension validation
2021-03-10 15:27:04 +02:00
Matias Griese
8ef52d87f5
Composer update, minor phpstan fix
2021-03-10 15:12:18 +02:00
Matias Griese
35296f9f82
Changelog update
2021-03-10 15:00:11 +02:00
pamtbaau
898759b3b9
Add unit tests for system.images.defaults.loading
2021-03-10 14:58:58 +02:00
pamtbaau
7cbd067daf
Fix Markdown image attr. 'loading'
2021-03-10 14:58:58 +02:00
Miguel Sales Pereira
3b6f5353fd
Add SRI integrity hash to assets ( #3256 )
...
* Added default setting to enable/disable assets SRI
* Added system options to enable/disable assets SRI
* Added integrityHash function to create asset SRI
* Output SRI integrity hash on CSS assets
* Output SRI integrity hash for JS assets
* Updated integrityHash visibility (protected => public)
* Add SRI integrity hash to CSS and JS pipelines
* Made integrityHash static
2021-03-08 10:51:51 -07:00
Matias Griese
47bc6b0411
Fixed disappearing pages on save if pages:// stream resolves to multiple folders where the preferred folder doesn't exist
2021-03-08 18:29:47 +02:00
Matias Griese
b56ff0c31c
Improve memory management for flex
2021-03-08 18:28:04 +02:00
Matias Griese
5376ce0909
Fixed FlexIndex::sortBy(['key' => 'ASC']) having no effect
2021-03-05 19:25:11 +02:00
Matias Griese
807df2ac55
Fixed default Flex Pages collection ordering to order by filesystem path
2021-03-05 16:03:28 +02:00
Matias Griese
2727f92a53
Fixed Grav using blueprints and form fields from disabled plugins
2021-03-05 15:08:57 +02:00
Matias Griese
1297114b3e
Make sure that variable is defined in PageIndex::getLevelListing()
2021-03-04 17:10:02 +02:00
Matias Griese
1ba35f0bc3
Fixed missing Flex Pages in site if multi-language support has been enabled
2021-03-04 15:12:57 +02:00
Matias Griese
f5a6f51abc
Fixed missing method translated() in Flex Pages
2021-03-04 14:34:39 +02:00
Djamil Legato
8431452f73
Update SECURITY.md
2021-03-03 10:52:33 -08:00