1 |
|
2010-09-01 Roland Geider <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/modify/rules.py: issue1050: mandatory fields |
4 |
|
appearing double. |
5 |
|
The problem was that the way the formEditor handled fields with |
6 |
|
manually created rules changed. Instead of ignoring fields (very |
7 |
|
early behaviour) or always generating them (early behaviour), now the |
8 |
|
formED will only ignore fields with rules which name starts with |
9 |
|
'required-rule-manual'. This is helpful when the rules for mandatory |
10 |
|
fields are more complex (e.g. mother's name is only required if |
11 |
|
mother is known). |
12 |
|
|
13 |
|
2010-08-10 Torsten Irländer <[email protected]> |
14 |
|
|
15 |
|
* contrib/diff_formed.py: New helperscript to diff to given |
16 |
|
formedtrees |
17 |
|
|
18 |
|
2010-08-09 Roland Geider <[email protected]> |
19 |
|
|
20 |
|
* formed/model/exprtree.py: fixed typo |
21 |
|
|
22 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* formed/po/de_DE.po: Update translations |
25 |
|
|
26 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
27 |
|
|
28 |
|
* formed/po/formed.pot: Regenerated. |
29 |
|
|
30 |
|
* formed/po/de_DE.po: Update. |
31 |
|
|
32 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
35 |
|
usage message |
36 |
|
|
37 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
40 |
|
the order of entries in the .pot-file more predictable. |
41 |
|
|
42 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
45 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
46 |
|
"version" and accessor methods. |
47 |
|
|
48 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
49 |
|
the user set the document version. |
50 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
51 |
|
|
52 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
|
* formed/formed.py, formed/formed/io/document.py, |
55 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
56 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
57 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
58 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
59 |
|
formed/formed/model/nodecomponents.py, |
60 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
61 |
|
acceptable to both python and Emacs. |
62 |
|
|
63 |
|
2010-07-29 Torsten Irländer <[email protected]> |
64 |
|
|
65 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
66 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
67 |
|
user can not select the value in the user interface. But the db will |
68 |
|
have this option so is ist still present in the db an can be used |
69 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
70 |
|
|
71 |
|
2010-07-26 Roland Geider <[email protected]> |
72 |
|
|
73 |
|
* formed/formed/model/nodecomponents.py, |
74 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
75 |
|
into consideration repeat groups |
76 |
|
|
77 |
|
2010-07-21 Torsten Irländer <[email protected]> |
78 |
|
|
79 |
|
Issue870 |
80 |
|
|
81 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
82 |
|
all headers to the referenced fields. Only list labels of the error |
83 |
|
fields, which should be distinct enough. |
84 |
|
|
85 |
|
Issue851 |
86 |
|
|
87 |
|
* formed/formed/model/data.py |
88 |
|
formed/formed/plugins/export/new_sql.py |
89 |
|
formed/formed/plugins/web/view_renderer.py |
90 |
|
formed/formed/io/document.py |
91 |
|
formed/formed/config.py: Added Float-Field to Formed |
92 |
|
|
93 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
94 |
|
|
95 |
|
* formed/formed/plugins/export/rg_sql.py |
96 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
97 |
|
create_master_ds to create the master tbl entry. This way we can |
98 |
|
add SQL code that's specific to an MPuls instance to |
99 |
|
create_master_ds and still have create_master_tbl use that new |
100 |
|
code. This is useful for e.g. the JMD-Struktur part. |
101 |
|
|
102 |
|
2010-06-02 Roland Geider <[email protected]> |
103 |
|
|
104 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
105 |
|
date-sequence-rules unique |
106 |
|
|
107 |
|
2010-06-02 Roland Geider <[email protected]> |
108 |
|
|
109 |
|
* formed/plugins/export/xls.py: updated regular expression |
110 |
|
|
111 |
|
2010-05-17 Frank Koormann <[email protected]> |
112 |
|
|
113 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
114 |
|
|
115 |
|
* formed/formed/plugins/export/xls.py: |
116 |
|
Export references (ie where are the lists used). |
117 |
|
|
118 |
|
2010-04-30 Torsten Irländer <[email protected]> |
119 |
|
|
120 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
121 |
|
not generate "%"-rules for required fields in repeat-groups. |
122 |
|
|
123 |
|
2010-04-28 Roland Geider <[email protected]> |
124 |
|
|
125 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
126 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
127 |
|
JMD formedtree.xml validates XSD |
128 |
|
|
129 |
|
2010-04-08 Torsten Irländer <[email protected]> |
130 |
|
|
131 |
|
* formed/formed/plugins/modify/rules.py |
132 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
133 |
|
rules. Generete each rule twice to be able to render errors at both |
134 |
|
datefields. |
135 |
|
|
136 |
|
2010-04-07 Torsten Irländer <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
139 |
|
|
140 |
|
2010-04-06 Torsten Irländer <[email protected]> |
141 |
|
|
142 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
143 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
144 |
|
* formed/formed/plugins/export/new_sql.py |
145 |
|
(ExportAsSQLFilter.doExport): Added comment with |
146 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
147 |
|
* formed/formed/model/exprtree.py: Added years operator. |
148 |
|
|
149 |
|
2010-03-30 Roland Geider <[email protected]> |
150 |
|
|
151 |
|
* formed/formed/plugins/export/latex.py: Added filter |
152 |
|
|
153 |
|
2010-03-25 Roland Geider <[email protected]> |
154 |
|
|
155 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
156 |
|
|
157 |
|
2010-02-11 Frank Koormann <[email protected]> |
158 |
|
|
159 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
160 |
|
|
161 |
|
2009-12-02 Torsten Irländer <[email protected]> |
162 |
|
|
163 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
164 |
|
nodes on traversal. |
165 |
|
|
166 |
2009-11-17 Sascha L. Teichmann <[email protected]> |
2009-11-17 Sascha L. Teichmann <[email protected]> |
167 |
|
|
168 |
* formed/formed/model/exprtree.py: Recognize '%' vars |
* formed/formed/model/exprtree.py: Recognize '%' vars |