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