[Mpuls-commits] r3883 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 4 19:50:20 CEST 2010
Author: bh
Date: 2010-10-04 19:50:19 +0200 (Mon, 04 Oct 2010)
New Revision: 3883
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/renderer.py
Log:
* mpulsweb/lib/renderer.py (ViewRenderer._checkWarnings): Fix typo
in comment
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-10-04 14:23:06 UTC (rev 3882)
+++ base/trunk/ChangeLog 2010-10-04 17:50:19 UTC (rev 3883)
@@ -1,5 +1,10 @@
2010-10-04 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/renderer.py (ViewRenderer._checkWarnings): Fix typo
+ in comment
+
+2010-10-04 Bernhard Herzog <bh at intevation.de>
+
Make the name of the authorization cookie configurable. This
makes it possible to run several mpuls applications on the same
host on different ports and to log in to all of them at the same
Modified: base/trunk/mpulsweb/lib/renderer.py
===================================================================
--- base/trunk/mpulsweb/lib/renderer.py 2010-10-04 14:23:06 UTC (rev 3882)
+++ base/trunk/mpulsweb/lib/renderer.py 2010-10-04 17:50:19 UTC (rev 3883)
@@ -341,9 +341,9 @@
name = meta.getName()
id = node.getIdentifier()
- # add all checked widgets to warning order, even if the have no
- # warnings or no warning rules so that the widget_order list
- # can be used to order the errors too.
+ # add all checked widgets to warning_order, even if they have no
+ # warnings or no warning rules so that the widget_order list can
+ # be used to order the errors too.
self.widget_order.append(id)
formed = self.it.getFormEd()
More information about the Mpuls-commits
mailing list