Commit Graph

7433 Commits

Author SHA1 Message Date
Matias Griese
b2e780135c Minor cleanup on ImageMedium 2022-04-06 21:23:34 +03:00
Matias Griese
16851ef826 Fixed URLs for remote medium 2022-04-06 21:04:16 +03:00
Matias Griese
409098f525 Fix in MediaTrait 2022-04-06 19:30:34 +03:00
Matias Griese
236669c9a5 Fixed some phpstan issues with the new code 2022-04-06 18:48:38 +03:00
Matias Griese
6b23de986d Implemented multiple media support for Page
Move common methods from FlexMediaTrait to MediaTrait
2022-04-06 17:16:12 +03:00
Matias Griese
fb98aa692b Remove index metadata on media delete 2022-04-05 20:16:44 +03:00
Matias Griese
5e9033ef8a Fixed loading media index 2022-04-05 20:08:39 +03:00
Matias Griese
c992721530 Merge branch 'develop' of github.com:getgrav/grav into feature/media 2022-04-05 19:59:17 +03:00
Matias Griese
bd2ae69968 Fixed field meta for media 2022-04-05 19:40:26 +03:00
Matias Griese
b0fd74960a Load media info from media.json 2022-04-05 14:00:23 +03:00
Matias Griese
258d7473bc Added has_env() twig function to test if environmental variable is defined 2022-04-01 21:52:26 +03:00
Matias Griese
17d4796def Media index fix 2022-04-01 15:03:17 +03:00
Matias Griese
674991085f Fixed relative path to media index folder 2022-04-01 14:50:30 +03:00
Matias Griese
1559b6f3ec Added optional $field parameter to FlexMediaTrait::deleteMediaFile() method 2022-04-01 14:13:45 +03:00
Matias Griese
9fe7f9e666 Fixed index updating on copyUploadedFile(), deleteFile() and renameFile() 2022-03-31 22:02:49 +03:00
Matias Griese
77d675f167 Composer update 2022-03-31 21:32:37 +03:00
Matias Griese
20e7166eed Fixed Utils::resolveTokenPath() with @variable@ not working properly 2022-03-31 21:32:28 +03:00
Matias Griese
f4dd10a439 Improve media index so it works with multiple external locations 2022-03-31 21:30:25 +03:00
Matias Griese
b06e925f99 Framework\File locking fixes 2022-03-31 21:29:25 +03:00
Matias Griese
e9351656ef Composer update 2022-03-31 17:06:41 +03:00
Matias Griese
2ea39309b6 Composer update 2022-03-31 11:30:35 +03:00
Matias Griese
469b5f0c43 Added method AbstractMedia::updateIndex() 2022-03-31 11:25:19 +03:00
Matias Griese
1c0ed43afa Fixed XSS check not detecting onX events without quotes 2022-03-30 13:26:11 +03:00
Matias Griese
5ccf28fffc Merge branch 'develop' of github.com:getgrav/grav into feature/media 2022-03-30 12:01:42 +03:00
Matias Griese
a092aed4ed When saving yaml and markdown, create also a cached version of the file and recompile it in opcache 2022-03-30 12:00:59 +03:00
Matias Griese
d63e51d66b Merge branch 'develop' of github.com:getgrav/grav into feature/media
 Conflicts:
	CHANGELOG.md
2022-03-29 21:35:34 +03:00
Matias Griese
7c2b21fb60 Fixed missing changes in yaml & markdown files if saved multiple times during the same second because of a caching issue 2022-03-29 21:35:02 +03:00
Matias Griese
3ef9763bb4 Merge branch 'develop' of github.com:getgrav/grav into feature/media 2022-03-28 21:07:44 +03:00
Andy Miller
e1ca3c2f70 Merge tag '1.7.32' into develop
Release v1.7.32
2022-03-28 11:36:58 -06:00
Andy Miller
0da5ccb3e1 Merge branch 'release/1.7.32' 1.7.32 2022-03-28 11:36:57 -06:00
Andy Miller
2830ba9120 prepare for release 2022-03-28 11:36:48 -06:00
Matias Griese
5a355fb94e Fixed page search not working with selected language [#3316] 2022-03-25 10:33:05 +02:00
Matias Griese
b0add67cdd Flex search() optimizations 2022-03-25 10:32:34 +02:00
Matias Griese
34e3b783a2 Put back watermarking and image debug logic 2022-03-24 18:17:46 +02:00
Matias Griese
362954164c Phpstan fixes for image classes 2022-03-24 09:42:51 +02:00
Matias Griese
34fa25f907 Fix imageinterlace() in < PHP 8.0.5 2022-03-23 20:58:36 +02:00
Matias Griese
7e01b303b1 Composer update 2022-03-23 16:07:15 +02:00
Matias Griese
39d755c6a3 Merge branch 'develop' of github.com:getgrav/grav into feature/media
 Conflicts:
	CHANGELOG.md
	composer.lock
2022-03-23 16:06:39 +02:00
Matias Griese
236c38e65d Changelog update 2022-03-23 15:49:12 +02:00
Matias Griese
c9c23c6c4f Better fix for system.cache.gzip: true 2022-03-23 15:47:45 +02:00
Matias Griese
8f0443a73d Fixed phpstan issues, composer update 2022-03-23 13:05:54 +02:00
Matias Griese
c9271c80a7 Create method cleanOutputBuffers() and use it 2022-03-23 10:49:19 +02:00
Andy Miller
62d9db7650 gzip fixes for downloading 2022-03-22 17:30:55 -06:00
Matias Griese
4f7dad2872 Changelog update 2022-03-21 12:21:12 +02:00
Andy Miller
57d6be0f78 Expose parse_url via parseurl() Twig function 2022-03-20 19:02:36 -06:00
Andy Miller
ae55b4794f Fix for multi-lang issues with Security report 2022-03-20 18:22:12 -06:00
Andy Miller
d82851af10 changelog updated 2022-03-18 13:18:54 -06:00
Andy Miller
730231b8b7 Merge branch 'develop' of github.com:getgrav/grav into develop 2022-03-18 13:15:44 -06:00
Andy Miller
82015d4ae7 gzip enabled breaking in close() 2022-03-18 13:15:37 -06:00
Matias Griese
4376c8ce57 Better multi-byte support for replace_last() filter 2022-03-18 20:39:10 +02:00