[Mpuls-commits] r4054 - base/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 27 19:23:32 CEST 2010
Author: torsten
Date: 2010-10-27 19:23:30 +0200 (Wed, 27 Oct 2010)
New Revision: 4054
Modified:
base/trunk/ChangeLog
Log:
Updated ChangeLog
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-10-27 17:23:02 UTC (rev 4053)
+++ base/trunk/ChangeLog 2010-10-27 17:23:30 UTC (rev 4054)
@@ -48,6 +48,25 @@
the saved db name in the session var "DB_NAME_FROM_LIST".
* mpulsweb/lib/security.py: Issue1271: Replaced info messages with
debugging messages.
+ * mpulsweb/controllers/formularpage.py
+ (FormularpageController._handle_automatic_phase_change): Check
+ validity of the case after automatic phase-change
+ * default_tagging.xml: Fixed default_tagging.
+ * mpulsweb/model/case.py (MpulsCase.checkValidity): Use tagging config
+ defined on application start in app_globals.
+ * mpulsweb/model/case.py (MpulsCase.setPhase), (MpulsCase.getPhase):
+ Added convinience function to get und set the phase of a case. Further
+ the set function now automatically checks the validity of the case
+ after setting the phase.
+ * mpulsweb/controllers/formularpage.py
+ (FormularpageController._handle_automatic_phase_change): Call setPhase
+ method of case object to trigger revalidating the case after setting
+ the phase.
+ * mpulsweb/controllers/phase.py (PhaseController.setPhase): Call setPhase
+ method of case object to trigger revalidating the case after setting
+ the phase.
+ * mpulsweb/lib/app_globals.py: Save location of tagging configuration
+ in a global var. It is used to init the TagSetterConfig.
2010-10-27 Roland Geider <roland.geider at intevation.de>
More information about the Mpuls-commits
mailing list