457987e2f1
Rewritten the Layout system to use 'layout.' files instead of 'view.' files.
...
- All systems have been rewritten to use this new scheme.
2017-09-14 14:45:02 +02:00
c2ac27d637
Deprecated PHP 5.6.
...
- Removed mysql extension for database
2017-07-14 16:41:00 +02:00
e08765246b
Implemented DatabaseTracyBridge
...
- Query information and profiling is now availble in the Tracy Bar.
2017-07-14 16:13:21 +02:00
d086923f83
Modernized the framework to work with PHP 7.1.
...
- Events have been moved and are now loaded through autoloading.
- FuzeWorks\Configurator now supports a setDebugEmail() method which will pass an email address to Tracy.
- The FuzeWorks Module system has been removed
- FuzeWorks\Layout is no longer a static class
- Fixed multiple bugs where paths were case-sensitive and did not work under Linux
- Latte engine is now able to return layouts and not only view them
2017-07-14 16:11:35 +02:00
89ccdb24ba
Fixed multiple bugs relating the database system.
...
Debugging now actually works in the Database Driver,
2017-07-14 16:05:52 +02:00
74dacf1aa6
Fixed issue #115
2017-04-06 16:26:31 +02:00
f38e6e3c40
Update Logger.php to only show error 500 pages upon shutdown error.
2017-04-05 22:37:54 +02:00
7590e5bd6f
Updated license headers of all updated files.
2016-08-07 13:22:08 +02:00
6f5378e43a
Fixed #112 .
...
Output is no longer sent to browser during unit testing.
2016-08-07 13:21:37 +02:00
87364d762d
Fixed #113 .
...
All exceptions have unit tests and some critical errors have been fixed.
2016-08-07 13:06:57 +02:00
158092d811
Fixed #110 .
...
Critical errors are shown by Tracy and are now on top.
2016-08-07 13:03:07 +02:00
b205111e61
Changed license headers and version information.
...
Version 1.0.0 is now described.
2016-07-23 17:06:19 +02:00
cf7ec423a2
Disabled Modules system by default.
...
It is not stable, it will not be stable in a long while. For now it is deprecated. A newer better system shall replace it in the future.
2016-07-23 16:53:47 +02:00
23f56b524a
Implemented Unit tests for Logger class.
...
Changed a few other classes since some unused functionality was removed.
2016-07-23 16:32:11 +02:00
1106f49f35
Stopped Exception and Error handler in FuzeWorks when using Tracy.
...
Now fatal errors and exceptions are handled by Tracy
2016-07-23 02:53:01 +02:00
7b406d864d
Implemented a new bar object which contains the FuzeWorks Logger.
...
This way the logger is not shown prominently on the screen anymore.
2016-07-22 14:14:22 +02:00
099409bc1f
Changed the location where Tracy is loaded.
...
By using the Configurator, Tracy will be loaded before FuzeWorks solving the issue.
2016-07-19 18:42:05 +02:00
07976216ba
Implemented renewed model system.
...
Resolves #86
2016-07-19 16:31:06 +02:00
320edec16b
Implemented a PSR-4 compliant scheme.
...
FuzeWorks can now be properly loaded by Composer, without any lost functionality.
2016-07-11 12:44:13 +02:00