[Mpuls-commits] r4478 - base/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jan 7 12:55:36 CET 2011
Author: torsten
Date: 2011-01-07 12:55:35 +0100 (Fri, 07 Jan 2011)
New Revision: 4478
Modified:
base/trunk/ChangeLog
Log:
Updated ChangeLog
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-01-07 11:55:20 UTC (rev 4477)
+++ base/trunk/ChangeLog 2011-01-07 11:55:35 UTC (rev 4478)
@@ -1,3 +1,64 @@
+2011-01-07 Torsten Irlaender <torsten at intevation.de>
+
+ * mpulsweb/lib/search.py (EvaluationSearch): Modified search query.
+ Result will now always list all agencys even if there are no cases for the
+ agency.
+ * mpulsweb/controllers/evaluation_overview.py (get_sort): Do not set
+ default search param in controller.
+ * mpulsweb/lib/search.py (EvaluationSearch.get_order): Set default
+ search param to "count"
+ * mpulsweb/controllers/evaluation_overview.py
+ (EvaluationOverviewController.overview): When building all_ds variable
+ check if id is not None.
+
+2010-12-29 Torsten Irlaender <torsten at intevation.de>
+
+ * mpulsweb/templates/evaluation/overview.mako: Commented out options
+ for evaluation in agencylist. Only evaluation is now available.
+ * mpulsweb/lib/config.py: Make fkz and name of the agency searchable
+ in agency overview.
+ * mpulsweb/lib/validators.py(BundleActionForm, SearchCaseForm): Added
+ paramenter "id_field"
+ * mpulsweb/templates/search/search.mako: Fixed display of state search
+ options.
+ * mpulsweb/templates/evaluation/evaluate.mako: Added id_field hidden
+ formfield to the template.
+ * mpulsweb/templates/evaluation/overview.mako: Added id_field hidden
+ formfield to the template.
+ * mpulsweb/templates/casemanagement/overview.mako: Added id_field
+ hidden formfield to the template.
+ * mpulsweb/lib/search.py (EvaluationSearch.get_needle_clause): Added
+ specfic function for agency search.
+ * mpulsweb/controllers/case_bundle.py
+ (CaseBundleController.bundleAction): Save id_field into the session.
+ * mpulsweb/controllers/case_overview.py: Set id_field to "m.id"
+ * mpulsweb/controllers/evaluate.py (EvaluateController.reset_filter):
+ Delete id_field when resetting evalaution (search) filters.
+ * mpulsweb/controllers/evaluate.py
+ (EvaluateController._get_evalparams): Build selected ids-clause using
+ if_field.
+ * mpulsweb/controllers/evaluation_overview.py: Implemented marking
+ agencys for evaluation
+ * mpulsweb/model/agency.py (MpulsAgencyOverview.search): Set attribute
+ "sql_where". The sql-where attribute includes the where part of the
+ sql query on the agency overview page. In contrast to the case
+ overview it is not enough to save the ids of the agencys as within a
+ agency the included cases are filtered with the parameters saved in
+ sql_where.
+ * mpulsweb/controllers/evaluation_overview.py
+ (EvaluationOverviewController): Set and save sql_where parameter.
+ * mpulsweb/lib/search.py(_get_options): New. Isolted function wo
+ return search options based on search string.
+ * mpulsweb/lib/validators.py: Added paramenter sql_where to validator
+ * mpulsweb/controllers/evaluate.py
+ (EvaluateController._get_evalparams): Build sql clause for evaluation
+ based on selected ids and specific sql-subquery if present.
+ * mpulsweb/templates/evaluation/evaluate.mako: Added sql_where
+ attribut for formularpage
+ * mpulsweb/templates/evaluation/overview.mako: Always displaye bundled
+ actions for agency-overview.
+
+
2010-12-28 Torsten Irlaender <torsten at intevation.de>
Implement evaluation server
More information about the Mpuls-commits
mailing list