Commit Graph

10 Commits

Author SHA1 Message Date
Abel Hoogeveen 89ccdb24ba Fixed multiple bugs relating the database system.
Debugging now actually works in the Database Driver,
2017-07-14 16:05:52 +02:00
Abel Hoogeveen d4b4dd5ff2 Added temp directory for unit tests.
Hopefully this resolves all problems in Gitlab
2016-07-09 13:11:57 +02:00
Abel Hoogeveen ed93cc3442 Implemented temporal directories.
Cache should now be written to pre-defined directories.
2016-07-09 11:39:36 +02:00
Abel Hoogeveen 440ead5784 Implemented Tracy/Debugger from the Nette framework.
This debugger allows for advanced debugging for both development and production environments.
This did however require the implementation of an ENVIRONMENT constant. This has been put in the index file. If no constant is set it will be set by the core class and the default is PRODUCTION.
Chances are that the location for this constant will move in the future.

There is also a proper way now that fatal errors will lead to a 500 error on the screen. This is either done by Tracy or FuzeWorks, depending on if Tracy is available.
2016-06-08 14:57:41 +02:00
Abel Hoogeveen 7d3323bfe7 Started implementing the Factory.
This will have huge consequences for FuzeWorks.
2016-05-24 12:42:14 +02:00
Abel Hoogeveen 9f4742b063 Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00
Abel Hoogeveen f19255f6f3 Implemented some basics of the admin module. Development underway 2016-01-23 14:09:23 +01:00
Abel Hoogeveen 7d732790d2 Fix for issue #51. Tighter checks on input 2015-05-06 18:26:19 +02:00
Abel Hoogeveen c86822f99b Added multiple tests and started real continuous integration 2015-05-01 22:47:11 +02:00
Abel Hoogeveen 22d835257e Initial Commit, merge of MicroCore and FuzeWorks3 2015-02-08 17:29:39 +01:00