[Mpuls-commits] r4910 - in base/trunk: . mpulsweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Apr 15 12:02:27 CEST 2011
Author: bh
Date: 2011-04-15 12:02:26 +0200 (Fri, 15 Apr 2011)
New Revision: 4910
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/controllers/evaluate.py
Log:
* mpulsweb/controllers/evaluate.py: Remove some redundant
assignments. They code used to perform a type conversion (date to
formatted string), but the conversion was removed in r3952,
leaving the assignments.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-04-15 09:39:29 UTC (rev 4909)
+++ base/trunk/ChangeLog 2011-04-15 10:02:26 UTC (rev 4910)
@@ -1,5 +1,12 @@
2011-04-15 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/controllers/evaluate.py: Remove some redundant
+ assignments. They code used to perform a type conversion (date to
+ formatted string), but the conversion was removed in r3952,
+ leaving the assignments.
+
+2011-04-15 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/controllers/case_overview.py
(CaseOverviewController.overview): The session entry
'CASE_OVERVIEW_SELECTION' is not used anywhere anymore, neither in
Modified: base/trunk/mpulsweb/controllers/evaluate.py
===================================================================
--- base/trunk/mpulsweb/controllers/evaluate.py 2011-04-15 09:39:29 UTC (rev 4909)
+++ base/trunk/mpulsweb/controllers/evaluate.py 2011-04-15 10:02:26 UTC (rev 4910)
@@ -69,9 +69,6 @@
if name in soptions:
options[name] = soptions[name]
- # convert dates to locale
- options['start_date'] = options['start_date']
- options['end_date'] = options['end_date']
return options
More information about the Mpuls-commits
mailing list