1 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* formed/po/formed.pot: Regenerated. |
4 |
|
|
5 |
|
* formed/po/de_DE.po: Update. |
6 |
|
|
7 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
10 |
|
usage message |
11 |
|
|
12 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
15 |
|
the order of entries in the .pot-file more predictable. |
16 |
|
|
17 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
20 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
21 |
|
"version" and accessor methods. |
22 |
|
|
23 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
24 |
|
the user set the document version. |
25 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
26 |
|
|
27 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* formed/formed.py, formed/formed/io/document.py, |
30 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
31 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
32 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
33 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
34 |
|
formed/formed/model/nodecomponents.py, |
35 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
36 |
|
acceptable to both python and Emacs. |
37 |
|
|
38 |
|
2010-07-29 Torsten Irländer <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
41 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
42 |
|
user can not select the value in the user interface. But the db will |
43 |
|
have this option so is ist still present in the db an can be used |
44 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
45 |
|
|
46 |
|
2010-07-26 Roland Geider <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/nodecomponents.py, |
49 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
50 |
|
into consideration repeat groups |
51 |
|
|
52 |
|
2010-07-21 Torsten Irländer <[email protected]> |
53 |
|
|
54 |
|
Issue870 |
55 |
|
|
56 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
57 |
|
all headers to the referenced fields. Only list labels of the error |
58 |
|
fields, which should be distinct enough. |
59 |
|
|
60 |
|
Issue851 |
61 |
|
|
62 |
|
* formed/formed/model/data.py |
63 |
|
formed/formed/plugins/export/new_sql.py |
64 |
|
formed/formed/plugins/web/view_renderer.py |
65 |
|
formed/formed/io/document.py |
66 |
|
formed/formed/config.py: Added Float-Field to Formed |
67 |
|
|
68 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/plugins/export/rg_sql.py |
71 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
72 |
|
create_master_ds to create the master tbl entry. This way we can |
73 |
|
add SQL code that's specific to an MPuls instance to |
74 |
|
create_master_ds and still have create_master_tbl use that new |
75 |
|
code. This is useful for e.g. the JMD-Struktur part. |
76 |
|
|
77 |
|
2010-06-02 Roland Geider <[email protected]> |
78 |
|
|
79 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
80 |
|
date-sequence-rules unique |
81 |
|
|
82 |
|
2010-06-02 Roland Geider <[email protected]> |
83 |
|
|
84 |
|
* formed/plugins/export/xls.py: updated regular expression |
85 |
|
|
86 |
|
2010-05-17 Frank Koormann <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
89 |
|
|
90 |
|
* formed/formed/plugins/export/xls.py: |
91 |
|
Export references (ie where are the lists used). |
92 |
|
|
93 |
|
2010-04-30 Torsten Irländer <[email protected]> |
94 |
|
|
95 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
96 |
|
not generate "%"-rules for required fields in repeat-groups. |
97 |
|
|
98 |
|
2010-04-28 Roland Geider <[email protected]> |
99 |
|
|
100 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
101 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
102 |
|
JMD formedtree.xml validates XSD |
103 |
|
|
104 |
|
2010-04-08 Torsten Irländer <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/modify/rules.py |
107 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
108 |
|
rules. Generete each rule twice to be able to render errors at both |
109 |
|
datefields. |
110 |
|
|
111 |
|
2010-04-07 Torsten Irländer <[email protected]> |
112 |
|
|
113 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
114 |
|
|
115 |
|
2010-04-06 Torsten Irländer <[email protected]> |
116 |
|
|
117 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
118 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
119 |
|
* formed/formed/plugins/export/new_sql.py |
120 |
|
(ExportAsSQLFilter.doExport): Added comment with |
121 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
122 |
|
* formed/formed/model/exprtree.py: Added years operator. |
123 |
|
|
124 |
|
2010-03-30 Roland Geider <[email protected]> |
125 |
|
|
126 |
|
* formed/formed/plugins/export/latex.py: Added filter |
127 |
|
|
128 |
|
2010-03-25 Roland Geider <[email protected]> |
129 |
|
|
130 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
131 |
|
|
132 |
|
2010-02-11 Frank Koormann <[email protected]> |
133 |
|
|
134 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
135 |
|
|
136 |
|
2009-12-02 Torsten Irländer <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
139 |
|
nodes on traversal. |
140 |
|
|
141 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
142 |
|
|
143 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
144 |
|
in compilation. Does not eval it! |
145 |
|
|
146 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
147 |
|
for variables in repeat groups. |
148 |
|
|
149 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
150 |
|
|
151 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
152 |
|
with new repeat group nodes. |
153 |
|
|
154 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
155 |
|
|
156 |
|
* formed/formed/plugins/export/xsd.py, |
157 |
|
formed/formed/plugins/export/sql.py, |
158 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
159 |
|
|
160 |
|
2009-10-07 Frank Koormann <[email protected]> |
161 |
|
|
162 |
|
* formed/formed/plugins/export/latex.py: |
163 |
|
Adjusted textprocessing to escape tex-active characters. |
164 |
|
|
165 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
166 |
|
|
167 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
168 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
169 |
|
"semi-complete" implementation of logbook tree structure. |
170 |
|
|
171 |
|
2009-06-18 Torsten Irländer <[email protected]> |
172 |
|
|
173 |
|
* formed/formed/plugins/export/new_sql.py, |
174 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
175 |
|
added permissions. |
176 |
|
|
177 |
|
2009-06-18 Torsten Irländer <[email protected]> |
178 |
|
|
179 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
180 |
|
page_views, as they do not work with rgroups. |
181 |
|
|
182 |
|
2009-06-17 Torsten Irländer <[email protected]> |
183 |
|
|
184 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
185 |
|
and rolenames. |
186 |
|
|
187 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
188 |
|
|
189 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
190 |
|
|
191 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
192 |
|
|
193 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
194 |
|
|
195 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
196 |
|
|
197 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
198 |
|
nodecomponent names. |
199 |
|
|
200 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
201 |
|
|
202 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
203 |
|
repeat groups if no uuid is given. If a uuid is given then |
204 |
|
the creation is triggered by an xml import. |
205 |
|
|
206 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
209 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
210 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
211 |
|
|
212 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
213 |
|
The old one is deactivated. |
214 |
|
|
215 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
216 |
|
|
217 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
218 |
|
|
219 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
220 |
|
TODO: Adjust execution rights. |
221 |
|
|
222 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
223 |
|
|
224 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
225 |
|
Add functions to create dataset. |
226 |
|
|
227 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
228 |
|
|
229 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
230 |
|
tree structure functions in database. |
231 |
|
|
232 |
|
* formed/formed/config.py: load plug-in. |
233 |
|
|
234 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
235 |
|
|
236 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
237 |
|
RepeatNode. Removed needless methods |
238 |
|
|
239 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
240 |
|
|
241 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
242 |
|
more readable with '=' and '<>'. |
243 |
|
|
244 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
245 |
|
|
246 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
247 |
|
of uuid on anonymization of case. |
248 |
|
|
249 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
250 |
|
|
251 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
252 |
|
case_anonymize(). |
253 |
|
|
254 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
255 |
|
|
256 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
257 |
|
the trees infix. |
258 |
|
|
259 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
260 |
|
readable rules. |
261 |
|
|
262 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
263 |
|
|
264 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
265 |
|
|
266 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
267 |
|
|
268 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
269 |
|
exceptions if there is less or more than one element on stack |
270 |
|
after compilation of expression. |
271 |
|
|
272 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
273 |
|
|
274 |
|
* formed/formed/model/data.py: Removed debug output |
275 |
|
|
276 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
277 |
|
Generate past and future rules. |
278 |
|
|
279 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
280 |
|
|
281 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
282 |
|
|
283 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
284 |
|
|
285 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
286 |
|
|
287 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
288 |
|
|
289 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
290 |
|
|
291 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
292 |
|
|
293 |
|
* formed/formed/model/data.py: Added ConditionalNode |
294 |
|
|
295 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
296 |
|
|
297 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
298 |
|
|
299 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
300 |
|
in date sequence rules more precise. |
301 |
|
|
302 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
303 |
|
|
304 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
305 |
|
|
306 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
307 |
|
|
308 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
309 |
|
|
310 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
311 |
|
Adjusted imports. |
312 |
|
|
313 |
|
2009-03-12 Torsten Irländer <[email protected]> |
314 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
315 |
|
|
316 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
317 |
|
|
318 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
319 |
|
|
320 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
321 |
|
|
322 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
323 |
|
|
324 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
325 |
|
nodecomponent names. |
326 |
|
|
327 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
328 |
|
|
329 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
330 |
|
repeat groups if no uuid is given. If a uuid is given then |
331 |
|
the creation is triggered by an xml import. |
332 |
|
|
333 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
334 |
|
|
335 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
336 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
337 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
338 |
|
|
339 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
340 |
|
The old one is deactivated. |
341 |
|
|
342 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
343 |
|
|
344 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
345 |
|
|
346 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
347 |
|
TODO: Adjust execution rights. |
348 |
|
|
349 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
350 |
|
|
351 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
352 |
|
Add functions to create dataset. |
353 |
|
|
354 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
355 |
|
|
356 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
357 |
|
tree structure functions in database. |
358 |
|
|
359 |
|
* formed/formed/config.py: load plug-in. |
360 |
|
|
361 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
362 |
|
|
363 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
364 |
|
RepeatNode. Removed needless methods |
365 |
|
|
366 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
367 |
|
|
368 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
369 |
|
more readable with '=' and '<>'. |
370 |
|
|
371 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
372 |
|
|
373 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
374 |
|
of uuid on anonymization of case. |
375 |
|
|
376 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
377 |
|
|
378 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
379 |
|
case_anonymize(). |
380 |
|
|
381 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
382 |
|
|
383 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
384 |
|
the trees infix. |
385 |
|
|
386 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
387 |
|
readable rules. |
388 |
|
|
389 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
390 |
|
|
391 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
392 |
|
|
393 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
394 |
|
|
395 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
396 |
|
exceptions if there is less or more than one element on stack |
397 |
|
after compilation of expression. |
398 |
|
|
399 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
400 |
|
|
401 |
|
* formed/formed/model/data.py: Removed debug output |
402 |
|
|
403 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
404 |
|
Generate past and future rules. |
405 |
|
|
406 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
407 |
|
|
408 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
409 |
|
|
410 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
411 |
|
|
412 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
413 |
|
|
414 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
417 |
|
|
418 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
419 |
|
|
420 |
|
* formed/formed/model/data.py: Added ConditionalNode |
421 |
|
|
422 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
423 |
|
|
424 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
425 |
|
|
426 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
427 |
|
in date sequence rules more precise. |
428 |
|
|
429 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
430 |
|
|
431 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
432 |
|
|
433 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
434 |
|
|
435 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
436 |
|
|
437 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
438 |
|
Adjusted imports. |
439 |
|
|
440 |
|
2009-03-12 Torsten Irländer <[email protected]> |
441 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
442 |
|
|
443 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
444 |
|
|
445 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
446 |
|
|
447 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
448 |
|
|
449 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
450 |
|
|
451 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
452 |
|
nodecomponent names. |
453 |
|
|
454 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
455 |
|
|
456 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
457 |
|
repeat groups if no uuid is given. If a uuid is given then |
458 |
|
the creation is triggered by an xml import. |
459 |
|
|
460 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
461 |
|
|
462 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
463 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
464 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
465 |
|
|
466 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
467 |
|
The old one is deactivated. |
468 |
|
|
469 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
470 |
|
|
471 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
472 |
|
|
473 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
474 |
|
TODO: Adjust execution rights. |
475 |
|
|
476 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
477 |
|
|
478 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
479 |
|
Add functions to create dataset. |
480 |
|
|
481 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
482 |
|
|
483 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
484 |
|
tree structure functions in database. |
485 |
|
|
486 |
|
* formed/formed/config.py: load plug-in. |
487 |
|
|
488 |
2009-04-16 Sascha L. Teichmann <[email protected]> |
2009-04-16 Sascha L. Teichmann <[email protected]> |
489 |
|
|
490 |
* formed/formed/model/data.py: Added 'digest' attribute to |
* formed/formed/model/data.py: Added 'digest' attribute to |