[Mpuls-commits] r2103 - wasko/branches/2.0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 24 13:02:48 CET 2010


Author: torsten
Date: 2010-03-24 13:02:44 +0100 (Wed, 24 Mar 2010)
New Revision: 2103

Modified:
   wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-24 12:02:18 UTC (rev 2102)
+++ wasko/branches/2.0/ChangeLog	2010-03-24 12:02:44 UTC (rev 2103)
@@ -1,3 +1,24 @@
+2010-03-24  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* jmdweb/controllers/evaluate.py (get_configfile): Search for the
+	evaluation config at multiple places.
+	* mpulsweb/lib/config.py: Added new configuration option for default
+	search-date (used in evaluation now). Added config vars to set up the
+	default selected phases on adele and other evaluations. Configure a
+	new default evaluation.
+	* mpulsweb/public/xml/eval_default.xml: New. Default evaluation for
+	mpuls. Just count total amount of cases along the different phases.
+	* jmdweb/templates/evaluation/evaluate.mako, 
+	* jmdweb/templates/evaluation/evaluate_adele.mako: Render phases based
+	on config. Removed type of ending.
+	* jmdweb/controllers/evaluate.py (get_phase_dates): New helper
+	function to get start and end datefields for a given phase.
+	* jmdweb/controllers/evaluate.py (get_search_options): Get default
+	dates from config file in case no dates are submitted. Use new helper
+	function get_phase_date. Removed handling of type of ending. Use
+	configuration of default selected phases.
+	* jmd.json: New configuration for JMD
+
 2010-03-23  Bernhard Herzog  <bh at intevation.de>
 
 	* mpulsweb/model/case.py (MpulsCase.__init__): Do not load
@@ -35,6 +56,11 @@
 	  jmdweb.  
 	* jmdweb/controllers/administration.py: Deleted. DeleteUserHelper ist
 	now defined in mpulsweb.
+	* jmdweb/controllers/case.py: Removed methods for import and export.
+	Removed constants for anonymization dialog
+	* jmdweb/controllers/waska.py: Deleted. All functionallity is included
+	n mpuls.py controller in mpulsweb
+	* mpulsweb/model/case.py: Import Set
 
 	* mpulsweb/templates/*.mako: Relaced "F.NA | h" with "F.NA". Escaping
 	s now done with default escapping in mako



More information about the Mpuls-commits mailing list