1 |
|
2010-05-17 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
4 |
|
|
5 |
|
* formed/formed/plugins/export/xls.py: |
6 |
|
Export references (ie where are the lists used). |
7 |
|
|
8 |
|
2010-04-30 Torsten Irländer <[email protected]> |
9 |
|
|
10 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
11 |
|
not generate "%"-rules for required fields in repeat-groups. |
12 |
|
|
13 |
|
2010-04-28 Roland Geider <[email protected]> |
14 |
|
|
15 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
16 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
17 |
|
JMD formedtree.xml validates XSD |
18 |
|
|
19 |
|
2010-04-08 Torsten Irländer <[email protected]> |
20 |
|
|
21 |
|
* formed/formed/plugins/modify/rules.py |
22 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
23 |
|
rules. Generete each rule twice to be able to render errors at both |
24 |
|
datefields. |
25 |
|
|
26 |
|
2010-04-07 Torsten Irländer <[email protected]> |
27 |
|
|
28 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
29 |
|
|
30 |
|
2010-04-06 Torsten Irländer <[email protected]> |
31 |
|
|
32 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
33 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
34 |
|
* formed/formed/plugins/export/new_sql.py |
35 |
|
(ExportAsSQLFilter.doExport): Added comment with |
36 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
37 |
|
* formed/formed/model/exprtree.py: Added years operator. |
38 |
|
|
39 |
|
2010-03-30 Roland Geider <[email protected]> |
40 |
|
|
41 |
|
* formed/formed/plugins/export/latex.py: Added filter |
42 |
|
|
43 |
|
2010-03-25 Roland Geider <[email protected]> |
44 |
|
|
45 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
46 |
|
|
47 |
|
2010-02-11 Frank Koormann <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
50 |
|
|
51 |
|
2009-12-02 Torsten Irländer <[email protected]> |
52 |
|
|
53 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
54 |
|
nodes on traversal. |
55 |
|
|
56 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
59 |
|
in compilation. Does not eval it! |
60 |
|
|
61 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
62 |
|
for variables in repeat groups. |
63 |
|
|
64 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
67 |
|
with new repeat group nodes. |
68 |
|
|
69 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* formed/formed/plugins/export/xsd.py, |
72 |
|
formed/formed/plugins/export/sql.py, |
73 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
74 |
|
|
75 |
|
2009-10-07 Frank Koormann <[email protected]> |
76 |
|
|
77 |
|
* formed/formed/plugins/export/latex.py: |
78 |
|
Adjusted textprocessing to escape tex-active characters. |
79 |
|
|
80 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
83 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
84 |
|
"semi-complete" implementation of logbook tree structure. |
85 |
|
|
86 |
2009-06-18 Torsten Irländer <[email protected]> |
2009-06-18 Torsten Irländer <[email protected]> |
87 |
|
|
88 |
* formed/formed/plugins/export/new_sql.py, |
* formed/formed/plugins/export/new_sql.py, |