1 |
|
2011-01-19 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/new_sql.py |
4 |
|
(SchemaCreator._createChoice): Fix traversing choicelists wich |
5 |
|
conditional nodes. |
6 |
|
|
7 |
|
2011-01-11 Torsten Irlaender <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/model/exprtree.py: Added List-Node and Contains |
10 |
|
function. |
11 |
|
|
12 |
|
2010-12-27 Torsten Irlaender <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/model/data.py (WidgetCollector.visitor): Removed |
15 |
|
clause to ignore Repeatgroups. |
16 |
|
|
17 |
|
2010-12-13 Torsten Irlaender <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed |
20 |
|
isRepeat function. Check typ instead of repeat attribute. Removed |
21 |
|
setRepeat function (not used anywhere) |
22 |
|
|
23 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): |
26 |
|
Remove unused variable "inserts" and corresponding commented out |
27 |
|
code. |
28 |
|
|
29 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/rules_sh.py: Remove some commented |
32 |
|
out code. |
33 |
|
|
34 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
35 |
|
|
36 |
|
* formed/formed/plugins/export/rules_sh.py: expand star-import. |
37 |
|
|
38 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary): |
41 |
|
Put parentheses around the comparison for the KNOWN operator in |
42 |
|
the generated SQL to ensure correct evaluation order. |
43 |
|
|
44 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
45 |
|
|
46 |
|
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |
47 |
|
New. Map binary formed expr operators to their SQL counterparts. |
48 |
|
(sql_OperatorBinary): Use binary_operator_map instead of a cascade |
49 |
|
of if-statements with lots of code duplication. Also, put |
50 |
|
parentheses around the resulting SQL expression to make sure the |
51 |
|
expression is correctly. This fixes a problem with WASKO tagging |
52 |
|
rules, where the a FormEd expression of the form like "2 1 1980 |
53 |
|
date 1 1 1980 date - 93 *" would be incorrectly converted to the |
54 |
|
SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date" |
55 |
|
|
56 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
57 |
|
|
58 |
|
* formed/formed/plugins/export/rules_sh.py: Fix formatting. |
59 |
|
|
60 |
|
2010-11-15 Torsten Irlaender <[email protected]> |
61 |
|
|
62 |
|
* formed/formed/model/data.py: Do not set attribute "repeat" for |
63 |
|
Repeat-Groups. |
64 |
|
|
65 |
|
2010-11-10 Torsten Irlaender <[email protected]> |
66 |
|
|
67 |
|
* formed/formed/plugins/modify/rules.py: Fixed date sequence rule |
68 |
|
checks for date in future. |
69 |
|
|
70 |
|
2010-11-08 Roland Geider <[email protected]> |
71 |
|
|
72 |
|
* formed/formed/plugins/export/xsd.py: validate formedtree.xml |
73 |
|
|
74 |
|
2010-11-08 Roland Geider <[email protected]> |
75 |
|
|
76 |
|
* formed/formed/model/data.py, |
77 |
|
formed/formed/plugins/export/xsd.py, |
78 |
|
formed/formed/config.py: issue1131: generate XSD for case exports |
79 |
|
|
80 |
|
2010-10-21 Torsten Irlaender <[email protected]> |
81 |
|
|
82 |
|
* formed/formed/plugins/export/rules_sh.py: Added new LE-Operator |
83 |
|
* formed/formed/plugins/modify/rules.py: Add error rule to force phase |
84 |
|
relevant datefields not to be "unknown". |
85 |
|
|
86 |
|
2010-10-12 Roland Geider <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/plugins/export/rules_sh.py: Ignore rules if any fields |
89 |
|
in the rule are in a repeat group |
90 |
|
|
91 |
|
2010-10-11 Roland Geider <[email protected]> |
92 |
|
|
93 |
|
* formed/plugins/export/rules_sh.py: Added support to more opperators |
94 |
|
to be able to export the WASKO case |
95 |
|
|
96 |
|
2010-10-06 Torsten Irlaender <[email protected]> |
97 |
|
|
98 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed |
99 |
|
gerating SQL for Rules |
100 |
|
* formed/formed/plugins/export/rules_sh.py (sql_date): Fixed sql_date |
101 |
|
function. |
102 |
|
|
103 |
2010-10-05 Torsten Irländer <[email protected]> |
2010-10-05 Torsten Irländer <[email protected]> |
104 |
|
|
105 |
* formed/formed/model/data.py: Fixed error when setting tag attribute. |
* formed/formed/model/data.py: Fixed error when setting tag attribute. |