[Mpuls-commits] r3148 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 7 14:38:22 CEST 2010


Author: torsten
Date: 2010-07-07 14:38:21 +0200 (Wed, 07 Jul 2010)
New Revision: 3148

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new config var "changemode" for phases
to configure how the phase change can be done. Change can be done
"manually", "half automatic", "full automatic"


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2010-07-07 10:27:44 UTC (rev 3147)
+++ base/trunk/mpulsweb/lib/config.py	2010-07-07 12:38:21 UTC (rev 3148)
@@ -220,6 +220,13 @@
 
         # PHASES
         # --------
+        # Mode of phase changes
+        # Set the mode how phases are changed
+        #   * 0 = Manual, old behavior (Default)
+        #   * 1 = Half automatic, Dialog based
+        #   * 2 = Full automatic
+        set('phases', 'changemode', 0)
+
         # Available Phases:
         set('phases', 'phases', [])
 



More information about the Mpuls-commits mailing list