[Mpuls-commits] r1117 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 11:41:03 CET 2010
Author: torsten
Date: 2010-02-02 11:41:01 +0100 (Tue, 02 Feb 2010)
New Revision: 1117
Modified:
wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-02 10:34:13 UTC (rev 1116)
+++ wasko/branches/2.0/ChangeLog 2010-02-02 10:41:01 UTC (rev 1117)
@@ -1,3 +1,21 @@
+2010-02-02 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ * waskaweb/templates/documents/case_overview.mako: Formatting.
+ * waskaweb/controllers/casedocument.py (CasedocumentController.show):
+ New. Moved from controllers.document.
+ * waskaweb/templates/documents/case_overview.mako: Call show method in
+ casedocument controller.
+ * waskaweb/controllers/document.py (DocumentController.caseShow):
+ Deleted. Not calles from anywhere now.
+ * waskaweb/controllers/casedocument.py
+ (CasedocumentController.delete): New. Moved from controllers.document.
+ * waskaweb/config/routing.py (make_map): Change route for deleting
+ case documents.
+ * waskaweb/templates/documents/case_overview.mako: Call delete method
+ in casedocument controller.
+ * waskaweb/controllers/document.py (DocumentController.globalDelete):
+ Deleted. Not called from anywhere.
+
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