Commit Graph

7579 Commits

Author SHA1 Message Date
Matias Griese
2792c54679 Workaround fatal error with Media::all() 2022-08-25 15:24:53 +03:00
Matias Griese
d68a4b7ca4 Merge branch 'develop' of github.com:getgrav/grav into feature/media
 Conflicts:
	system/defines.php
2022-08-18 13:25:19 +03:00
Matias Griese
5d2dc6c329 Composer update 2022-08-18 13:24:34 +03:00
Andy Miller
e9f28ab824
Merge tag '1.7.35' into develop
Release v1.7.35
2022-08-04 15:29:36 -06:00
Andy Miller
186eb8ae6c
Merge branch 'release/1.7.35' 2022-08-04 15:29:35 -06:00
Andy Miller
2258adcb05
prepare for release 2022-08-04 15:29:22 -06:00
Andy Miller
20c4cdefe8
minor vendor updates 2022-07-26 12:16:23 -06:00
Matias Griese
aba6382f2e Added variables $environment (string), $request (PSR-7 ServerRequestInterface|null) and $uri (PSR-7 Uri|null) to be used in setup.php 2022-06-30 12:56:31 +03:00
Matias Griese
32dd550178 Fixed FlexDirectory::reloadIndex() to actually get the items from the filesystem 2022-06-29 21:32:50 +03:00
Matias Griese
8bf9461391 After merge fixes 2022-06-29 13:28:32 +03:00
Matias Griese
d1b565f4a7 Merge branch 'develop' of github.com:getgrav/grav into feature/media
 Conflicts:
	CHANGELOG.md
	composer.lock
	system/src/Grav/Common/Media/Interfaces/MediaObjectInterface.php
2022-06-29 13:21:29 +03:00
Matias Griese
ec3175fc89 Changelog update 2022-06-29 13:11:14 +03:00
Matias Griese
dac1614306 Composer update 2022-06-29 13:10:26 +03:00
Matias Griese
37e92e4f55 Merge branch 'feature/api' of github.com:getgrav/grav into develop 2022-06-29 13:07:19 +03:00
Matias Griese
1b0c3d1fce Fix phpstan error 2022-06-29 13:06:43 +03:00
Matias Griese
00cb9c3540 Make the new relationships code to work in PHP 7.3 2022-06-29 12:45:16 +03:00
Matias Griese
70bbc0810b Minor media improvements and fixes 2022-06-21 11:57:47 +03:00
Paweł Bogusławski
b9800b7c35
Allow to configure syslog tag (#3596)
* Allow to configure syslog tag

Author-Change-Id: IB#1120629

* Update InitializeProcessor.php
2022-06-15 10:38:59 -06:00
Matias Griese
b5ab00639b Merge branch 'develop' of github.com:getgrav/grav into feature/api 2022-06-15 14:38:39 +03:00
Matias Griese
1ab41ea48d Merge branch 'develop' of github.com:getgrav/grav into feature/media
 Conflicts:
	system/defines.php
	system/src/Grav/Common/Page/Media.php
2022-06-15 14:38:00 +03:00
Andy Miller
cf38cccda1
Merge branch 'release/1.7.34' 2022-06-14 11:09:32 -06:00
Andy Miller
024964eafb
Merge tag '1.7.34' into develop
Release v1.7.34
2022-06-14 11:09:32 -06:00
Andy Miller
f8d736b24a
prepare for release 2022-06-14 11:09:20 -06:00
Matias Griese
62c4f3c768 Ignore phpstan error 2022-06-14 20:08:04 +03:00
Matias Griese
31920bb153 Composer update 2022-06-14 19:57:42 +03:00
Matias Griese
b18b49a239 Fixed login and user search by email not being case-insensitive when using Flex Users 2022-06-14 10:43:46 +03:00
Matias Griese
9d6a2dba09 Fixed Twig |filter() allowing code execution 2022-06-13 21:11:33 +03:00
Matias Griese
de4af5dbcc Fixed bin/grav install command with arbitrary destination folder name 2022-06-13 20:38:16 +03:00
Matias Griese
f31541250f Fixed broken phpstan tests 2022-06-13 19:29:42 +03:00
Matias Griese
f570cea3bd Fixed alias class references 2022-06-13 19:19:00 +03:00
Matias Griese
0b54a7b4bc Ignore upcoming media.json file in media 2022-06-13 18:22:03 +03:00
Matias Griese
f5f65453c3 Reimplement object save() and delete() to be more flexible 2022-06-13 17:25:32 +03:00
Matias Griese
03e8817afe Code cleanup 2022-06-13 16:35:54 +03:00
Matias Griese
1a8d88e9a3 Improved MediaUploadInterface 2022-06-13 16:34:35 +03:00
Matias Griese
d55c556877 Docblock fix 2022-06-13 16:33:08 +03:00
Matias Griese
c148c75962 FlexObjectTrait::$events fix 2022-06-13 16:31:44 +03:00
Matias Griese
848cef74ce Implemented AbstractMedia::__debugInfo() (returns serialized object) 2022-06-10 14:52:37 +03:00
Matias Griese
ab6ee23357 Move doDelete() methoid to Common\FlexObjectTrait 2022-06-10 14:51:41 +03:00
Matias Griese
083dea5782 Fixed Image::createFromArray() 2022-06-10 14:37:29 +03:00
Matias Griese
def437e42b Improved deleting flex objects 2022-06-10 14:15:59 +03:00
Matias Griese
e8bc5fac71 Added methods to copy, move and delete all media 2022-06-10 13:21:48 +03:00
Matias Griese
48400920c4 Merge branch 'develop' of github.com:getgrav/grav into feature/media 2022-06-10 11:51:52 +03:00
Matias Griese
f464492582 Composer update 2022-06-10 11:51:28 +03:00
Matias Griese
54f9e73f6f Fixed fatal error with videos 2022-06-08 21:35:56 +03:00
Matias Griese
e3f5b7ea04 Disabled media caching for now 2022-06-08 19:11:30 +03:00
Matias Griese
8c2c8d3f15 Fixed removing file from local media 2022-06-08 19:10:26 +03:00
Matias Griese
34915d96a3 Image class: Do not allow images to be created without a size 2022-06-08 18:56:42 +03:00
Matias Griese
6fd5bd0b13 Updated media to use fixed key for objects 2022-06-08 12:37:07 +03:00
Matias Griese
81aa4601e4 Changelog update 2022-06-06 11:37:10 +03:00
Yankl-Peretz Blum
6b57f29511 Add Eastern Yiddish
'yi' actually refers to a macrolanguage. The only language in current use in this category is Eastern Yiddish, with language code 'ydd'
2022-06-06 11:14:17 +03:00