Commit Graph

34 Commits

Author SHA1 Message Date
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