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