Commit Graph

16 Commits

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