@@ -128,11 +128,12 @@ Engine Implementation.</div>
|
|||||||
<li>removed the Twig and Dwoo engines, they are not needed anymore</li>
|
<li>removed the Twig and Dwoo engines, they are not needed anymore</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Update</h1>
|
<h1>Update</h1>
|
||||||
<p>Version 0.9.4.2</p>
|
<p>Version 0.9.4.3</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Database is.active switch in the configuration file</li>
|
<li>Database is.active switch in the configuration file</li>
|
||||||
<li>minor bugfix in the Postgress Database Adapter</li>
|
<li>minor bugfix in the Postgress Database Adapter</li>
|
||||||
<li>added .gitignore file</li>
|
<li>added .gitignore file</li>
|
||||||
|
<li>added section to the settings.development.ini</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>TODO</h1>
|
<h1>TODO</h1>
|
||||||
<p>Still in progress for the next version</p>
|
<p>Still in progress for the next version</p>
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ smarty.css[] = "public/css/v3/toolkit-inverse.css"
|
|||||||
smarty.css[] = "public/css/v3/application.css"
|
smarty.css[] = "public/css/v3/application.css"
|
||||||
smarty.css[] = "public/css/v3/jquery-ui.css"
|
smarty.css[] = "public/css/v3/jquery-ui.css"
|
||||||
smarty.css[] = "public/css/v3/nibiru-debug.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/jquery.min.js"
|
||||||
smarty.js[] = "public/js/v3/tether.min.js"
|
smarty.js[] = "public/js/v3/tether.min.js"
|
||||||
smarty.js[] = "public/js/v3/jquery-ui.js"
|
smarty.js[] = "public/js/v3/jquery-ui.js"
|
||||||
@@ -52,6 +51,8 @@ route[controller] = "/controller"
|
|||||||
route[forms] = "/forms"
|
route[forms] = "/forms"
|
||||||
|
|
||||||
[DATABASE]
|
[DATABASE]
|
||||||
|
;;setting this to true will activate the database adapter
|
||||||
|
is.active = false
|
||||||
username = "YOURUSER"
|
username = "YOURUSER"
|
||||||
password = "YOURPASSWORD"
|
password = "YOURPASSWORD"
|
||||||
hostname = "SERVERHOST"
|
hostname = "SERVERHOST"
|
||||||
|
|||||||
Reference in New Issue
Block a user