[Mpuls-commits] r3849 - in wasko/branches/1.0: . waskaweb/i18n/de/LC_MESSAGES waskaweb/public/xml

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Oct 1 15:35:21 CEST 2010


Author: roland
Date: 2010-10-01 15:35:19 +0200 (Fri, 01 Oct 2010)
New Revision: 3849

Modified:
   wasko/branches/1.0/ChangeLog.txt
   wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
   wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
   wasko/branches/1.0/waskaweb/public/xml/eval_adele.xml
Log:
update versions, evaluation files

Modified: wasko/branches/1.0/ChangeLog.txt
===================================================================
--- wasko/branches/1.0/ChangeLog.txt	2010-10-01 13:22:27 UTC (rev 3848)
+++ wasko/branches/1.0/ChangeLog.txt	2010-10-01 13:35:19 UTC (rev 3849)
@@ -3,6 +3,8 @@
 	* waskaweb/model/datapage.py
 	  formed/formedtree_web.xml: issue1098: update the maximum allowed
 	  date for CM start/end
+	* waskaweb/i18n/de/LC_MESSAGES/waskaweb.po: update version string
+	* waskaweb/public/xml/eval_adele.xml: update evaluations
 
 2010-09-23	Roland Geider <roland.geider at intevation.de>
 

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-10-01 13:22:27 UTC (rev 3848)
+++ wasko/branches/1.0/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po	2010-10-01 13:35:19 UTC (rev 3849)
@@ -8,7 +8,7 @@
 "Project-Id-Version: waskaweb 0.0.0\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2010-05-31 09:28+0200\n"
-"PO-Revision-Date: 2010-09-23 15:05+0100\n"
+"PO-Revision-Date: 2010-10-01 15:34+0100\n"
 "Last-Translator: Roland Geider <roland.geider at intevation.de>\n"
 "Language-Team: de <LL at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -426,7 +426,7 @@
 
 #: waskaweb/templates/main.mako:133
 msgid "footer_version"
-msgstr "23.09.2010 | Version 1.2.3"
+msgstr "01.10.2010 | Version 1.2.4"
 
 #: waskaweb/templates/main_login.mako:39
 msgid "main_login_bmf_phrase"

Modified: wasko/branches/1.0/waskaweb/public/xml/eval_adele.xml
===================================================================
--- wasko/branches/1.0/waskaweb/public/xml/eval_adele.xml	2010-10-01 13:22:27 UTC (rev 3848)
+++ wasko/branches/1.0/waskaweb/public/xml/eval_adele.xml	2010-10-01 13:35:19 UTC (rev 3849)
@@ -1,8 +1,8 @@
 <evaluationset>
   <id>1</id>
-  <version>0.9.1</version>
+  <version>0.9.2</version>
   <name>Verwendungsnachweis</name>
-  <desc>Die Verwendungsnachweise dienen dem Verwendungsnachweis. Sie werden grundsätzlich nur über CM Fälle ausgeführt (Phase ist min. laufendes CM). Weiter muss der Fall die notwendige Validität aufweisen.</desc>
+  <desc>Die Verwendungsnachweise dienen der ESF-Berichterstattung. Sie werden grundsätzlich nur über CM Fälle ausgeführt (Phase ist min. laufendes CM). Weiter muss der Fall die notwendige Validität aufweisen.</desc>
   <requirement>
     <phase>2,3,4,5</phase>
     <validity>1</validity>
@@ -232,7 +232,7 @@
     <desc>Zeigt die Anzahl der Menschen mit Behinderung. Ein Behinderung besteht, wenn in den Angaben zur Entwicklung des jungen Menschen eine anerkannte Behinderung dokumentiert wurde.</desc>
     <basequery>
       <table>master_tbl_eval_total_view</table>
-      <template>SELECT t.id, t.entw_beh, %(xfield)s, %(yfield)s from %(from)s t WHERE %(where)s</template>
+      <template>SELECT t.id, r.entw_beh, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_kompetenz_tbl r ON t.id = r.master_id  WHERE %(where)s</template>
       <where>('%(edate)s'::date &gt;= datum_cm_start AND '%(sdate)s'::date &lt;= coalesce(datum_cm_ende, now()))</where>
     </basequery>
     <xdim>
@@ -246,7 +246,7 @@
       <field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
       <table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
       <join>anzahl</join>
-      <where>(t.entw_beh = 1)</where>
+      <where>(r.entw_beh = 1)</where>
     </ydim>
   </evaluation>
   <evaluation>
@@ -255,7 +255,7 @@
     <desc>Zeigt die Anzahl der Menschen mit sonstiger Benachteiligung. Ein Benachteiligung besteht, wenn in den Angaben zur Entwicklung des jungen Menschen eine a) physische, oder b) psychische Krankheit dokumentiert wurde (geringes Problem oder größer).</desc>
     <basequery>
       <table>master_tbl_eval_total_view</table>
-      <template>SELECT t.id, t.entw_h_1, t.entw_i_1, %(xfield)s, %(yfield)s from %(from)s t WHERE %(where)s</template>
+      <template>SELECT t.id, r.entw_h, r.entw_i, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_kompetenz_tbl r ON t.id = r.master_id  WHERE %(where)s</template>
       <where>('%(edate)s'::date &gt;= datum_cm_start AND '%(sdate)s'::date &lt;= coalesce(datum_cm_ende, now()))</where>
     </basequery>
     <xdim>
@@ -269,7 +269,7 @@
       <field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
       <table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
       <join>anzahl</join>
-      <where>(t.entw_h_1 > 1 or t.entw_i_1 > 1)</where>
+      <where>(r.entw_h > 1 or r.entw_i > 1)</where>
     </ydim>
   </evaluation>
   <evaluation>



More information about the Mpuls-commits mailing list