[Mpuls-commits] r3676 - in wasko/branches/1.0: . waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 16 14:20:38 CEST 2010


Author: roland
Date: 2010-09-16 14:20:37 +0200 (Thu, 16 Sep 2010)
New Revision: 3676

Modified:
   wasko/branches/1.0/ChangeLog.txt
   wasko/branches/1.0/waskaweb/lib/config.py
Log:
issue990: new default dates for evaluation

Modified: wasko/branches/1.0/ChangeLog.txt
===================================================================
--- wasko/branches/1.0/ChangeLog.txt	2010-09-16 10:44:18 UTC (rev 3675)
+++ wasko/branches/1.0/ChangeLog.txt	2010-09-16 12:20:37 UTC (rev 3676)
@@ -1,5 +1,9 @@
-2010-09-14	Roland Geider <roland.geider at intevation.de>
+2010-09-16	Roland Geider <roland.geider at intevation.de>
 
+	* waskaweb/lib/config.py: issue990: new default dates for evaluation
+
+2010-09-16	Roland Geider <roland.geider at intevation.de>
+
 	* Changes.txt: updated CHANGES file
 
 2010-09-14	Roland Geider <roland.geider at intevation.de>

Modified: wasko/branches/1.0/waskaweb/lib/config.py
===================================================================
--- wasko/branches/1.0/waskaweb/lib/config.py	2010-09-16 10:44:18 UTC (rev 3675)
+++ wasko/branches/1.0/waskaweb/lib/config.py	2010-09-16 12:20:37 UTC (rev 3676)
@@ -137,9 +137,9 @@
         te1 = {'Keine Angabe': -1}
         types_ending = [te1] 
         set('search', 'types_ending', types_ending)
-        set('search', 'default-start-date', datetime.date(2009,9,1))
+        set('search', 'default-start-date', datetime.date(2009, 9, 1))
         #set('search', 'default-end-date', datetime.date.today())
-        set('search', 'default-end-date', datetime.date(2009,12,31))
+        set('search', 'default-end-date', datetime.date(2009, 8, 31))
 
         # Define which fields of the case will be available in the overviewpage
         overview_list = ['id', 'count',  'federalstate', 'name']



More information about the Mpuls-commits mailing list