[Mpuls-commits] r808 - in wasko/branches/2.0: . waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 21 17:12:44 CET 2010


Author: bh
Date: 2010-01-21 17:12:44 +0100 (Thu, 21 Jan 2010)
New Revision: 808

Modified:
   wasko/branches/2.0/ChangeLog.txt
   wasko/branches/2.0/waskaweb/lib/base.py
Log:
* waskaweb/lib/base.py (BaseController.__before__): Remove
evalation server specific code. c.isEvaluationServer is gone now.


Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt	2010-01-21 16:10:56 UTC (rev 807)
+++ wasko/branches/2.0/ChangeLog.txt	2010-01-21 16:12:44 UTC (rev 808)
@@ -1,5 +1,10 @@
 2010-01-21  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/lib/base.py (BaseController.__before__): Remove
+	evalation server specific code. c.isEvaluationServer is gone now.
+
+2010-01-21  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/lib/evaluation.py (Evaluation.where_clause)
 	(Evaluation._build_eval_where_clause): Remove evalation server
 	specific code.

Modified: wasko/branches/2.0/waskaweb/lib/base.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/base.py	2010-01-21 16:10:56 UTC (rev 807)
+++ wasko/branches/2.0/waskaweb/lib/base.py	2010-01-21 16:12:44 UTC (rev 808)
@@ -64,10 +64,6 @@
         self.page_cache = None
 
     def __before__(self):
-        # Determine if we have a server for normal use or for
-        # evalutation purpose.
-        c.isEvaluationServer = config.get('evaluation_server', '0') == '1'
-
         try:
             storedHash = session['AUTH']
             try:



More information about the Mpuls-commits mailing list