[Mpuls-commits] r1176 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 17:56:04 CET 2010
Author: torsten
Date: 2010-02-02 17:56:03 +0100 (Tue, 02 Feb 2010)
New Revision: 1176
Modified:
wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-02 16:55:13 UTC (rev 1175)
+++ wasko/branches/2.0/ChangeLog 2010-02-02 16:56:03 UTC (rev 1176)
@@ -149,7 +149,26 @@
* waskaweb/controllers/case.py: Removed unused imports
* waskaweb/templates/casemanagement/main.mako: Adopt links to call
newReminder method in caseappointment controller
+ * waskaweb/controllers/case.py (CaseController.select): Directly
+ return self.digest. Do not load a case object.
+ * waskaweb/controllers/case.py (CaseController.markForDelete): Deleted
+ ds_id context var. Is not needed here.
+ * waskaweb/controllers/case.py (CaseController.markForDelete): Call
+ self._loadCase instead of load_case.
+ * waskaweb/controllers/case.py (CaseController.delete): Delete ds_id
+ context var. Is not used here.
+ * waskaweb/controllers/case.py (CaseController.restore): Delete ds_id
+ context var. Is not used here.
+ * waskaweb/controllers/case.py (CaseController.open): Deleted. Is not
+ called from anywhere.
+ * waskaweb/controllers/case.py (CaseController.close): Deleted not
+ called from anywhere.
+ * waskaweb/config/routing.py (make_map): Deleted route to open and
+ close a case. Not used anymore
+ * waskaweb/controllers/case.py: Deleted static string for confirm
+ dialog to open and close a case.
+
2010-02-01 Torsten Irländer <torsten.irlaender at intevation.de>
Moved case document related methods in its own casedocument controller
More information about the Mpuls-commits
mailing list