1 |
|
2009-01-21 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Changed way how XSD-Scheme is generated |
4 |
|
|
5 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
6 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
7 |
|
exporter as it will rarely change. It logbookpart will not be |
8 |
|
generated from the formedtree anymore. |
9 |
|
|
10 |
|
2009-01-20 Torsten Irländer <[email protected]> |
11 |
|
|
12 |
|
Support Logbook entrys in xsd schema export |
13 |
|
|
14 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
15 |
|
repeatgroups in xsd-export |
16 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
17 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
18 |
|
the offlineclient. |
19 |
|
|
20 |
|
2009-01-09 Torsten Irländer <[email protected]> |
21 |
|
|
22 |
|
Added new repeat node |
23 |
|
|
24 |
|
* formed/formed/model/data.py, |
25 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
26 |
|
TODO: Remove repeatgroup handling from the groupnode. |
27 |
|
|
28 |
|
2009-01-08 Torsten Irländer <[email protected]> |
29 |
|
|
30 |
|
Add isset operator to autogenerated rules. |
31 |
|
|
32 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
33 |
|
autogenerated rules. |
34 |
|
|
35 |
|
2008-12-17 Frank Koormann <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
38 |
|
latex tables to be included into a master document. The export |
39 |
|
generates section marks to structure the form and placeholders for |
40 |
|
help texts to be merged in by a post processing step. |
41 |
|
|
42 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
45 |
|
on the stack. |
46 |
|
|
47 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
50 |
|
storage of fields. |
51 |
|
|
52 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
53 |
|
fields as an accepted value. Generate schema for radio groups too. |
54 |
|
|
55 |
|
2008-12-01 Torsten Irländer <[email protected]> |
56 |
|
|
57 |
|
Added autmatic generation of required rules |
58 |
|
|
59 |
|
* formed/formed/model/data.py, |
60 |
|
formed/formed/model/expr.py, |
61 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
62 |
|
fields can now be generated. |
63 |
|
|
64 |
2008-11-28 Sascha L. Teichmann <[email protected]> |
2008-11-28 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |