Andy Miller
62f39fe39c
Negotiation update to fix #2513
2020-03-04 10:57:43 -07:00
Andy Miller
394fce3825
composer update
2020-03-04 10:54:32 -07:00
Matias Griese
4794097992
Phpstan rules update
2020-02-04 14:24:41 +02:00
Matias Griese
f012d2d13a
Regression: Fixed bad method call in FlexDirectory::getAuthorizeRule()
2020-02-04 10:59:26 +02:00
Matias Griese
d0a22ad416
Regression: fatal error in blueprints [ #2811 ]
2020-02-04 10:50:59 +02:00
Andy Miller
887b34dd31
Use toolbox ~1.5
2020-02-03 10:09:22 -07:00
Matias Griese
959a2ec379
Clockwork fixes (beta)
2020-01-30 19:23:40 +02:00
Matias Griese
a47e446b60
Composer update (and lock rockettheme/toolbox to 1.4.x)
2020-01-29 13:23:28 +02:00
Andy Miller
2c95992eb1
Updated vendor
2020-01-06 17:10:16 -07:00
Matias Griese
daad16ef1b
Composer update
2019-12-10 19:15:54 +02:00
Andy Miller
4cc3f44caa
updated vendor libs
2019-12-08 10:40:14 -07:00
Matias Griese
c765fff4b3
Minor phpstan update
2019-12-04 12:45:34 +02:00
Matias Griese
936e95a146
Updated Symfony Components to 4.4
2019-11-21 10:24:12 +02:00
Matias Griese
571674a4f5
Fixed phpstan issues in all code up to level 3
2019-11-15 14:03:52 +02:00
Matias Griese
a588395ba9
Attempt to work around composer 1.7 bug
2019-10-31 08:45:10 +02:00
Matias Griese
a571f42e1b
Merge remote-tracking branch 'origin/1.7' into 1.7
...
# Conflicts:
# composer.lock
2019-10-29 20:56:50 +02:00
Matias Griese
2fd5492286
Updated to Symfony 4.3, use Symfony EventDispatcher directly and not rockettheme/toolbox wrapper
2019-10-29 20:56:31 +02:00
Andy Miller
4e227fcae5
minor vendor updates
2019-10-28 15:40:17 -06:00
Andy Miller
2b00e93f22
Merge branch 'develop' into 1.7
...
# Conflicts:
# composer.json
2019-10-17 10:02:36 -06:00
Jérôme Nadaud
8322a0cfa3
Make script name more explicit ( #2637 )
2019-10-17 05:57:25 -06:00
Matias Griese
411871f636
Fixed phpstan bugs in Framework
2019-10-10 18:15:27 +03:00
Andy Miller
45b1b0a2ef
Added Security::sanitizeSVG function + update CHANGELOG
2019-09-03 11:53:25 -06:00
Andy Miller
7db85cc79c
Force Symfony 4.2
2019-08-20 17:06:19 -06:00
Andy Miller
ea1e0a76c1
vendor updates
2019-07-09 22:00:43 -06:00
Andy Miller
6cd1cca4fc
Accidentally commited Twig 2
2019-06-03 15:32:28 -06:00
Andy Miller
1c9926ff38
Roll back to Symfony 4.2 until we have some deprecated errors sorted
2019-06-03 15:31:15 -06:00
Andy Miller
bc93e70d11
Force Twig 2.0 for now (testing and compatibility)
2019-05-29 10:17:59 +02:00
Matias Griese
e76733e8c3
Optimization: Initialize debugbar only after the configuration has been loaded
...
Optimization: Combine some early Grav processors into a single one
2019-05-26 16:55:24 +03:00
Matias Griese
0bd227c22d
Add basic clockwork support
2019-05-23 15:39:44 +03:00
Andy Miller
0915a0413d
Added composer scripts api-16 and api-15
2019-05-08 20:57:06 -06:00
Matias Griese
11aa2314d5
Fixed typo in composer.json
2019-05-03 08:52:53 +03:00
Andy Miller
7c60f73942
vendor libs
2019-05-02 15:05:01 -06:00
Andy Miller
8512968726
this closes #2432
2019-04-05 17:38:45 -06:00
Matias Griese
5995515419
Added detection for deprecated features into phpstan
2019-03-19 13:37:02 +02:00
Matias Griese
33282e043b
Added composer test-plugins to test plugin issues with the current version of Grav
2019-03-18 10:58:21 +02:00
Matias Griese
ada6c3f160
Fixed phpstan level 4 and 5 errors in Grav\Framework
2019-03-14 14:06:53 +02:00
Matias Griese
c09a8fbbc4
Fixed phpstan level 3 errors in Grav\Framework
2019-03-14 13:20:29 +02:00
Matias Griese
fde69ade6b
Fixed some phpstan level 2 issues in Grav\Console
2019-03-13 19:46:06 +02:00
Matias Griese
b0b6c1dd17
Fixed some more phpstan level 2 issues
2019-03-13 15:21:09 +02:00
Matias Griese
39b1940f94
Fixed phpstan level 1 issues
2019-03-13 10:16:47 +02:00
Matias Griese
8564524984
Fixed some bugs found by phpstan
2019-03-13 09:49:08 +02:00
Sébastien Vanvelthem
ecd39421d6
Some phpstan issues ( #2393 )
...
* Fix bug, method init must be protected
* Added phpstan level 0
* Added exclusions
* Fix: incorrect case in Twig_SimpleFunction
* Fix, no abstract properties, if properties used in methods let's set them
* Fixed Psr\SimpleCache\InvalidArgumentException referenced with incorrect case
* added exclusions
* Fixed: Access to an undefined property Grav\Framework\Form\FormFlash::$uploadObjects.
* Fixed: does not call parent constructor from Grav\Common\Iterator.
* Fixed: does not call parent constructor from Grav\Common\Iterator.
* Fixed: does not call parent constructor
* Fixed: does not call parent constructor
* Minor: correct type for inflector
* Moved phpstan.neon out of public directory
* Added exclusion
* set GRAV_USER_INSTANCE to prevent LogiException in User
* Exlude Stream:create
* Minor: Missing storage property
* Minor: Fixed missing properties (phpstan level 1)
* Added type for $data
* Minor: Ensure $langs is initialized
* Fix possible bug in $http_response_header status code retrieval (PHP 7.1 only)
* Added exclusion for $http_response_header (isset is actually not required)
* Strict null check
2019-03-13 08:15:22 +02:00
Matias Griese
604361045b
Fixed bad host header in PSR-7 (if using 'php -S localhost:8000 system/router.php') part 2
2019-01-30 21:04:53 +02:00
Andy Miller
437866dfcd
Merge branch 'develop' into 1.6
2019-01-14 19:00:21 -07:00
Rotzbua
680bfef2c3
http to https ( #2299 )
2019-01-07 21:28:56 -07:00
Chris Jung
00c6313102
Update to Symfony 4.2 ( #2280 )
2018-12-02 21:29:53 -07:00
Matias Griese
48489ae291
Composer update
2018-11-19 23:26:11 +02:00
Andy Miller
74cd3ac1e0
Supporting negotiated content types
2018-11-11 18:27:12 -07:00
Matias Griese
d6c17132df
Added PSR-7 and PSR-15 classes
2018-10-17 14:57:45 +03:00
Matias Griese
f43ab0ed59
Added apcu autoloader optimization
2018-10-16 13:02:32 +03:00