[Mpuls-commits] r2922 - in base/trunk: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 8 12:52:15 CEST 2010


Author: roland
Date: 2010-06-08 12:52:14 +0200 (Tue, 08 Jun 2010)
New Revision: 2922

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/config.py
Log:
added comments on config vars

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-06-08 10:50:22 UTC (rev 2921)
+++ base/trunk/ChangeLog	2010-06-08 10:52:14 UTC (rev 2922)
@@ -4,6 +4,7 @@
         icon with unknown phase
         * mpulsweb/templates/casemanagement/digest_body.mako: make the validity
         icon configurable
+        * mpulsweb/lib/config.py: added comment on config var
 
 2010-06-08  Roland Geider <roland.geider at intevation.de>
 

Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2010-06-08 10:50:22 UTC (rev 2921)
+++ base/trunk/mpulsweb/lib/config.py	2010-06-08 10:52:14 UTC (rev 2922)
@@ -146,8 +146,10 @@
         set('case-module', 'documents', '1')
         set('case-module', 'logbook', '1')
         set('case-module', 'tags', '0')
-        set('case-module', 'checktags', '0')
-        set('case-module', 'copy', '0')
+        #enable application based tagging (devel)
+        set('case-module', 'checktags', '0') 
+        #enable the case-copy function in template (devel)
+        set('case-module', 'copy', '0') 
 
         # CASE FIELDS
         #



More information about the Mpuls-commits mailing list