[Mpuls-commits] r2529 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 27 14:44:20 CEST 2010
Author: torsten
Date: 2010-04-27 14:44:19 +0200 (Tue, 27 Apr 2010)
New Revision: 2529
Modified:
wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-04-27 08:38:38 UTC (rev 2528)
+++ wasko/branches/2.0/ChangeLog 2010-04-27 12:44:19 UTC (rev 2529)
@@ -1,3 +1,10 @@
+2010-04-27 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ * mpulsweb/model/case.py,
+ mpulsweb/controllers/case_bundle.py,
+ mpulsweb/lib/export.py: Added first version of XLS export. Generally
+ works but has some issues with embedded RG.
+
2010-04-26 Torsten Irländer <torsten.irlaender at intevation.de>
* mpulsweb/templates/casemanagement/main.mako: Generate Infofield from
@@ -8,6 +15,21 @@
* mpulsweb/lib/config.py: Splitted up config var for export. Now you
can enable XML, CSV and XLS Export seperatly
* jmd.json: Disabled XLS and CSV export.
+ * mpulsweb/templates/casemanagement/overview.mako: Only show exports
+ which are enabled.
+ * mpulsweb/lib/export.py (Export): New dummy class to export CSV and
+ XLS.
+ * mpulsweb/model/case.py: Added export for casebundles.
+ * mpulsweb/controllers/case_bundle.py: Added actions to export
+ casebundles
+ * mpulsweb/lib/validators.py (ExportSelectorValidator): Added new
+ validator for ExportSelection
+ * mpulsweb/lib/helpers.py (get_export_selector): New helper function
+ whoch returns a rendered html list element containing all pages of the
+ meta formedtree
+ * mpulsweb/templates/casemanagement/dialogs/confirm_export.mako: Added
+ section to select which parts of the form should be exported. Further
+ added a checkbox to anonymize the case on export.
2010-04-23 Roland Geider <roland.geider at intevation.de>
More information about the Mpuls-commits
mailing list