[Mpuls-commits] r3974 - wasko/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 13 15:47:01 CEST 2010
Author: bh
Date: 2010-10-13 15:47:00 +0200 (Wed, 13 Oct 2010)
New Revision: 3974
Modified:
wasko/trunk/ChangeLog
wasko/trunk/wasko.json
Log:
* wasko.json: Set application specific values for
"default-start-date" and "default-end-date". The values are same
as the default values in the base, because until now, they
couldn't set on a per-application basis were defined in the base.
Application specific part of mpuls/issue1266
Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog 2010-10-13 13:30:33 UTC (rev 3973)
+++ wasko/trunk/ChangeLog 2010-10-13 13:47:00 UTC (rev 3974)
@@ -1,3 +1,11 @@
+2010-10-13 Bernhard Herzog <bh at intevation.de>
+
+ * wasko.json: Set application specific values for
+ "default-start-date" and "default-end-date". The values are same
+ as the default values in the base, because until now, they
+ couldn't set on a per-application basis were defined in the base.
+ Application specific part of mpuls/issue1266
+
2010-10-12 Roland Geider <roland.geider at intevation.de>
* tagging.xml: First version of new tagging file.
Modified: wasko/trunk/wasko.json
===================================================================
--- wasko/trunk/wasko.json 2010-10-13 13:30:33 UTC (rev 3973)
+++ wasko/trunk/wasko.json 2010-10-13 13:47:00 UTC (rev 3974)
@@ -61,6 +61,8 @@
}]
},
"search": {
+ "default-start-date": "2009-09-01",
+ "default-end-date": "2010-08-31",
"default-sorting": "name",
"admin_defaults": [
{"search_str": "",
More information about the Mpuls-commits
mailing list