From a4f4c4c0ae7210d84e541dae0536084925b2706a Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 19 Nov 2019 16:26:38 +0100 Subject: [PATCH 1/2] VERSION-0.9.4.2 missing configuration file --- application/settings/config/settings.development.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/settings/config/settings.development.ini b/application/settings/config/settings.development.ini index 3db0711..7dbe535 100644 --- a/application/settings/config/settings.development.ini +++ b/application/settings/config/settings.development.ini @@ -36,7 +36,6 @@ smarty.css[] = "public/css/v3/toolkit-inverse.css" smarty.css[] = "public/css/v3/application.css" smarty.css[] = "public/css/v3/jquery-ui.css" smarty.css[] = "public/css/v3/nibiru-debug.css" -;;smarty.css[] = "public/css/v3/tiamat-form.css" smarty.js[] = "public/js/v3/jquery.min.js" smarty.js[] = "public/js/v3/tether.min.js" smarty.js[] = "public/js/v3/jquery-ui.js" @@ -52,6 +51,8 @@ route[controller] = "/controller" route[forms] = "/forms" [DATABASE] +;;setting this to true will activate the database adapter +is.active = false username = "YOURUSER" password = "YOURPASSWORD" hostname = "SERVERHOST" From d724ced6de9440e180365e2be6af2276e55e387a Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 19 Nov 2019 16:28:28 +0100 Subject: [PATCH 2/2] VERSION-0.9.4.3 missing configuration file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f24973..9a50028 100644 --- a/README.md +++ b/README.md @@ -128,11 +128,12 @@ Engine Implementation.
  • removed the Twig and Dwoo engines, they are not needed anymore
  • Update

    -

    Version 0.9.4.2

    +

    Version 0.9.4.3

    TODO

    Still in progress for the next version