[Mpuls-commits] r347 - in wasko/trunk: . waskaweb/i18n/de/LC_MESSAGES waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 9 17:47:42 CET 2009
Author: torsten
Date: 2009-03-09 17:47:40 +0100 (Mon, 09 Mar 2009)
New Revision: 347
Modified:
wasko/trunk/ChangeLog.txt
wasko/trunk/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
wasko/trunk/waskaweb/lib/security.py
Log:
Changed version string to 0.4-preview
Modified: wasko/trunk/ChangeLog.txt
===================================================================
--- wasko/trunk/ChangeLog.txt 2009-03-09 14:12:10 UTC (rev 346)
+++ wasko/trunk/ChangeLog.txt 2009-03-09 16:47:40 UTC (rev 347)
@@ -1,3 +1,9 @@
+2009-03-09 Torsten Irlaender <torsten.irlaender at intevation.de>
+
+ Set Version String to 0.4-preview
+
+ * waskaweb/i18n/de/LC_MESSAGES/waskaweb.po: Changed version string
+
2009-03-09 Sascha L. Teichmann <teichmann at intevation.de>
* waskaweb/model/casexml.py: lower case uuids.
Modified: wasko/trunk/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
===================================================================
--- wasko/trunk/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po 2009-03-09 14:12:10 UTC (rev 346)
+++ wasko/trunk/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po 2009-03-09 16:47:40 UTC (rev 347)
@@ -552,7 +552,7 @@
#: waskaweb/templates/main.mako:197
msgid "footer_version"
-msgstr "05.03.2009 | Version 0.3-preview"
+msgstr "09.03.2009 | Version 0.4-preview"
#: waskaweb/templates/main_login.mako:38
msgid "main_login_bmf_phrase"
Modified: wasko/trunk/waskaweb/lib/security.py
===================================================================
--- wasko/trunk/waskaweb/lib/security.py 2009-03-09 14:12:10 UTC (rev 346)
+++ wasko/trunk/waskaweb/lib/security.py 2009-03-09 16:47:40 UTC (rev 347)
@@ -157,7 +157,7 @@
# This is likely a login failure
# XXX: Is there a way in DB Api 2.0 to determine
# this database independent?
- pass
+ traceback.print_exc(file=sys.stderr)
except:
traceback.print_exc(file=sys.stderr)
return None
More information about the Mpuls-commits
mailing list