[Mpuls-commits] r3784 - in waska/trunk: . waskaweb/public/formed
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 27 12:56:02 CEST 2010
Author: torsten
Date: 2010-09-27 12:56:02 +0200 (Mon, 27 Sep 2010)
New Revision: 3784
Modified:
waska/trunk/development_waska.ini
waska/trunk/waskaweb/public/formed/formedtree.xml
Log:
Issue919
Modified: waska/trunk/development_waska.ini
===================================================================
--- waska/trunk/development_waska.ini 2010-09-27 10:24:04 UTC (rev 3783)
+++ waska/trunk/development_waska.ini 2010-09-27 10:56:02 UTC (rev 3784)
@@ -27,6 +27,7 @@
# which moduls are enabled or which phases are present.
mpuls.app.config=%(here)s/waska.json
mpuls.app.dbmapping=%(here)s/default_mapping.json
+mpuls.app.tagging=%(here)s/tagging.xml
# What is the name of the application instance. This is the name of the
# directory containing the instance specific controller, templates and model.
mpuls.app.instance=waskaweb
@@ -48,7 +49,7 @@
mpuls.db.port = 5438
# Define name of the database if fetching name from
# SSL_CLIENT_S_DN_CN in ssl certificte fails.
-mpuls.db.name = waska0005
+mpuls.db.name = waska0010
mpuls.db.database = ka_%s_db
# db_user: first %s -> database name, second %s -> user
mpuls.db.user = ka_%s_%s
Modified: waska/trunk/waskaweb/public/formed/formedtree.xml
===================================================================
--- waska/trunk/waskaweb/public/formed/formedtree.xml 2010-09-27 10:24:04 UTC (rev 3783)
+++ waska/trunk/waskaweb/public/formed/formedtree.xml 2010-09-27 10:56:02 UTC (rev 3784)
@@ -123,12 +123,14 @@
<bool description="duale Berufsausbildung (auch Verbundausbildung)" name="inderausbildung" value="16"/>
<bool description="schulische Berufsausbildung" name="schulischeausbildung" value="8"/>
<bool description="geförderte Berufsausbildung (BaE)" name="gefoerderteausbildung" value="9"/>
+ <bool description="in Ausbildung ohne genauere Angaben" name="ausbildungohneangabe" value="17"/>
<bool description='Alteintrag "in der Ausbildung"' invisible="true" name="alteintrag_inderausbildung" value="1"/>
</group>
<group description="in Arbeit" name="group-9" target="04">
- <bool description="Vollzeit" name="inarbeit_vollzeit" value="12"/>
- <bool description="Teilzeit" name="inarbeit_teilzeit" value="13"/>
+ <bool description="Vollzeit beschäftigt" name="inarbeit_vollzeit" value="12"/>
+ <bool description="Teilzeit beschäftigt" name="inarbeit_teilzeit" value="13"/>
<bool description="Geringfügig beschäftigt" name="inarbeit_gering" value="14"/>
+ <bool description="in Arbeit ohne Angaben zum Beschäftigungsumfang" name="inarbeit_ohneangabe" value="18"/>
<bool description='Alteintrag "in Arbeit"' invisible="true" name="alteintrag_inarbeit" value="2"/>
</group>
<group description="Weitere" name="group-10" target="05">
@@ -1618,8 +1620,8 @@
<bool description="geförderte Berufsausbildung (BaE)" name="gefoerderteausbildung" value="9"/>
</group>
<group description="in Arbeit" name="group-9" target="04">
- <bool description="Vollzeit" name="inarbeit_vollzeit" value="12"/>
- <bool description="Teilzeit" name="inarbeit_teilzeit" value="13"/>
+ <bool description="Vollzeit beschäftigt" name="inarbeit_vollzeit" value="12"/>
+ <bool description="Teilzeit beschäftigt" name="inarbeit_teilzeit" value="13"/>
<bool description="Geringfügig beschäftigt" name="inarbeit_gering" value="14"/>
</group>
<group description="Weitere" name="group-10" target="05">
More information about the Mpuls-commits
mailing list