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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 29 12:10:50 CET 2010


Author: torsten
Date: 2010-01-29 12:10:49 +0100 (Fri, 29 Jan 2010)
New Revision: 1008

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


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-01-29 11:06:17 UTC (rev 1007)
+++ wasko/branches/2.0/ChangeLog	2010-01-29 11:10:49 UTC (rev 1008)
@@ -1,3 +1,24 @@
+2010-01-29  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	Reestablish workflow in caselifetime controller. Not data is actuella
+	saved yet. 
+
+	* waskaweb/templates/caselifetime/overview.mako: Disabled temporarily
+	the findDescription function which tries to call getDescription in old
+	formedtree.
+
+	* waskaweb/controllers/caselifetime.py
+	(CaselifetimeController.reopenAction): Basic workflow reestablished.
+	Saving using formed does not work yet.
+
+	* waskaweb/controllers/caselifetime.py
+	(CaselifetimeController.extraTimeAction): Added extra time now seems
+	to work again, but no time is actually inserted into database because
+	data can not be saved with libformed from within the caselifetime
+	controller. Saving is currently commented out
+	* waskaweb/controllers/caselifetime.py (_set_data): New. Save data
+	form using libformed. Saveing do not work yet correctly.
+
 2010-01-29  Bernhard Herzog  <bh at intevation.de>
 
 	* waskaweb/lib/db.py (DB.closeConnections): Call the close()
@@ -130,6 +151,28 @@
 
 2010-01-28  Torsten Irländer <torsten.irlaender at intevation.de>
 
+	Adopted caselifetime controller to work with libformed.
+	* waskaweb/controllers/caselifetime.py (_get_value): New.
+	Helperfunction to get values from the libformed. 
+
+	* waskaweb/controllers/caselifetime.py (checkcase): Use _get_value
+	method to get values form the libformed.
+
+	* waskaweb/controllers/caselifetime.py (CaselifetimeController.index):
+	Use _get_value method to get values form the libformed.
+
+	* waskaweb/controllers/caselifetime.py
+	(CaselifetimeController.changeLifetime): Did removed unused code.
+
+	* waskaweb/controllers/caselifetime.py
+	(CaselifetimeController.abortAction): Removed unused code and call
+	self.index now after case was aborted 
+
+	* waskaweb/controllers/caselifetime.py
+	(CaselifetimeController.abortcase): Removed unused code
+
+2010-01-28  Torsten Irländer <torsten.irlaender at intevation.de>
+
 	Deleted orphaned mako templates. All of them are not referenced in any
 	mako nor py file:
 



More information about the Mpuls-commits mailing list