Matias Griese
|
987c43d03f
|
Merge branch 'develop' of github.com:getgrav/grav into feature/media
|
2022-02-22 11:36:36 +02:00 |
|
Matias Griese
|
b992d7f185
|
Composer update
|
2022-02-22 11:33:27 +02:00 |
|
Matias Griese
|
a7e82f279a
|
Fixed non-standard video html atributes generated by {{ media.html() }} [#3540]
|
2022-02-22 11:30:33 +02:00 |
|
Matias Griese
|
6d0d6c22d3
|
Fixed new Utils::pathinfo() and Utils::basename() being too strict for legacy use [#3542]
|
2022-02-22 09:46:29 +02:00 |
|
Matias Griese
|
e92de67c68
|
Media fixes
|
2022-02-19 16:09:16 +02:00 |
|
Matias Griese
|
c6172cf4b2
|
Media docblock fixes
|
2022-02-19 15:44:59 +02:00 |
|
Matias Griese
|
9b4e7eb58d
|
Fixed phpstan issues
|
2022-02-19 12:09:00 +02:00 |
|
Matias Griese
|
710e2122d5
|
Merge branch 'develop' of github.com:getgrav/grav into feature/media
|
2022-02-19 12:02:21 +02:00 |
|
Matias Griese
|
7e52112b21
|
Fixed phpstan issues (All level 2, Framework level 5)
|
2022-02-19 12:01:50 +02:00 |
|
Matias Griese
|
6d5f755335
|
Ignore missing class GdImage (PHP 8+) in phpstan tests
|
2022-02-19 11:32:37 +02:00 |
|
Djamil Legato
|
e9f047f783
|
Fixed params getting lost in MediumFactory
|
2022-02-18 21:39:22 -08:00 |
|
Matias Griese
|
b5d6478ce9
|
Improved thumbnail image creation
|
2022-02-18 20:24:38 +02:00 |
|
Matias Griese
|
093f16f350
|
Improve ImageOperationsTrait & co
|
2022-02-18 19:46:09 +02:00 |
|
xaver
|
a900b89795
|
Remove variable duplicate (#3539)
|
2022-02-18 08:39:20 -07:00 |
|
Matias Griese
|
1ffe2e13bf
|
Fixed wrong construct order in ImageMedium
|
2022-02-18 14:01:49 +02:00 |
|
Matias Griese
|
5ea5153f97
|
Medium restructuring
|
2022-02-18 13:57:18 +02:00 |
|
Matias Griese
|
77ba86f9f7
|
Create ImageResizeInterface
|
2022-02-18 12:36:48 +02:00 |
|
Matias Griese
|
017c5aba20
|
No return type for __clone() and __destruct()
|
2022-02-18 12:35:54 +02:00 |
|
Matias Griese
|
ee9fa046a5
|
Do not update index on timeout if no need
|
2022-02-18 10:31:37 +02:00 |
|
Matias Griese
|
a8a1791fcc
|
Move media methods around
|
2022-02-18 10:15:35 +02:00 |
|
Matias Griese
|
bba877a00a
|
Added FileInterface::touch() method
|
2022-02-18 10:14:59 +02:00 |
|
Matias Griese
|
d96f9f2e11
|
Fixed bad wrong image showing in media['file.jpg']
|
2022-02-18 09:29:14 +02:00 |
|
Matias Griese
|
3eb390d228
|
Lazy initialize media, deprecated __invoke()
|
2022-02-17 22:12:08 +02:00 |
|
Matias Griese
|
b4df948c5f
|
Added readFile() and readStream() methods to MediaCollectionInterface and MediaFileInterface, removed getImageFileObject()
|
2022-02-17 16:04:15 +02:00 |
|
Matias Griese
|
420daa7432
|
Improved media index
|
2022-02-17 12:22:23 +02:00 |
|
Matias Griese
|
2eeae084ff
|
Added readFile() and readStream() methods for MediaCollectionInterface
|
2022-02-16 16:55:07 +02:00 |
|
Xaver Maierhofer
|
cad8510dae
|
Merge index exceptions with same handling
|
2022-02-16 15:52:26 +02:00 |
|
Matias Griese
|
e3e30e4717
|
Improve LocalMedia::readImageSize()
|
2022-02-16 15:43:37 +02:00 |
|
Matias Griese
|
c984e0a78e
|
Improved image size support
|
2022-02-16 14:12:05 +02:00 |
|
Matias Griese
|
70ef4efdcb
|
Added image size support for svg images
|
2022-02-16 13:44:40 +02:00 |
|
Matias Griese
|
a4df3cf88d
|
Merge branch 'develop' of github.com:getgrav/grav into feature/media
Conflicts:
CHANGELOG.md
|
2022-02-16 09:54:12 +02:00 |
|
Matias Griese
|
7cafeb2870
|
Composer update
|
2022-02-16 09:53:11 +02:00 |
|
Matias Griese
|
b3b5fca16c
|
Fixed 'mbstring' extension is not loaded error, use Polyfill instead [#3504]
|
2022-02-14 09:38:22 +02:00 |
|
Matias Griese
|
37d3a18d3c
|
More medium improvements
|
2022-02-12 17:11:13 +02:00 |
|
Matias Griese
|
a9c4d2b770
|
Added Grav\Framework\Image classes
|
2022-02-12 17:08:58 +02:00 |
|
Matias Griese
|
ec884997ef
|
Improve vector image code [#3533]
|
2022-02-12 10:49:52 +02:00 |
|
Matias Griese
|
3a45748ce6
|
Added auto_sizes support for SVG vector images [#3533]
|
2022-02-12 10:41:34 +02:00 |
|
Xaver Maierhofer
|
c4e10cf59f
|
Add Vector image auto_sizes support
|
2022-02-12 10:26:18 +02:00 |
|
Matias Griese
|
46f8b5b17d
|
Improve medium classes/trait
|
2022-02-08 14:00:23 +02:00 |
|
Matias Griese
|
12670f6b44
|
Merge branch 'develop' of github.com:getgrav/grav into feature/media
|
2022-02-08 12:16:05 +02:00 |
|
Matias Griese
|
2c252c43b4
|
Composer update
|
2022-02-08 12:15:17 +02:00 |
|
Matias Griese
|
382756f79b
|
Fixed pimple link #3527
|
2022-02-08 08:40:59 +02:00 |
|
Djamil Legato
|
201eb05b04
|
Merge branch 'develop' into feature/media
|
2022-02-07 11:27:34 -08:00 |
|
Andy Miller
|
2377be9a2b
|
Merge tag '1.7.30' into develop
Release v1.7.30
|
2022-02-07 12:12:11 -07:00 |
|
Andy Miller
|
11013cbb57
|
Merge branch 'release/1.7.30'
1.7.30
|
2022-02-07 12:12:11 -07:00 |
|
Andy Miller
|
b1938c9790
|
prepare for release
|
2022-02-07 12:12:03 -07:00 |
|
Rotzbua
|
5d842349e5
|
add composer suggestion for exif extension
|
2022-02-07 13:43:23 +02:00 |
|
Rotzbua
|
0323a898cb
|
Normalize variable names
|
2022-02-07 11:20:16 +02:00 |
|
Rotzbua
|
d275532cf8
|
Fix documentation of return type
|
2022-02-07 11:20:16 +02:00 |
|
Matias Griese
|
7306f164e9
|
Fixed groups filter not matching against readableName [getgrav/grav-plugin-admin#2224]
|
2022-02-07 10:30:25 +02:00 |
|