1 |
|
2009-01-22 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Implemented new XML-Format for formed xml files. |
4 |
|
|
5 |
|
* formed/formed/model/nodecomponents.py, |
6 |
|
formed/formed/io/document.py, |
7 |
|
formed/formed/main.py, |
8 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
9 |
|
node. Under case is the definition of the formular. logbook will |
10 |
|
hold the defintion of logboog entrys. For now only the part under |
11 |
|
"case" can be modified. |
12 |
|
|
13 |
|
2009-01-21 Torsten Irländer <[email protected]> |
14 |
|
|
15 |
|
Changed way how XSD-Scheme is generated |
16 |
|
|
17 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
18 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
19 |
|
exporter as it will rarely change. It logbookpart will not be |
20 |
|
generated from the formedtree anymore. |
21 |
|
|
22 |
|
2009-01-20 Torsten Irländer <[email protected]> |
23 |
|
|
24 |
|
Support Logbook entrys in xsd schema export |
25 |
|
|
26 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
27 |
|
repeatgroups in xsd-export |
28 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
29 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
30 |
|
the offlineclient. |
31 |
|
|
32 |
|
2009-01-09 Torsten Irländer <[email protected]> |
33 |
|
|
34 |
|
Added new repeat node |
35 |
|
|
36 |
|
* formed/formed/model/data.py, |
37 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
38 |
|
TODO: Remove repeatgroup handling from the groupnode. |
39 |
|
|
40 |
2009-01-08 Torsten Irländer <[email protected]> |
2009-01-08 Torsten Irländer <[email protected]> |
41 |
|
|
42 |
Add isset operator to autogenerated rules. |
Add isset operator to autogenerated rules. |