[Mpuls-commits] r3095 - jmd/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 24 16:39:45 CEST 2010
Author: bh
Date: 2010-06-24 16:39:43 +0200 (Thu, 24 Jun 2010)
New Revision: 3095
Modified:
jmd/trunk/ChangeLog
jmd/trunk/development-combined.ini
Log:
* development-combined.ini: Move the cache_dir setting to the
DEFAULT section. It has to be the same in both applications so
it's best set only once. Requires mpuls base r3090
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2010-06-24 14:34:39 UTC (rev 3094)
+++ jmd/trunk/ChangeLog 2010-06-24 14:39:43 UTC (rev 3095)
@@ -1,5 +1,11 @@
2010-06-24 Bernhard Herzog <bh at intevation.de>
+ * development-combined.ini: Move the cache_dir setting to the
+ DEFAULT section. It has to be the same in both applications so
+ it's best set only once. Requires mpuls base r3090
+
+2010-06-24 Bernhard Herzog <bh at intevation.de>
+
* development-combined.ini: Move mpuls.app.path.i18n in app:jmd
setting to a more appropriate place.
Modified: jmd/trunk/development-combined.ini
===================================================================
--- jmd/trunk/development-combined.ini 2010-06-24 14:34:39 UTC (rev 3094)
+++ jmd/trunk/development-combined.ini 2010-06-24 14:39:43 UTC (rev 3095)
@@ -58,6 +58,9 @@
beaker.session.secret = somesecret
beaker.session.timeout = 1800
+# cache_dir must have the same value in app:struktur and app:jmd because
+# both applications share the session information
+cache_dir = %(here)s/data/
# If true, add a simple exception handle that only logs any exceptions
# raised by the main MPuls application. This can be useful during
@@ -97,10 +100,6 @@
lang = de
full_stack = true
-# cache_dir must have the same value in app:struktur and app:jmd because
-# both applications share the session information
-cache_dir = %(here)s/data/
-
# Name of the application
mpuls.app.title = "JMD"
mpuls.app.name = "JMD Fallakten"
@@ -148,10 +147,6 @@
lang = de
full_stack = true
-# cache_dir must have the same value in app:struktur and app:jmd because
-# both applications share the session information
-cache_dir = %(here)s/data/
-
# Name of the application
mpuls.app.title = "JMD Struktur"
mpuls.app.name = "JMD Struktur"
More information about the Mpuls-commits
mailing list