Commit Graph

50 Commits

Author SHA1 Message Date
Andy Miller
5852ca4179 Better support for bin/grav server 2020-02-12 18:27:30 -07:00
Matias Griese
3f56c5a727 Merge branch 'develop' of github.com:getgrav/grav into 1.7
 Conflicts:
	CHANGELOG.md
	system/src/Grav/Common/Page/Page.php
2020-02-10 10:14:55 +02:00
Matias Griese
e55b239536 Fixed encoding problems when PHP INI setting default_charset is not utf-8 [#2154] 2020-02-10 09:50:39 +02:00
Andy Miller
95637a243c Better support for Symfony local server symfony server:start 2019-07-02 11:23:32 -06:00
Matias Griese
eb97964a00 Debugger optimizations 2018-10-16 13:12:26 +03:00
Matias Griese
d848dcde5d Call onFatalException event also on internal PHP errors 2018-10-12 12:06:10 +03:00
Matias Griese
7cc98b8265 Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
# Conflicts:
#	CHANGELOG.md
#	index.php
#	system/defines.php
2018-08-31 08:26:39 +03:00
Matias Griese
756ddaa97d Added Deprecated tab to DebugBar to catch future incompatibilities with later Grav versions 2018-08-24 11:31:51 +03:00
Matias Griese
3b04315a38 Grav 1.6.0-dev: updated minimum PHP requirements to 7.1.3
Updated Doctrine Collections and Cache
2018-08-17 23:29:24 +03:00
Matias Griese
76fb11366b Added Uri::method() to get current HTTP method (GET/POST etc) 2018-08-02 22:41:54 +03:00
Matias Griese
ce1e635451 Minimum PHP requirement was 5.6.4, not 5.6.0 2018-04-14 17:42:13 +03:00
Matias Griese
87b0d80de0 PHP 5.6.0 minimum, updated to Doctrine Collections 1.4 2018-04-14 12:28:00 +03:00
Andy Miller
7aa930ca55 Merge branch '1.4' into develop
# Conflicts:
#	system/src/Grav/Common/Twig/TwigExtension.php
#	system/src/Grav/Common/Uri.php
#	tests/unit/Grav/Common/AssetsTest.php
2018-03-09 12:43:08 -07:00
Andy Miller
0695c29cf5 Bad quotes 2017-12-31 17:07:52 -08:00
Immanuel Bendahan
084a5c7fbe Bug fi (#1808) 2017-12-29 13:42:45 -07:00
Andy Miller
7ec66b2bf2 Transferred copyright 2017-12-11 15:08:05 -07:00
MucaP
749d0e3f2d Those simple things everyone miss (#1428) 2017-04-14 13:26:15 -06:00
Flavio Copes
e2cc55a4e3 Fix syntax error in PHP 5.3. Move the version check before requiring the autoloaded deps 2017-02-16 10:16:30 +01:00
Andy Miller
81fc0d47ac Reworked PHP CLI router PR #1218 (#1219) 2016-12-17 15:07:40 +01:00
Andy Miller
6c042b4804 Unified PHP code header styling 2016-07-11 16:07:14 -06:00
Andy Miller
d42786484f Pass the exception to the onFatalException() event 2016-06-11 22:27:34 +01:00
Matias Griese
8ae4e3fd64 Display error when bin/grav install hasn't been run instead of throwing exception 2016-03-18 09:18:13 +02:00
Flavio Copes
4bb6876c78 Add back negation! 2016-03-17 21:13:24 +01:00
Flavio Copes
71bbb03bd9 Change exception to die() in order to always show a message when these fatal errors are found
As proposed by @mahagr
2016-03-17 20:33:32 +01:00
Flavio Copes
9b85c1b0f7 Remove all hardcoded older PHP required version, use GRAV_PHP_MIN constant instead
Thanks @MATsxm for the hint in https://github.com/getgrav/grav/pull/570
2015-12-28 18:46:14 +01:00
Andy Miller
2ecebd14b0 added check for mbstring support 2015-09-10 12:49:38 -06:00
Andy Miller
e81e35b7c2 Some insight fixes 2015-02-18 12:24:35 -07:00
Andy Miller
b418a7fd1e added timezone override support 2015-02-14 10:38:01 -07:00
Matias Griese
5586c1923c Move Whoops code into its proper place and implement ajax support for json files 2014-10-15 11:56:09 +03:00
Andy Miller
a7176c4a6e color styling for whoops 2014-10-14 19:05:42 -06:00
Andy Miller
c10882f290 Added Whoops 2014-10-14 15:42:25 -06:00
Matias Griese
c89f683b8c Load debugger as early as possible 2014-10-14 09:51:55 +03:00
Andy Miller
2bfcd88bfd Initial commit with PHP Debug Bar instead of Tracy 2014-10-13 22:23:13 -06:00
Djamil Legato
123c75ae2d Changed command suggestion to run for installing the dependencies 2014-09-05 12:58:56 -07:00
Djamil Legato
32dfc001af Switch to old fashion array declaration in the index.php to allow PHP to parse without failing and then check for the required PHP version (5.4+) [Fixes #36] 2014-09-03 17:43:15 -07:00
Matias Griese
a6483f0333 Prevent fatal error when composer hasn't been run 2014-08-20 14:51:03 +03:00
Matias Griese
77172e7978 Optimize autoloading and allow APC to cache plugin PHP 2014-08-20 12:18:26 +03:00
Matias Griese
7561ace5e2 Merge branches 'develop' and 'feature/streamwrappers' of https://github.com/getgrav/grav into feature/streamwrappers
Conflicts:
	system/src/Grav/Common/Grav.php
2014-08-19 19:39:48 +03:00
Matias Griese
a85c2638e4 Fix #17: Use Symfony EventDispatcher 2014-08-19 18:45:42 +03:00
Matias Griese
3952e5d73e Add a few stream wrappers 2014-08-18 22:27:27 +03:00
Matias Griese
e3da090768 Use similar way to get Grav context across the classes 2014-08-18 19:05:20 +03:00
Matias Griese
b0bf847208 Convert DI variables to lower case 2014-08-18 15:23:53 +03:00
Matias Griese
846c836cb8 Add DEV/PROD parameter to debugger constructor 2014-08-18 14:47:11 +03:00
Matias Griese
e91b9c84bf Implement DI container 2014-08-18 14:13:51 +03:00
Matias Griese
0c0cc03394 Exit instead of throwing exception when PHP < 5.4.0 2014-08-15 14:47:10 +03:00
Andy Miller
8c4d6c9982 Updates for problem checker plugin 2014-08-06 16:25:04 -07:00
Matias Griese
b5982ea965 Add new event onFatalException and listen to it in problems plugin 2014-08-06 16:24:25 -07:00
Andy Miller
fab18e5468 added auto-create for missing data/ folder 2014-08-02 15:09:18 -06:00
Andy Miller
06e3a57c5b Added auto-create for missing images/ folder 2014-08-02 15:05:37 -06:00
Djamil Legato
230a2b594e Source 2014-08-02 12:12:32 -07:00