1 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
4 |
|
with new repeat group nodes. |
5 |
|
|
6 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/export/xsd.py, |
9 |
|
formed/formed/plugins/export/sql.py, |
10 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
11 |
|
|
12 |
|
2009-10-07 Frank Koormann <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/plugins/export/latex.py: |
15 |
|
Adjusted textprocessing to escape tex-active characters. |
16 |
|
|
17 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
20 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
21 |
|
"semi-complete" implementation of logbook tree structure. |
22 |
|
|
23 |
|
2009-06-18 Torsten Irländer <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/new_sql.py, |
26 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
27 |
|
added permissions. |
28 |
|
|
29 |
|
2009-06-18 Torsten Irländer <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
32 |
|
page_views, as they do not work with rgroups. |
33 |
|
|
34 |
|
2009-06-17 Torsten Irländer <[email protected]> |
35 |
|
|
36 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
37 |
|
and rolenames. |
38 |
|
|
39 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
42 |
|
|
43 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
46 |
|
|
47 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
50 |
|
nodecomponent names. |
51 |
|
|
52 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
55 |
|
repeat groups if no uuid is given. If a uuid is given then |
56 |
|
the creation is triggered by an xml import. |
57 |
|
|
58 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
61 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
62 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
63 |
|
|
64 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
65 |
|
The old one is deactivated. |
66 |
|
|
67 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
68 |
|
|
69 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
72 |
|
TODO: Adjust execution rights. |
73 |
|
|
74 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
77 |
|
Add functions to create dataset. |
78 |
|
|
79 |
2009-04-24 Sascha L. Teichmann <[email protected]> |
2009-04-24 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
82 |
|
tree structure functions in database. |
83 |
|
|
84 |
|
* formed/formed/config.py: load plug-in. |
85 |
|
|
86 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
89 |
|
RepeatNode. Removed needless methods |
90 |
|
|
91 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
94 |
|
more readable with '=' and '<>'. |
95 |
|
|
96 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
99 |
|
of uuid on anonymization of case. |
100 |
|
|
101 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
104 |
|
case_anonymize(). |
105 |
|
|
106 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
109 |
|
the trees infix. |
110 |
|
|
111 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
112 |
|
readable rules. |
113 |
|
|
114 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
115 |
|
|
116 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
117 |
|
|
118 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
121 |
|
exceptions if there is less or more than one element on stack |
122 |
|
after compilation of expression. |
123 |
|
|
124 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
|
* formed/formed/model/data.py: Removed debug output |
127 |
|
|
128 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
129 |
|
Generate past and future rules. |
130 |
|
|
131 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
132 |
|
|
133 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
134 |
|
|
135 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
136 |
|
|
137 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
138 |
|
|
139 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
140 |
|
|
141 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
142 |
|
|
143 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
144 |
|
|
145 |
|
* formed/formed/model/data.py: Added ConditionalNode |
146 |
|
|
147 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
148 |
|
|
149 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
150 |
|
|
151 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
152 |
|
in date sequence rules more precise. |
153 |
|
|
154 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
155 |
|
|
156 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
157 |
|
|
158 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
159 |
|
|
160 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
161 |
|
|
162 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
163 |
|
Adjusted imports. |
164 |
|
|
165 |
|
2009-03-12 Torsten Irländer <[email protected]> |
166 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
167 |
|
|
168 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
169 |
|
|
170 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
171 |
|
|
172 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
173 |
|
|
174 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
175 |
|
|
176 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
177 |
|
nodecomponent names. |
178 |
|
|
179 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
180 |
|
|
181 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
182 |
|
repeat groups if no uuid is given. If a uuid is given then |
183 |
|
the creation is triggered by an xml import. |
184 |
|
|
185 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
186 |
|
|
187 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
188 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
189 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
190 |
|
|
191 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
192 |
|
The old one is deactivated. |
193 |
|
|
194 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
195 |
|
|
196 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
197 |
|
|
198 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
199 |
|
TODO: Adjust execution rights. |
200 |
|
|
201 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
202 |
|
|
203 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
204 |
|
Add functions to create dataset. |
205 |
|
|
206 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
209 |
|
tree structure functions in database. |
210 |
|
|
211 |
|
* formed/formed/config.py: load plug-in. |
212 |
|
|
213 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
214 |
|
|
215 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
216 |
|
RepeatNode. Removed needless methods |
217 |
|
|
218 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
219 |
|
|
220 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
221 |
|
more readable with '=' and '<>'. |
222 |
|
|
223 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
224 |
|
|
225 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
226 |
|
of uuid on anonymization of case. |
227 |
|
|
228 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
229 |
|
|
230 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
231 |
|
case_anonymize(). |
232 |
|
|
233 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
234 |
|
|
235 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
236 |
|
the trees infix. |
237 |
|
|
238 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
239 |
|
readable rules. |
240 |
|
|
241 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
242 |
|
|
243 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
244 |
|
|
245 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
246 |
|
|
247 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
248 |
|
exceptions if there is less or more than one element on stack |
249 |
|
after compilation of expression. |
250 |
|
|
251 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
|
* formed/formed/model/data.py: Removed debug output |
254 |
|
|
255 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
256 |
|
Generate past and future rules. |
257 |
|
|
258 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
259 |
|
|
260 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
261 |
|
|
262 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
263 |
|
|
264 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
265 |
|
|
266 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
267 |
|
|
268 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
269 |
|
|
270 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
271 |
|
|
272 |
|
* formed/formed/model/data.py: Added ConditionalNode |
273 |
|
|
274 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
275 |
|
|
276 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
277 |
|
|
278 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
279 |
|
in date sequence rules more precise. |
280 |
|
|
281 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
282 |
|
|
283 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
284 |
|
|
285 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
286 |
|
|
287 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
288 |
|
|
289 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
290 |
|
Adjusted imports. |
291 |
|
|
292 |
|
2009-03-12 Torsten Irländer <[email protected]> |
293 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
294 |
|
|
295 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
296 |
|
|
297 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
298 |
|
|
299 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
300 |
|
|
301 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
302 |
|
|
303 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
304 |
|
nodecomponent names. |
305 |
|
|
306 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
307 |
|
|
308 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
309 |
|
repeat groups if no uuid is given. If a uuid is given then |
310 |
|
the creation is triggered by an xml import. |
311 |
|
|
312 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
313 |
|
|
314 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
315 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
316 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
317 |
|
|
318 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
319 |
|
The old one is deactivated. |
320 |
|
|
321 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
322 |
|
|
323 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
324 |
|
|
325 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
326 |
|
TODO: Adjust execution rights. |
327 |
|
|
328 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
329 |
|
|
330 |
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
331 |
Add functions to create dataset. |
Add functions to create dataset. |
332 |
|
|