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]> |
165 |
|
|
166 |
|
* formed/formed/plugins/export/latex.py (RecursiveExporter): |
167 |
|
Add "required"-field information to output and include |
168 |
|
choice list contents. |
169 |
|
|
170 |
|
2010-09-16 Bernhard Herzog <[email protected]> |
171 |
|
|
172 |
|
Avoid database deadlocks that can happen when database clients try |
173 |
|
to work with the same case using two separate database |
174 |
|
connections. See mpuls/issue1145 for details. |
175 |
|
|
176 |
|
* formed/formed/plugins/export/rg_sql.py (SQL_TEMPLATE): Split the |
177 |
|
computation of the new json structure description into the new |
178 |
|
database function compute_case_structure |
179 |
|
(TRIGGER_TMPL): Change the trigger functions to immediately update |
180 |
|
the cached json structure description instead of just setting the |
181 |
|
modified flag. This avoids the lazy recomputation that makes what |
182 |
|
seems like a read-only access (calling get_case_structure) into a |
183 |
|
writing access (updates of the cache). The writes lock the row in |
184 |
|
the case_structure table which prevent other connections from |
185 |
|
accessing the same case. As part of this, the delete triggers are |
186 |
|
now AFTER triggers because the repeat groups instance must have |
187 |
|
been removed when the structure is recomputed. |
188 |
|
(SUBSELECT_TMPL): Since the delete trigger is now an after |
189 |
|
trigger, we need to change the way the master id is computed. We |
190 |
|
cannot join with the repeatgroup table in question because the row |
191 |
|
has already been deleted. However, we can use the master_id |
192 |
|
column of the OLD row to select the row of the parent table. |
193 |
|
(create_triggers): Avoid the inner joins with the current repeat |
194 |
|
group for the above mentioned reasons. In the very common case of |
195 |
|
repeat groups which are direct children of the master_tbl, we can |
196 |
|
compare the master_tbl.id directly with the row's master_id. |
197 |
|
|
198 |
|
2010-09-14 Roland Geider <[email protected]> |
199 |
|
|
200 |
|
* formed/formed/plugins/export/xsd.py: issue1131: update XSD for new |
201 |
|
formedtree structure |
202 |
|
|
203 |
|
2010-09-01 Roland Geider <[email protected]> |
204 |
|
|
205 |
|
* formed/formed/plugins/modify/rules.py: issue1050: mandatory fields |
206 |
|
appearing double. |
207 |
|
The problem was that the way the formEditor handled fields with |
208 |
|
manually created rules changed. Instead of ignoring fields (very |
209 |
|
early behaviour) or always generating them (early behaviour), now the |
210 |
|
formED will only ignore fields with rules which name starts with |
211 |
|
'required-rule-manual'. This is helpful when the rules for mandatory |
212 |
|
fields are more complex (e.g. mother's name is only required if |
213 |
|
mother is known). |
214 |
|
|
215 |
|
2010-08-10 Torsten Irländer <[email protected]> |
216 |
|
|
217 |
|
* contrib/diff_formed.py: New helperscript to diff to given |
218 |
|
formedtrees |
219 |
|
|
220 |
|
2010-08-09 Roland Geider <[email protected]> |
221 |
|
|
222 |
|
* formed/model/exprtree.py: fixed typo |
223 |
|
|
224 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
225 |
|
|
226 |
|
* formed/po/de_DE.po: Update translations |
227 |
|
|
228 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
229 |
|
|
230 |
|
* formed/po/formed.pot: Regenerated. |
231 |
|
|
232 |
|
* formed/po/de_DE.po: Update. |
233 |
|
|
234 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
235 |
|
|
236 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
237 |
|
usage message |
238 |
|
|
239 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
240 |
|
|
241 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
242 |
|
the order of entries in the .pot-file more predictable. |
243 |
|
|
244 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
245 |
|
|
246 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
247 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
248 |
|
"version" and accessor methods. |
249 |
|
|
250 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
251 |
|
the user set the document version. |
252 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
253 |
|
|
254 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
255 |
|
|
256 |
|
* formed/formed.py, formed/formed/io/document.py, |
257 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
258 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
259 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
260 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
261 |
|
formed/formed/model/nodecomponents.py, |
262 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
263 |
|
acceptable to both python and Emacs. |
264 |
|
|
265 |
|
2010-07-29 Torsten Irländer <[email protected]> |
266 |
|
|
267 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
268 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
269 |
|
user can not select the value in the user interface. But the db will |
270 |
|
have this option so is ist still present in the db an can be used |
271 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
272 |
|
|
273 |
|
2010-07-26 Roland Geider <[email protected]> |
274 |
|
|
275 |
|
* formed/formed/model/nodecomponents.py, |
276 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
277 |
|
into consideration repeat groups |
278 |
|
|
279 |
|
2010-07-21 Torsten Irländer <[email protected]> |
280 |
|
|
281 |
|
Issue870 |
282 |
|
|
283 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
284 |
|
all headers to the referenced fields. Only list labels of the error |
285 |
|
fields, which should be distinct enough. |
286 |
|
|
287 |
|
Issue851 |
288 |
|
|
289 |
|
* formed/formed/model/data.py |
290 |
|
formed/formed/plugins/export/new_sql.py |
291 |
|
formed/formed/plugins/web/view_renderer.py |
292 |
|
formed/formed/io/document.py |
293 |
|
formed/formed/config.py: Added Float-Field to Formed |
294 |
|
|
295 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
296 |
|
|
297 |
|
* formed/formed/plugins/export/rg_sql.py |
298 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
299 |
|
create_master_ds to create the master tbl entry. This way we can |
300 |
|
add SQL code that's specific to an MPuls instance to |
301 |
|
create_master_ds and still have create_master_tbl use that new |
302 |
|
code. This is useful for e.g. the JMD-Struktur part. |
303 |
|
|
304 |
|
2010-06-02 Roland Geider <[email protected]> |
305 |
|
|
306 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
307 |
|
date-sequence-rules unique |
308 |
|
|
309 |
|
2010-06-02 Roland Geider <[email protected]> |
310 |
|
|
311 |
|
* formed/plugins/export/xls.py: updated regular expression |
312 |
|
|
313 |
|
2010-05-17 Frank Koormann <[email protected]> |
314 |
|
|
315 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
316 |
|
|
317 |
|
* formed/formed/plugins/export/xls.py: |
318 |
|
Export references (ie where are the lists used). |
319 |
|
|
320 |
|
2010-04-30 Torsten Irländer <[email protected]> |
321 |
|
|
322 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
323 |
|
not generate "%"-rules for required fields in repeat-groups. |
324 |
|
|
325 |
|
2010-04-28 Roland Geider <[email protected]> |
326 |
|
|
327 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
328 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
329 |
|
JMD formedtree.xml validates XSD |
330 |
|
|
331 |
|
2010-04-08 Torsten Irländer <[email protected]> |
332 |
|
|
333 |
|
* formed/formed/plugins/modify/rules.py |
334 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
335 |
|
rules. Generete each rule twice to be able to render errors at both |
336 |
|
datefields. |
337 |
|
|
338 |
|
2010-04-07 Torsten Irländer <[email protected]> |
339 |
|
|
340 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
341 |
|
|
342 |
|
2010-04-06 Torsten Irländer <[email protected]> |
343 |
|
|
344 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
345 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
346 |
|
* formed/formed/plugins/export/new_sql.py |
347 |
|
(ExportAsSQLFilter.doExport): Added comment with |
348 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
349 |
|
* formed/formed/model/exprtree.py: Added years operator. |
350 |
|
|
351 |
|
2010-03-30 Roland Geider <[email protected]> |
352 |
|
|
353 |
|
* formed/formed/plugins/export/latex.py: Added filter |
354 |
|
|
355 |
|
2010-03-25 Roland Geider <[email protected]> |
356 |
|
|
357 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
358 |
|
|
359 |
|
2010-02-11 Frank Koormann <[email protected]> |
360 |
|
|
361 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
362 |
|
|
363 |
|
2009-12-02 Torsten Irländer <[email protected]> |
364 |
|
|
365 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
366 |
|
nodes on traversal. |
367 |
|
|
368 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
369 |
|
|
370 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
371 |
|
in compilation. Does not eval it! |
372 |
|
|
373 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
374 |
|
for variables in repeat groups. |
375 |
|
|
376 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
377 |
|
|
378 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
379 |
|
with new repeat group nodes. |
380 |
|
|
381 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
382 |
|
|
383 |
|
* formed/formed/plugins/export/xsd.py, |
384 |
|
formed/formed/plugins/export/sql.py, |
385 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
386 |
|
|
387 |
|
2009-10-07 Frank Koormann <[email protected]> |
388 |
|
|
389 |
|
* formed/formed/plugins/export/latex.py: |
390 |
|
Adjusted textprocessing to escape tex-active characters. |
391 |
|
|
392 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
393 |
|
|
394 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
395 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
396 |
|
"semi-complete" implementation of logbook tree structure. |
397 |
|
|
398 |
|
2009-06-18 Torsten Irländer <[email protected]> |
399 |
|
|
400 |
|
* formed/formed/plugins/export/new_sql.py, |
401 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
402 |
|
added permissions. |
403 |
|
|
404 |
|
2009-06-18 Torsten Irländer <[email protected]> |
405 |
|
|
406 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
407 |
|
page_views, as they do not work with rgroups. |
408 |
|
|
409 |
|
2009-06-17 Torsten Irländer <[email protected]> |
410 |
|
|
411 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
412 |
|
and rolenames. |
413 |
|
|
414 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
417 |
|
|
418 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
419 |
|
|
420 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
421 |
|
|
422 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
423 |
|
|
424 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
425 |
|
nodecomponent names. |
426 |
|
|
427 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
428 |
|
|
429 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
430 |
|
repeat groups if no uuid is given. If a uuid is given then |
431 |
|
the creation is triggered by an xml import. |
432 |
|
|
433 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
434 |
|
|
435 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
436 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
437 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
438 |
|
|
439 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
440 |
|
The old one is deactivated. |
441 |
|
|
442 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
443 |
|
|
444 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
445 |
|
|
446 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
447 |
|
TODO: Adjust execution rights. |
448 |
|
|
449 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
450 |
|
|
451 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
452 |
|
Add functions to create dataset. |
453 |
|
|
454 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
455 |
|
|
456 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
457 |
|
tree structure functions in database. |
458 |
|
|
459 |
|
* formed/formed/config.py: load plug-in. |
460 |
|
|
461 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
462 |
|
|
463 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
464 |
|
RepeatNode. Removed needless methods |
465 |
|
|
466 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
467 |
|
|
468 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
469 |
|
more readable with '=' and '<>'. |
470 |
|
|
471 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
472 |
|
|
473 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
474 |
|
of uuid on anonymization of case. |
475 |
|
|
476 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
477 |
|
|
478 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
479 |
|
case_anonymize(). |
480 |
|
|
481 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
482 |
|
|
483 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
484 |
|
the trees infix. |
485 |
|
|
486 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
487 |
|
readable rules. |
488 |
|
|
489 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
490 |
|
|
491 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
492 |
|
|
493 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
494 |
|
|
495 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
496 |
|
exceptions if there is less or more than one element on stack |
497 |
|
after compilation of expression. |
498 |
|
|
499 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
500 |
|
|
501 |
|
* formed/formed/model/data.py: Removed debug output |
502 |
|
|
503 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
504 |
|
Generate past and future rules. |
505 |
|
|
506 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
507 |
|
|
508 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
509 |
|
|
510 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
511 |
|
|
512 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
513 |
|
|
514 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
515 |
|
|
516 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
517 |
|
|
518 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
519 |
|
|
520 |
|
* formed/formed/model/data.py: Added ConditionalNode |
521 |
|
|
522 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
523 |
|
|
524 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
525 |
|
|
526 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
527 |
|
in date sequence rules more precise. |
528 |
|
|
529 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
530 |
|
|
531 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
532 |
|
|
533 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
534 |
|
|
535 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
536 |
|
|
537 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
538 |
|
Adjusted imports. |
539 |
|
|
540 |
|
2009-03-12 Torsten Irländer <[email protected]> |
541 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
542 |
|
|
543 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
544 |
|
|
545 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
546 |
|
|
547 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
548 |
|
|
549 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
550 |
|
|
551 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
552 |
|
nodecomponent names. |
553 |
|
|
554 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
555 |
|
|
556 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
557 |
|
repeat groups if no uuid is given. If a uuid is given then |
558 |
|
the creation is triggered by an xml import. |
559 |
|
|
560 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
561 |
|
|
562 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
563 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
564 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
565 |
|
|
566 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
567 |
|
The old one is deactivated. |
568 |
|
|
569 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
570 |
|
|
571 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
572 |
|
|
573 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
574 |
|
TODO: Adjust execution rights. |
575 |
|
|
576 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
577 |
|
|
578 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
579 |
|
Add functions to create dataset. |
580 |
|
|
581 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
582 |
|
|
583 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
584 |
|
tree structure functions in database. |
585 |
|
|
586 |
|
* formed/formed/config.py: load plug-in. |
587 |
|
|
588 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
589 |
|
|
590 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
591 |
|
RepeatNode. Removed needless methods |
592 |
|
|
593 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
594 |
|
|
595 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
596 |
|
more readable with '=' and '<>'. |
597 |
|
|
598 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
599 |
|
|
600 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
601 |
|
of uuid on anonymization of case. |
602 |
|
|
603 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
604 |
|
|
605 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
606 |
|
case_anonymize(). |
607 |
|
|
608 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
609 |
|
|
610 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
611 |
|
the trees infix. |
612 |
|
|
613 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
614 |
|
readable rules. |
615 |
|
|
616 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
617 |
|
|
618 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
619 |
|
|
620 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
621 |
|
|
622 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
623 |
|
exceptions if there is less or more than one element on stack |
624 |
|
after compilation of expression. |
625 |
|
|
626 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
627 |
|
|
628 |
|
* formed/formed/model/data.py: Removed debug output |
629 |
|
|
630 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
631 |
|
Generate past and future rules. |
632 |
|
|
633 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
634 |
|
|
635 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
636 |
|
|
637 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
638 |
|
|
639 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
640 |
|
|
641 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
642 |
|
|
643 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
644 |
|
|
645 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
646 |
|
|
647 |
|
* formed/formed/model/data.py: Added ConditionalNode |
648 |
|
|
649 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
650 |
|
|
651 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
652 |
|
|
653 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
654 |
|
in date sequence rules more precise. |
655 |
|
|
656 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
657 |
|
|
658 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
659 |
|
|
660 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
661 |
|
|
662 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
663 |
|
|
664 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
665 |
|
Adjusted imports. |
666 |
|
|
667 |
|
2009-03-12 Torsten Irländer <[email protected]> |
668 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
669 |
|
|
670 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
671 |
|
|
672 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
673 |
|
|
674 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
675 |
|
|
676 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
677 |
|
|
678 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
679 |
|
nodecomponent names. |
680 |
|
|
681 |
2009-05-06 Sascha L. Teichmann <[email protected]> |
2009-05-06 Sascha L. Teichmann <[email protected]> |
682 |
|
|
683 |
* formed/formed/plugins/export/rg_sql.py: Only create depending |
* formed/formed/plugins/export/rg_sql.py: Only create depending |