1 |
|
2011-04-29 Björn Ricks <[email protected]> |
2 |
|
|
3 |
|
Add ReferenceNode to be able to create references |
4 |
|
|
5 |
|
* formed/formed/model/data.py: Add ReferenceNode class derived |
6 |
|
from NodeComponent |
7 |
|
* formed/formed/io/document.py: Add creator for parsing ReferenceNodes |
8 |
|
(_toXml): Handle ReferenceNodes like Leafs for saving to an xml |
9 |
|
structure |
10 |
|
|
11 |
|
2011-03-15 Roland Geider <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/plugins/export/xls.py: Generate correct XLS if there |
14 |
|
are conditionals in Choices. |
15 |
|
|
16 |
|
2011-03-14 Roland Geider <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/plugins/export/xsd.py, |
19 |
|
formed/formed/config.py: Generate correct XSD if there are |
20 |
|
conditionals in Choices. Also deactivate the webserver nobody is |
21 |
|
using. |
22 |
|
|
23 |
|
2011-03-08 Roland Geider <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/xsd.py: Updated XSD |
26 |
|
|
27 |
|
2011-02-23 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
Port new RepeatNode attributes "orderby" and "reverse" from libformed |
30 |
|
|
31 |
|
* formed/formed/model/data.py (RepeatNode.__init__): Add |
32 |
|
attributes "orderby" and "reverse" so that they can be edited with |
33 |
|
formed. |
34 |
|
|
35 |
|
2011-02-22 Roland Geider <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/plugins/export/xsd.py: Added support for <float> |
38 |
|
element |
39 |
|
|
40 |
|
2011-01-19 Torsten Irlaender <[email protected]> |
41 |
|
|
42 |
|
* formed/formed/plugins/export/new_sql.py |
43 |
|
(SchemaCreator._createChoice): Fix traversing choicelists wich |
44 |
|
conditional nodes. |
45 |
|
|
46 |
|
2011-01-11 Torsten Irlaender <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/exprtree.py: Added List-Node and Contains |
49 |
|
function. |
50 |
|
|
51 |
|
2010-12-27 Torsten Irlaender <[email protected]> |
52 |
|
|
53 |
|
* formed/formed/model/data.py (WidgetCollector.visitor): Removed |
54 |
|
clause to ignore Repeatgroups. |
55 |
|
|
56 |
|
2010-12-13 Torsten Irlaender <[email protected]> |
57 |
|
|
58 |
|
* formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed |
59 |
|
isRepeat function. Check typ instead of repeat attribute. Removed |
60 |
|
setRepeat function (not used anywhere) |
61 |
|
|
62 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): |
65 |
|
Remove unused variable "inserts" and corresponding commented out |
66 |
|
code. |
67 |
|
|
68 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/plugins/export/rules_sh.py: Remove some commented |
71 |
|
out code. |
72 |
|
|
73 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
74 |
|
|
75 |
|
* formed/formed/plugins/export/rules_sh.py: expand star-import. |
76 |
|
|
77 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
78 |
|
|
79 |
|
* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary): |
80 |
|
Put parentheses around the comparison for the KNOWN operator in |
81 |
|
the generated SQL to ensure correct evaluation order. |
82 |
|
|
83 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
84 |
|
|
85 |
|
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |
86 |
|
New. Map binary formed expr operators to their SQL counterparts. |
87 |
|
(sql_OperatorBinary): Use binary_operator_map instead of a cascade |
88 |
|
of if-statements with lots of code duplication. Also, put |
89 |
|
parentheses around the resulting SQL expression to make sure the |
90 |
|
expression is correctly. This fixes a problem with WASKO tagging |
91 |
|
rules, where the a FormEd expression of the form like "2 1 1980 |
92 |
|
date 1 1 1980 date - 93 *" would be incorrectly converted to the |
93 |
|
SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date" |
94 |
|
|
95 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
96 |
|
|
97 |
|
* formed/formed/plugins/export/rules_sh.py: Fix formatting. |
98 |
|
|
99 |
|
2010-11-15 Torsten Irlaender <[email protected]> |
100 |
|
|
101 |
|
* formed/formed/model/data.py: Do not set attribute "repeat" for |
102 |
|
Repeat-Groups. |
103 |
|
|
104 |
|
2010-11-10 Torsten Irlaender <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/modify/rules.py: Fixed date sequence rule |
107 |
|
checks for date in future. |
108 |
|
|
109 |
|
2010-11-08 Roland Geider <[email protected]> |
110 |
|
|
111 |
|
* formed/formed/plugins/export/xsd.py: validate formedtree.xml |
112 |
|
|
113 |
|
2010-11-08 Roland Geider <[email protected]> |
114 |
|
|
115 |
|
* formed/formed/model/data.py, |
116 |
|
formed/formed/plugins/export/xsd.py, |
117 |
|
formed/formed/config.py: issue1131: generate XSD for case exports |
118 |
|
|
119 |
|
2010-10-21 Torsten Irlaender <[email protected]> |
120 |
|
|
121 |
|
* formed/formed/plugins/export/rules_sh.py: Added new LE-Operator |
122 |
|
* formed/formed/plugins/modify/rules.py: Add error rule to force phase |
123 |
|
relevant datefields not to be "unknown". |
124 |
|
|
125 |
|
2010-10-12 Roland Geider <[email protected]> |
126 |
|
|
127 |
|
* formed/formed/plugins/export/rules_sh.py: Ignore rules if any fields |
128 |
|
in the rule are in a repeat group |
129 |
|
|
130 |
|
2010-10-11 Roland Geider <[email protected]> |
131 |
|
|
132 |
|
* formed/plugins/export/rules_sh.py: Added support to more opperators |
133 |
|
to be able to export the WASKO case |
134 |
|
|
135 |
|
2010-10-06 Torsten Irlaender <[email protected]> |
136 |
|
|
137 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed |
138 |
|
gerating SQL for Rules |
139 |
|
* formed/formed/plugins/export/rules_sh.py (sql_date): Fixed sql_date |
140 |
|
function. |
141 |
|
|
142 |
|
2010-10-05 Torsten Irländer <[email protected]> |
143 |
|
|
144 |
|
* formed/formed/model/data.py: Fixed error when setting tag attribute. |
145 |
|
* formed/formed/plugins/export/rules_sh.py: Added generating exporting |
146 |
|
tagging-xml |
147 |
|
* formed/formed/plugins/modify/rules.py: Do not generate automatic |
148 |
|
tagids for rules. |
149 |
|
|
150 |
|
2010-10-04 Torsten Irländer <[email protected]> |
151 |
|
|
152 |
|
* formed/formed/model/data.py (RuleLeaf.__init__): Added new attribute |
153 |
|
"tag" for rule-leafs |
154 |
|
* formed/formed/config.py: Added export rules as XML to Menu |
155 |
|
* formed/formed/plugins/modify/rules.py |
156 |
|
(GenerateRequiredRules.generateDateSequenceRules): Generate automatic |
157 |
|
tag ids for date-sequence rules |
158 |
|
|
159 |
|
2010-09-30 Torsten Irländer <[email protected]> |
160 |
|
|
161 |
|
* formed/formed/plugins/export/rules_sh.py |
162 |
|
(ExportRulesAsSH.doExport): Filter out duplicted rules. |
163 |
|
|
164 |
2010-09-20 Frank Koormann <[email protected]> |
2010-09-20 Frank Koormann <[email protected]> |
165 |
|
|
166 |
* formed/formed/plugins/export/latex.py (RecursiveExporter): |
* formed/formed/plugins/export/latex.py (RecursiveExporter): |