[Mpuls-commits] r3975 - waska/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 13 15:47:07 CEST 2010


Author: bh
Date: 2010-10-13 15:47:07 +0200 (Wed, 13 Oct 2010)
New Revision: 3975

Modified:
   waska/trunk/ChangeLog
   waska/trunk/waska.json
Log:
* waska.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: waska/trunk/ChangeLog
===================================================================
--- waska/trunk/ChangeLog	2010-10-13 13:47:00 UTC (rev 3974)
+++ waska/trunk/ChangeLog	2010-10-13 13:47:07 UTC (rev 3975)
@@ -1,3 +1,11 @@
+2010-10-13  Bernhard Herzog  <bh at intevation.de>
+
+	* waska.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  Torsten Irlaender <torsten at intevation.de>
 
 	* waskaweb/templates/main.mako: Deleted structure part from waska main

Modified: waska/trunk/waska.json
===================================================================
--- waska/trunk/waska.json	2010-10-13 13:47:00 UTC (rev 3974)
+++ waska/trunk/waska.json	2010-10-13 13:47:07 UTC (rev 3975)
@@ -64,6 +64,8 @@
 		}]
 	},
 	"search": {
+		"default-start-date": "2009-09-01",
+		"default-end-date": "2010-08-31",
 		"default-sorting": "name_1", 
 		"admin_defaults": [
             		{"search_str": "", 



More information about the Mpuls-commits mailing list