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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 26 08:24:39 CET 2010


Author: torsten
Date: 2010-02-26 08:24:38 +0100 (Fri, 26 Feb 2010)
New Revision: 1827

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


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-26 07:24:13 UTC (rev 1826)
+++ wasko/branches/2.0/ChangeLog	2010-02-26 07:24:38 UTC (rev 1827)
@@ -1,3 +1,25 @@
+2010-02-26  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	Moved logic for consistence checks and anonymisation into mode.case.
+
+	* mpulsweb/model/case.py (ConsistenceCheckException): New class for
+	exceptions related to consistence checks.
+	* mpulsweb/model/case.py (MpulsCase.check_consistence): New method
+	that checks the consistence of a case and raises an
+	ConsistenceCheckException if the case is not consistent. 
+	* mpulsweb/model/case.py (MpulsCase.make_consistent): New method which
+	will ensure minimal consistence of a case.
+	* mpulsweb/model/case.py (MpulsCase.make_anonymizable): New method
+	which will set the case in a anonymizable state. 
+
+	* mpulsweb/controllers/case.py (CaseController._markForAnonymize),
+	(CaseController.anonymize): Use new anonymization related functions
+	from model.case.
+
+	* jmdweb/controllers/case.py: Removed unused imports. 
+	* mpulsweb/lib/anonymize.py: Deleted functions which has been moved
+	into mpulsbase model.case
+
 2010-02-25  Bernhard Herzog  <bh at intevation.de>
 
 	* waskaweb/templates/casemanagement/caselist.mako (fields): Port



More information about the Mpuls-commits mailing list