Merge pull request #6 from alllinux/v0.9.4.3

V0.9.4.3
This commit is contained in:
Stephan Kasdorf
2019-11-19 16:28:58 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -128,11 +128,12 @@ Engine Implementation.</div>
<li>removed the Twig and Dwoo engines, they are not needed anymore</li>
</ul>
<h1>Update</h1>
<p>Version 0.9.4.2</p>
<p>Version 0.9.4.3</p>
<ul>
<li>Database is.active switch in the configuration file</li>
<li>minor bugfix in the Postgress Database Adapter</li>
<li>added .gitignore file</li>
<li>added section to the settings.development.ini</li>
</ul>
<h1>TODO</h1>
<p>Still in progress for the next version</p>

View File

@@ -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"