Revision: 1233
http://sourceforge.net/p/gemstracker/code/1233
Author: matijsdejong
Date: 2013-04-16 09:13:50 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
Seems to block updates
Removed Paths:
-------------
trunk/new_project/application/configs/application.ini
Deleted: trunk/new_project/application/configs/application.ini
===================================================================
--- trunk/new_project/application/configs/application.ini 2013-04-15 13:23:48 UTC (rev 1232)
+++ trunk/new_project/application/configs/application.ini 2013-04-16 09:13:50 UTC (rev 1233)
@@ -1,39 +0,0 @@
-
-[production]
-phpSettings.display_startup_errors = 0
-phpSettings.display_errors = 0
-
-bootstrap.path = GEMS_PROJECT_NAME_UC "/Escort.php"
-bootstrap.class = GEMS_PROJECT_NAME_UC "_Escort"
-; loaderDirs.GEMS_PROJECT_NAME_UC = APPLICATION_PATH "/classes/" GEMS_PROJECT_NAME_UC
-loaderDirs.Gems = GEMS_LIBRARY_DIR "/classes/Gems"
-; resources.db.adapter = PDO_MYSQL
-resources.db.adapter = Mysqli
-resources.db.params.charset = utf8
-resources.db.params.host = HOST
-resources.db.params.dbname = DATABASE
-resources.db.params.username = USER
-resources.db.params.password = PASSWD
-resources.db.isDefaultTableAdapter = true
-resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
-resources.layout.layout = "gems-fluid"
-resources.layout.layoutPath = GEMS_LIBRARY_DIR "/layouts/scripts"
-
-firebug.log = 0
-
-; Set to 0 to disable using OpenRosa survey source
-useOpenRosa = 1
-
-[staging : production]
-
-[testing : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-
-[demo : production]
-
-[development : production]
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-firebug.log = 1
-zfdebug.activate = 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|