Matias Griese
|
67a00a799c
|
Return value fixes for Session class
|
2020-12-23 11:40:32 +02:00 |
|
Matias Griese
|
589c9e4445
|
Enabled ETag setting by default for 304 responses
|
2020-12-22 18:43:13 +02:00 |
|
Matias Griese
|
d1925c8935
|
Fixed pages with session messages should never be cached [#3108]
|
2020-12-22 18:06:28 +02:00 |
|
Matias Griese
|
2923658bb9
|
Use PHP 7.4 serialization
|
2020-12-22 15:12:09 +02:00 |
|
Matias Griese
|
c333da60d6
|
Fixed unserialize Framework\File classes
|
2020-12-22 15:10:33 +02:00 |
|
Matias Griese
|
cf62db1329
|
Fixed unserialize in MarkdownFormatter class
|
2020-12-22 13:53:19 +02:00 |
|
Matias Griese
|
625a39a892
|
Merge remote-tracking branch 'origin/1.7' into 1.7
|
2020-12-18 20:53:47 +02:00 |
|
Matias Griese
|
ffc93a77a9
|
Make it possible to use an absolute path when loading a blueprint
|
2020-12-18 20:53:38 +02:00 |
|
Andy Miller
|
0cee2b6a97
|
hide errors with exif
|
2020-12-17 21:12:15 -07:00 |
|
Matias Griese
|
a24ec2c433
|
Better fix for system.custom_base_url, which does not affect other urls
|
2020-12-17 10:02:55 +02:00 |
|
Matias Griese
|
e5727462e7
|
Fixed port issue with system.custom_base_url
|
2020-12-16 20:54:56 +02:00 |
|
Matias Griese
|
c1cb4e192f
|
Added support for overriding configuration by using environment variables
|
2020-12-16 16:38:15 +02:00 |
|
Andy Miller
|
e4b1e87b9a
|
prepare for rc release
|
2020-12-15 10:57:10 -07:00 |
|
Matias Griese
|
8ac4615117
|
Fixed missing parenthesis in Setup.php
|
2020-12-15 19:25:34 +02:00 |
|
Matias Griese
|
c51830feec
|
Fix bug in Setup.php
|
2020-12-15 18:30:21 +02:00 |
|
Matias Griese
|
291e91891a
|
Improved multi-site customization
|
2020-12-15 15:53:24 +02:00 |
|
Matias Griese
|
307ede3183
|
Fix for subfolder install [#2964]
|
2020-12-15 08:37:07 +02:00 |
|
Andy Miller
|
d9c1445542
|
prepare for release
|
2020-12-14 21:28:42 -07:00 |
|
Matias Griese
|
26f4d05e87
|
Fixed dropped query params when ? is preceded with / [#2964]
|
2020-12-11 15:32:09 +02:00 |
|
Matias Griese
|
b6c941fc3e
|
Fixed twig script/style tag {% script 'file.js' at 'bottom' %}, replaces broken in operator [#3084]
|
2020-12-11 14:29:13 +02:00 |
|
Matias Griese
|
cedcc845d5
|
Fixed uppercase Assets\*::Class (should be in lower case)
|
2020-12-11 11:34:52 +02:00 |
|
Matias Griese
|
02a3ed2e0e
|
Fixed missing return value in TwigExtension::svgImageFunction(), some code cleanup
|
2020-12-11 11:32:43 +02:00 |
|
Matias Griese
|
a729daa3d3
|
Use return types in Twig node and token classes
|
2020-12-11 11:30:34 +02:00 |
|
Matias Griese
|
ba23cceae7
|
Fixed StaticResizeTrait::resize() bad image height/width attributes if null values are passed to the method
|
2020-12-11 11:25:37 +02:00 |
|
Matias Griese
|
d3e9083869
|
Fixed deprecated method call for Whoops
|
2020-12-11 11:16:22 +02:00 |
|
Matias Griese
|
09d92ebab6
|
Fixed wrong (but working) method call for Whoops
|
2020-12-11 11:04:41 +02:00 |
|
Matias Griese
|
2777bedb51
|
Updated a lot of docblocks
|
2020-12-10 23:15:02 +02:00 |
|
Andy Miller
|
3529943bb0
|
Merge branch 'develop' into 1.7
# Conflicts:
# system/src/Grav/Common/Twig/TwigExtension.php
|
2020-12-10 10:55:54 -07:00 |
|
Andy Miller
|
1c63f4bf46
|
Fix Twig svg_image() issue with classes applied to all elements #3068
|
2020-12-10 10:54:38 -07:00 |
|
Matias Griese
|
d34593928d
|
Fixed Argument 1 passed to Grav\Common\User\DataUser\User::filterUsername() must be of the type string [#1992]
|
2020-12-10 15:07:38 +02:00 |
|
Matias Griese
|
ea358c239f
|
Restored samesite cookies after merge from develop
|
2020-12-09 15:42:46 +02:00 |
|
Matias Griese
|
2cf90cc60b
|
Merge branch 'develop' of github.com:getgrav/grav into 1.7
Conflicts:
CHANGELOG.md
composer.json
composer.lock
system/blueprints/config/system.yaml
system/defines.php
system/src/Grav/Common/Page/Pages.php
|
2020-12-09 15:33:37 +02:00 |
|
Matias Griese
|
db24d3e53e
|
Fixed pages field escaping issues, needs admin update, too
|
2020-12-09 15:28:48 +02:00 |
|
Matias Griese
|
6a0caebe2e
|
Fixed unimplemented PageObject::getOriginal() call [#3098]
|
2020-12-09 14:02:33 +02:00 |
|
Matias Griese
|
ac85946e0f
|
Added support for setting GRAV_ENVIRONMENT by using environment variable or a constant
|
2020-12-08 13:41:05 +02:00 |
|
Matias Griese
|
fc55a8e49b
|
Added support for setting GRAV_SETUP_PATH by using environment variable
|
2020-12-08 13:27:53 +02:00 |
|
Matias Griese
|
b093aa9fa6
|
Fix symfony bug (part 2)
|
2020-12-08 12:13:08 +02:00 |
|
Matias Griese
|
e60e9fa3dd
|
Fix symfony bug
|
2020-12-08 11:59:09 +02:00 |
|
Matias Griese
|
4d288ad2ee
|
CLI command cleanup
|
2020-12-07 19:40:10 +02:00 |
|
Matias Griese
|
eccaf4acff
|
CLI command cleanup
|
2020-12-07 13:36:51 +02:00 |
|
Matias Griese
|
c2a2ef212e
|
Fixed broken list in bin/gpm index, CLI/GPM command failures returning success [#3092, #3017]
|
2020-12-07 12:56:47 +02:00 |
|
Matias Griese
|
7c0ba80530
|
Fixed potential error when upgrading Grav
|
2020-12-04 19:29:07 +02:00 |
|
Andy Miller
|
418c6dd7f8
|
prepare for release
|
2020-12-04 03:42:02 -07:00 |
|
Andy Miller
|
08304d5064
|
Revert "Allow to set SameSite from system.yaml (#3063)"
This reverts commit 0b41eea2bb.
|
2020-12-04 03:34:26 -07:00 |
|
Andy Miller
|
5cdeb28e6b
|
Revert "better handle cookie_samesite if null"
This reverts commit fd0c9823fa.
|
2020-12-04 03:33:59 -07:00 |
|
Andy Miller
|
85c239bc18
|
Fix for PHP8
|
2020-12-03 17:43:33 -07:00 |
|
Andy Miller
|
1fb6a39d9d
|
prepare for rc.19 release
|
2020-12-03 17:12:55 -07:00 |
|
Andy Miller
|
6188076fe6
|
prepare for rc.18 release
|
2020-12-03 14:31:25 -07:00 |
|
Andy Miller
|
cb373dae59
|
prepare for release
|
2020-12-03 14:22:38 -07:00 |
|
Matias Griese
|
0a42a889ec
|
Sort by numeric in Cron::cronToArray()
|
2020-12-02 21:51:34 +02:00 |
|