Skip to content

Commit

Permalink
Merge pull request #6 from alllinux/v0.9.4.3
Browse files Browse the repository at this point in the history
V0.9.4.3
  • Loading branch information
alllinux authored Nov 19, 2019
2 parents b479865 + d724ced commit e655936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion application/settings/config/settings.development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e655936

Please sign in to comment.