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