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