Matias Griese
|
6079562c90
|
More minor fixes for PHP 8.1
|
2021-12-08 10:58:38 +02:00 |
|
Matias Griese
|
c2f394de17
|
Minor fix
|
2021-12-07 16:46:42 +02:00 |
|
Matias Griese
|
878de339e5
|
Improved FileSystem::pathinfoInternal()
|
2021-12-07 13:56:19 +02:00 |
|
Matias Griese
|
86cfba3bc9
|
Minor fix
|
2021-12-07 13:47:35 +02:00 |
|
Matias Griese
|
ad1e20abb7
|
Fixed phpstan level 4 issues in Framework
|
2021-12-07 13:34:36 +02:00 |
|
Matias Griese
|
2165743810
|
Fixed phpstan level 2 issues in Framework
|
2021-12-07 13:20:57 +02:00 |
|
Matias Griese
|
8f2f5e3373
|
Fixed RequestHandlers NotFoundException having empty request
|
2021-12-07 13:13:35 +02:00 |
|
Matias Griese
|
70c0dc6419
|
Improve Framework code
|
2021-12-07 13:10:19 +02:00 |
|
Matias Griese
|
5b84213fce
|
Improved Framework File classes
|
2021-12-07 13:08:05 +02:00 |
|
Matias Griese
|
3ad68d6d5a
|
Improve flex classes
|
2021-12-07 13:03:09 +02:00 |
|
Matias Griese
|
627a1510dc
|
Simplify exception handling for Framework Cache classses
|
2021-12-07 12:52:42 +02:00 |
|
Matias Griese
|
042d4a4603
|
Improved ACL classes
|
2021-12-07 12:50:59 +02:00 |
|
Matias Griese
|
b2cfc4ef5f
|
Fixed bad key lookup in FlexRelatedDirectoryTrait::getCollectionByProperty()
|
2021-12-07 12:47:09 +02:00 |
|
Matias Griese
|
cf6159ffe3
|
Fixed PHP 8.1 deprecated warning
|
2021-12-07 12:43:40 +02:00 |
|
Matias Griese
|
f04f13723d
|
Silence PHP 8.1 deprecation notices for Twig 1
|
2021-12-03 14:52:52 +02:00 |
|
Matias Griese
|
512c2e5d9d
|
Better typehints for Framework classes
|
2021-12-02 21:22:10 +02:00 |
|
Matias Griese
|
da3e32f945
|
PHP 8.1: Use strict parameters in Session class
|
2021-12-02 15:05:29 +02:00 |
|
Matias Griese
|
ae74f29b69
|
Minor fixes for Grav updater
|
2021-12-02 14:32:06 +02:00 |
|
Matias Griese
|
ecb2d31df0
|
PHP 8.1
|
2021-12-02 13:52:51 +02:00 |
|
Matias Griese
|
2355d799f2
|
PHP 8.1 fixes
|
2021-12-02 12:05:41 +02:00 |
|
Matias Griese
|
6aebbc2be4
|
Also Grav::exit() and Grav::redirect() never returns (typehint)
|
2021-12-01 16:45:45 +02:00 |
|
Matias Griese
|
fb4bce36cb
|
Grav::close() never returns (typehint)
|
2021-12-01 16:25:39 +02:00 |
|
Matias Griese
|
3321f49253
|
Interface fixes
|
2021-12-01 15:46:36 +02:00 |
|
Matias Griese
|
179dec4c3b
|
More phpstan fixes
|
2021-12-01 14:59:22 +02:00 |
|
Matias Griese
|
d59a4c63db
|
Added translated() method to PageTranslateInterface
|
2021-12-01 14:57:27 +02:00 |
|
Matias Griese
|
4c3daf6e6f
|
PHP 8.1 return type fixes
|
2021-11-30 21:20:17 +02:00 |
|
Matias Griese
|
c220b6e0c2
|
ControllerResponseTrait: Redirect response should be json if the extension is .json
|
2021-11-30 19:08:49 +02:00 |
|
Matias Griese
|
e4f79dbfce
|
Minor fixes
|
2021-11-30 19:02:42 +02:00 |
|
Matias Griese
|
d220812f5e
|
Minor code improvements
|
2021-11-30 18:59:44 +02:00 |
|
Matias Griese
|
d4a23c1fbe
|
Fixed assert
|
2021-11-30 18:54:03 +02:00 |
|
Matias Griese
|
a57c18f63f
|
Fixed some phpstan errors
|
2021-11-30 15:26:21 +02:00 |
|
Matias Griese
|
8256af5cfa
|
Fix some phpstan level 2 errors
|
2021-11-30 14:49:50 +02:00 |
|
Matias Griese
|
eae3668aee
|
Fixed phpstan issue
|
2021-11-30 14:09:14 +02:00 |
|
Matias Griese
|
a8d292a0d9
|
Added third $name parameter to Blueprint::flattenData() method, useful for flattening repeating data
|
2021-11-25 11:07:20 +02:00 |
|
Matias Griese
|
193475a0b6
|
Made Grav::redirect() to accept Route class
|
2021-11-17 10:49:39 +02:00 |
|
Andy Miller
|
88ffa163c4
|
prepare for release
|
2021-11-16 10:34:46 -07:00 |
|
Matias Griese
|
956ed013cf
|
Improved redirects: send redirect response in JSON if the request was in JSON
|
2021-11-12 12:08:13 +02:00 |
|
Matias Griese
|
e6911ce24a
|
Improved form validation JSON responses to contain list of failed fields with their error messages
|
2021-11-12 09:36:54 +02:00 |
|
Matias Griese
|
d9c9f6a5eb
|
Fixed form validation exceptions to use 400 Bad Request instead of 500 Internal Server Error
|
2021-11-12 09:35:26 +02:00 |
|
Matias Griese
|
2a04628459
|
Added FlexObject::getDiff() to see difference to the saved object
|
2021-11-11 20:06:24 +02:00 |
|
Matias Griese
|
33b473c290
|
Fixed FlexObject::getChanges() always returning empty array
|
2021-11-11 15:48:18 +02:00 |
|
Matias Griese
|
58b48c2f26
|
Do not escape ValidationException
|
2021-11-09 19:12:39 +02:00 |
|
Matias Griese
|
ad003a0fc4
|
Updated phpstan to v1.0
|
2021-11-04 08:55:53 +02:00 |
|
Matias Griese
|
8f9c417c04
|
Fixed path traversal vulnerability when using bin/grav server
|
2021-11-03 14:06:42 +02:00 |
|
Matias Griese
|
8bbf7a849b
|
Fixed |t(variable) twig filter in admin
|
2021-11-03 13:10:10 +02:00 |
|
Matias Griese
|
a723bcdb46
|
Fixed unescaped error messages in JSON error responses
|
2021-11-03 11:50:23 +02:00 |
|
Andy Miller
|
67ea6c8066
|
Merge branch 'develop' of github.com:getgrav/grav into develop
# Conflicts:
# CHANGELOG.md
|
2021-10-29 10:53:40 -06:00 |
|
Andy Miller
|
cd1dc5b43d
|
better vardump variable
|
2021-10-29 10:53:01 -06:00 |
|
Matias Griese
|
1d1c10f0a6
|
Added method Page::initialize()
|
2021-10-27 14:59:23 +03:00 |
|
Matias Griese
|
125f2a8662
|
Improved page cloning
|
2021-10-27 14:24:16 +03:00 |
|