[Mpuls-commits] r4830 - waska/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 30 09:26:45 CEST 2011
Author: torsten
Date: 2011-03-30 09:26:45 +0200 (Wed, 30 Mar 2011)
New Revision: 4830
Modified:
waska/trunk/ChangeLog
waska/trunk/tagging.xml
Log:
Issue1965: Removed tagging rules for "redated" datefields.
Modified: waska/trunk/ChangeLog
===================================================================
--- waska/trunk/ChangeLog 2011-03-29 13:41:54 UTC (rev 4829)
+++ waska/trunk/ChangeLog 2011-03-30 07:26:45 UTC (rev 4830)
@@ -1,3 +1,8 @@
+2011-03-30 Torsten Irlaender <torsten at intevation.de>
+
+ * tagging.xml: Issue1965: Removed tagging rules for redated date
+ fields.
+
2011-03-25 Katharina Schütze <katharina.schuetze at intevation.de>
* waskaweb/public/formed/annotations.xhtml: some typos fixed
according to issue 1954 (3.1, 4.2, 5.)
Modified: waska/trunk/tagging.xml
===================================================================
--- waska/trunk/tagging.xml 2011-03-29 13:41:54 UTC (rev 4829)
+++ waska/trunk/tagging.xml 2011-03-30 07:26:45 UTC (rev 4830)
@@ -251,16 +251,6 @@
<sql>SELECT id from ( %(table)s ) m WHERE ( TRUE )</sql>
</deltag>
</check>
- <check tagid="112">
- <name>Rückdatierung von CM-Fällen verhindern</name>
- <desc>Das Datum darf nicht vor dem 1.9.2010 liegen</desc>
- <addtag>
- <sql>SELECT id from ( %(table)s ) m WHERE ( NOT ( NOT ( ( ( datum_feststellung IS NOT NULL ) AND datum_feststellung < '2010-09-01'::date ) ) ) )</sql>
- </addtag>
- <deltag>
- <sql>SELECT id from ( %(table)s ) m WHERE ( TRUE )</sql>
- </deltag>
- </check>
<check tagid="1025">
<name>Das Datum darf nicht "unbekannt" sein.</name>
<desc>Das Datum darf nicht "unbekannt" sein.</desc>
@@ -351,16 +341,6 @@
<sql>SELECT id from ( %(table)s ) m WHERE ( TRUE )</sql>
</deltag>
</check>
- <check tagid="115">
- <name>Rückdatierung von CM-Fällen verhindern</name>
- <desc>Das Datum darf nicht vor dem 1.9.2010 liegen</desc>
- <addtag>
- <sql>SELECT id from ( %(table)s ) m WHERE ( NOT ( NOT ( ( ( beendigung_5 IS NOT NULL ) AND beendigung_5 < '2010-09-01'::date ) ) ) )</sql>
- </addtag>
- <deltag>
- <sql>SELECT id from ( %(table)s ) m WHERE ( TRUE )</sql>
- </deltag>
- </check>
<check tagid="1035">
<name>Das Datum darf nicht "unbekannt" sein.</name>
<desc>Das Datum darf nicht "unbekannt" sein.</desc>
More information about the Mpuls-commits
mailing list