[Mpuls-commits] r753 - in wasko/branches/1.0: . waskaweb/controllers waskaweb/i18n/de/LC_MESSAGES

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 14 11:47:21 CET 2010


Author: torsten
Date: 2010-01-14 11:47:19 +0100 (Thu, 14 Jan 2010)
New Revision: 753

Modified:
   wasko/branches/1.0/ChangeLog.txt
   wasko/branches/1.0/waskaweb/controllers/case.py
   wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
   wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
Log:
Fixed bug in printing dates in case digest


Modified: wasko/branches/1.0/ChangeLog.txt
===================================================================
--- wasko/branches/1.0/ChangeLog.txt	2010-01-13 14:55:34 UTC (rev 752)
+++ wasko/branches/1.0/ChangeLog.txt	2010-01-14 10:47:19 UTC (rev 753)
@@ -1,3 +1,10 @@
+2010-01-14 	Torsten Irlaender	<torsten.irlaender at intevation.de> 
+
+	* waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
+	  waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
+	  waskaweb/controllers/case.py: Fixed bug on printing dates in case
+	  digest. Set version number to 1.1.1beta2
+
 2010-01-08 	Frank Koormann <frank.koormann at intevation.de>
 
 	* waskaweb/templates/caselifetime/overview.mako: Typo fixed

Modified: wasko/branches/1.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/1.0/waskaweb/controllers/case.py	2010-01-13 14:55:34 UTC (rev 752)
+++ wasko/branches/1.0/waskaweb/controllers/case.py	2010-01-14 10:47:19 UTC (rev 753)
@@ -383,6 +383,9 @@
         formular = []
         c.print_version = 1
         # First page is print version of the digest ()
+        # call self.phase to get phase_pairs
+        c.phase = case.getState().getPhase()
+        self.phase(id)
         c.phasedescription, c.phasestate, c.start_date, c.end_date = self._getStartEndeDateOfPhase(case)
         c.cmfinished = case.getState().getPhase() in (3,4,5)
         c.digest = case.getDigest(empty)

Modified: wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
===================================================================
(Binary files differ)

Modified: wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
===================================================================
--- wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po	2010-01-13 14:55:34 UTC (rev 752)
+++ wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po	2010-01-14 10:47:19 UTC (rev 753)
@@ -8,7 +8,7 @@
 "Project-Id-Version: waskaweb 0.0.0\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2009-10-08 09:54+0200\n"
-"PO-Revision-Date: 2009-12-09 14:32+0100\n"
+"PO-Revision-Date: 2010-01-14 11:42+0100\n"
 "Last-Translator: Torsten Irländer<torsten.irlaender at intevation.de>\n"
 "Language-Team: de <LL at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -453,7 +453,7 @@
 
 #: waskaweb/templates/main.mako:133
 msgid "footer_version"
-msgstr "09.12.2009 | Version 1.1.1beta1"
+msgstr "14.01.2010 | Version 1.1.1beta2"
 
 #: waskaweb/templates/main_login.mako:39
 msgid "main_login_bmf_phrase"



More information about the Mpuls-commits mailing list