|
From: <gem...@li...> - 2013-01-03 08:22:13
|
Revision: 1086
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1086&view=rev
Author: mennodekker
Date: 2013-01-03 08:22:06 +0000 (Thu, 03 Jan 2013)
Log Message:
-----------
Replaced GEMS_PROJECT_PATH with APPLICATION_PATH and updated changelog.txt
Modified Paths:
--------------
trunk/library/changelog.txt
trunk/new_project/application/configs/application.ini
Modified: trunk/library/changelog.txt
===================================================================
--- trunk/library/changelog.txt 2013-01-02 14:04:56 UTC (rev 1085)
+++ trunk/library/changelog.txt 2013-01-03 08:22:06 UTC (rev 1086)
@@ -1,6 +1,6 @@
Important changes from 1.5.7 => 1.6
============================================================
-Defined constant GEMS_PROJECT_PATH removed from code
+Defined constant GEMS_PROJECT_PATH removed from code (update at least your application.ini and use APPLICATION_PATH instead)
Moved date_default_timezone_set to index.php (can generate warnings)
Important changes from 1.5.6 => 1.5.7
Modified: trunk/new_project/application/configs/application.ini
===================================================================
--- trunk/new_project/application/configs/application.ini 2013-01-02 14:04:56 UTC (rev 1085)
+++ trunk/new_project/application/configs/application.ini 2013-01-03 08:22:06 UTC (rev 1086)
@@ -13,7 +13,7 @@
resources.db.params.username = USER
resources.db.params.password = PASSWD
resources.db.isDefaultTableAdapter = true
-resources.frontController.controllerDirectory = GEMS_PROJECT_PATH "/controllers"
+resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.layout.layout = "gems-fluid"
resources.layout.layoutPath = GEMS_LIBRARY_DIR "/layouts/scripts"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|