From: <gem...@li...> - 2013-02-28 10:59:28
|
Revision: 1162 http://sourceforge.net/p/gemstracker/code/1162 Author: mennodekker Date: 2013-02-28 10:59:23 +0000 (Thu, 28 Feb 2013) Log Message: ----------- Added ini changes to changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2013-02-28 10:29:51 UTC (rev 1161) +++ trunk/library/changelog.txt 2013-02-28 10:59:23 UTC (rev 1162) @@ -8,6 +8,18 @@ The global variable $GEMS_DIRS is deprecated, redefine it the application.ini using loaderDirs.Gems = .... (see NewProject) ZFDebug is now activated in the application.ini using: zfdebug.activate = 1 +New project.ini settings: +longDescr = "" +longDescrNl = "" ; Append language for localised long decription + +contact.docsUrl = "" ; The path to the documentation of the project +contact.forumUrl = "" ; The path to the forum if available +contact.gemsUrl = "http://gemstracker.org/" + +New application.ini settings (add before the first resource and change NewProject to your own project prefix): +loaderDirs.NewProject = APPLICATION_PATH "/classes/NewProject" +loaderDirs.Gems = GEMS_LIBRARY_DIR "/classes/Gems" + Important changes from 1.5.6 => 1.5.7 ============================================================ In LimeSurvey tokenanswerpersistence must be set to true for all surveys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |