[Mpuls-commits] r3087 - jmd/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 24 15:17:03 CEST 2010
Author: bh
Date: 2010-06-24 15:17:01 +0200 (Thu, 24 Jun 2010)
New Revision: 3087
Modified:
jmd/trunk/ChangeLog
jmd/trunk/development-combined.ini
Log:
* development-combined.ini: Move mpuls.app.path.i18n in app:jmd
setting to a more appropriate place.
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2010-06-24 13:14:45 UTC (rev 3086)
+++ jmd/trunk/ChangeLog 2010-06-24 13:17:01 UTC (rev 3087)
@@ -1,5 +1,10 @@
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.
+
+2010-06-24 Bernhard Herzog <bh at intevation.de>
+
* development-combined.ini: Add comment that cache_dir must be the
same in app:jmd and app:struktur
Modified: jmd/trunk/development-combined.ini
===================================================================
--- jmd/trunk/development-combined.ini 2010-06-24 13:14:45 UTC (rev 3086)
+++ jmd/trunk/development-combined.ini 2010-06-24 13:17:01 UTC (rev 3087)
@@ -126,6 +126,7 @@
mpuls.app.path.templates = %(mpuls.app.path)s/templates
mpuls.app.path.template_cache = %(cache_dir)s/templates/jmd
mpuls.app.path.formed=%(mpuls.app.path.public)s/formed
+mpuls.app.path.i18n = %(mpuls.app.path)s/i18n
# The MPuls case database is the same as the jmd.casedb, so copy all
# settings
@@ -134,7 +135,6 @@
mpuls.db.database = %(jmd.casedb.database)s
mpuls.db.user = %(jmd.casedb.user)s
mpuls.db.name = %(jmd.casedb.name)s
-mpuls.app.path.i18n = %(mpuls.app.path)s/i18n
# URL to put into the Web-interface to let the user switch to the other
# part of the JMD application. This URL must include the prefix of the
More information about the Mpuls-commits
mailing list