|
68b3b402e7
|
Made the core of FuzeWorks static.
Resolves #74
More tests are needed in order to prove functioning of renewed core
|
2015-09-05 21:47:35 +02:00 |
|
|
30f700a727
|
Implemented the fully renewed Layout Manager.
Now based on a new database schema, working with events and many more abilities.
An expansion with a built in login page might be possible.
|
2015-08-29 20:30:52 +02:00 |
|
|
bb66e6eb92
|
Added the ability to enable and disable composer loading
|
2015-08-29 17:26:47 +02:00 |
|
|
338d0d2a43
|
Implemented the ability to disable core modules.
Using the config.core.php, you can choose what modules should run in FuzeWorks
|
2015-07-28 13:09:47 +02:00 |
|
|
aab34844ee
|
Implemented renewed querybuilder and a better databasemodel. Database utilities can from now on be added to this module.
Fixes #46
|
2015-05-06 21:25:57 +02:00 |
|
|
dd93772704
|
Router and Logger merge with GF, and many more CI Tests
|
2015-05-03 22:50:36 +02:00 |
|
|
b4a574dadf
|
Removed files that are not important to the core
|
2015-05-03 20:42:50 +02:00 |
|
|
8c1a7afda5
|
Fix for #28 and #23. This patch removes the mod and event registers so that modules can now be loaded dynamicly instead of using a global configuration file.
|
2015-04-22 11:31:29 +02:00 |
|
|
68c68cf91c
|
Added a mod register which allows the system to load advanced modules. This allows for the future build of module versions, prevention of module name conflicts and much more.
|
2015-03-14 15:46:05 +01:00 |
|
|
f894727e40
|
Changed the way sections work. From now on it is a separate module called by events. The router has been made far more efficient
|
2015-02-24 14:19:57 +01:00 |
|
|
3c54281092
|
Implemented Controller sections. This way modules can be loaded as controllers allowing for seperation of code.
|
2015-02-24 12:51:53 +01:00 |
|
|
15610d13ff
|
Fixed the default eventregister config
|
2015-02-23 20:51:04 +01:00 |
|
|
4343e773af
|
Added EventRegister. This allows the framework to determine what modules should be loaded at an event. This way classes only get loaded at the right time
|
2015-02-23 20:27:26 +01:00 |
|
|
9edf81085a
|
Updated the config class. JSON support has been removed and a PHP config file writer has been implemented.
|
2015-02-23 19:30:13 +01:00 |
|
|
22d835257e
|
Initial Commit, merge of MicroCore and FuzeWorks3
|
2015-02-08 17:29:39 +01:00 |
|