MVCR/test
Abel Hoogeveen 3f522c55fa
continuous-integration/drone/push Build is failing Details
Added categories to the router, without breaking (most) backwards compatibility.
Categories can be added using the routeConfig, by using a 'category' key. Router::route() can then distinguish between them using its second parameter.
Also added drone support.
2021-01-28 15:42:38 +01:00
..
controllers Fixed critical security bug, risking unprotected views to be exposed. 2021-01-19 21:16:39 +01:00
mcr Added categories to the router, without breaking (most) backwards compatibility. 2021-01-28 15:42:38 +01:00
models Created MVCR Framework 2019-02-01 00:55:49 +01:00
temp Added placeholder file for temp directory, otherwise unit testing doesn't work. 2019-02-01 12:02:15 +01:00
views Added 'addParameter()' method to routerLoadViewAndControllerEvent, and to routerCallViewEvent. 2021-01-24 13:49:34 +01:00
autoload.php Fixed critical security bug, risking unprotected views to be exposed. 2021-01-19 21:16:39 +01:00
bootstrap.php Fixed critical security bug, risking unprotected views to be exposed. 2021-01-19 21:16:39 +01:00
phpunit.xml Fixed critical security bug, risking unprotected views to be exposed. 2021-01-19 21:16:39 +01:00