[Mpuls-commits] r1194 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 3 09:02:21 CET 2010
Author: torsten
Date: 2010-02-03 09:02:21 +0100 (Wed, 03 Feb 2010)
New Revision: 1194
Modified:
wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-03 08:00:22 UTC (rev 1193)
+++ wasko/branches/2.0/ChangeLog 2010-02-03 08:02:21 UTC (rev 1194)
@@ -1,3 +1,52 @@
+2010-02-03 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ * waskaweb/controllers/case.py (CaseController.digest): Removed
+ outcommented code
+ * waskaweb/controllers/case.py (CaseController.printdigest): Removed
+ parameter check here. Is done in digest anyway.
+ * waskaweb/controllers/case.py (CaseController.markForAnonymize): Call
+ self._loadCase instead of load_case, which currently does a full
+ initialisation of the case including building a new navigation.
+ * waskaweb/templates/casemanagement/dialogs/success_anonymize.mako,
+ waskaweb/templates/casemanagement/dialogs/confirm_anonymize.mako:
+ Use session['case'].id instead of c.ds_id to refer to the current
+ case id.
+ * waskaweb/controllers/case.py
+ (CaseController.markForAnonymizeFromOverview): Removed unused var
+ ds_id
+ * waskaweb/controllers/case.py (CaseController.anonymize): Removed
+ unused var ds_id
+ * waskaweb/controllers/case.py (CaseController.digest): Removed
+ unused var ds_id
+ * waskaweb/controllers/case.py (CaseController.setEditorAction): Removed
+ unused var ds_id
+ * waskaweb/controllers/case.py (CaseController.keepActive): Removed
+ unused var ds_id
+ * waskaweb/controllers/case.py (CaseController.__init_case): Removed
+ assignment of self.navigation as it is not used anywhere.
+ * waskaweb/controllers/case.py (CaseController.newAction): Do not call
+ __init_case. It does nothing usefull in this context.
+ * waskaweb/controllers/case.py (CaseController.neuaufnahmeAction): Do
+ not call __init_case. It does nothing usefull in this context.
+ * waskaweb/controllers/case.py (CaseController.wiederaufnahmeAction): Do
+ not call __init_case. It does nothing usefull in this context.
+ * waskaweb/controllers/case.py (CaseController.__init_case): Deleted
+ not called from anywhere now.
+ * waskaweb/controllers/case.py
+ (CaseController.markForAnonymizeFromOverview): Call _loadCase instead
+ if load_case
+ * waskaweb/controllers/case.py (CaseController.init_case): New. Moved
+ into CaseController. Was load_case before.
+ * waskaweb/controllers/case.py (checkPrivacyStatement.validate): Do
+ not call load_case. Load case directly using CaseFactory and loadById.
+
+
+
+
+
+
+
+
2010-02-02 Bernhard Herzog <bh at intevation.de>
* waskaweb/model/case.py (CaseFactory._build_preset): Only add
More information about the Mpuls-commits
mailing list