/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 304 by torsten, Wed Jan 21 15:57:15 2009 UTC revision 346 by roland, Tue Apr 6 07:07:02 2010 UTC
# Line 1  Line 1 
1    2010-03-30      Roland Geider <[email protected]>
2    
3            * formed/formed/plugins/export/latex.py: Added filter
4    
5    2010-03-25      Roland Geider <[email protected]>
6    
7            * formed/formed/plugins/export/xsd.py: Generate valid XML
8    
9    2010-02-11      Frank Koormann <[email protected]>
10    
11            * formed/formed/plugins/export/xls.py: Allow groups in choices.
12    
13    2009-12-02      Torsten Irländer <[email protected]>
14    
15            * formed/formed/plugins/export/typemap.py: do not ignore conditional
16              nodes on traversal.
17    
18    2009-11-17      Sascha L. Teichmann <[email protected]>
19    
20            * formed/formed/model/exprtree.py: Recognize '%' vars
21              in compilation. Does not eval it!
22    
23            * formed/formed/plugins/modify/rules.py: Generate '%' vars
24              for variables in repeat groups.
25    
26    2009-11-13      Sascha L. Teichmann <[email protected]>
27    
28            * formed/formed/plugins/export/typemap.py: Fixed to work
29            with new repeat group nodes.
30    
31    2009-10-28      Sascha L. Teichmann <[email protected]>
32    
33            * formed/formed/plugins/export/xsd.py,
34            formed/formed/plugins/export/sql.py,
35            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
36    
37    2009-10-07      Frank Koormann <[email protected]>
38    
39            * formed/formed/plugins/export/latex.py:
40            Adjusted textprocessing to escape tex-active characters.
41    
42    2009-10-07      Sascha L. Teichmann <[email protected]>
43    
44            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
45            formed/formed/plugins/export/html2.py: Adjusted to cope with
46            "semi-complete" implementation of logbook tree structure.
47    
48    2009-06-18      Torsten Irländer <[email protected]>
49    
50            * formed/formed/plugins/export/new_sql.py,
51              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
52              added permissions.
53    
54    2009-06-18      Torsten Irländer <[email protected]>
55    
56            * formed/formed/plugins/export/new_sql.py: Commented out generation of
57            page_views, as they do not work with rgroups.
58    
59    2009-06-17      Torsten Irländer <[email protected]>
60    
61            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
62            and rolenames.
63    
64    2009-06-17      Sascha L. Teichmann <[email protected]>
65    
66            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
67    
68    2009-05-26      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/plugins/names/filter.py: small optimization.
71    
72    2009-05-26      Sascha L. Teichmann <[email protected]>
73    
74            * formed/formed/plugins/names/filter.py: Repaired unique filter for
75              nodecomponent names.
76    
77    2009-05-06      Sascha L. Teichmann <[email protected]>
78    
79            * formed/formed/plugins/export/rg_sql.py: Only create depending
80              repeat groups if no uuid is given. If a uuid is given then
81              the creation is triggered by an xml import.
82    
83    2009-04-28      Sascha L. Teichmann <[email protected]>
84    
85            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
86              replace the old one. The new one faciliates the new RepeatNode instead
87              of the Group.isRepeat() method to tell if something is to be repeated.
88    
89            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
90              The old one is deactivated.
91    
92            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
93    
94    2009-04-28      Sascha L. Teichmann <[email protected]>
95    
96            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
97              TODO: Adjust execution rights.
98    
99    2009-04-27      Sascha L. Teichmann <[email protected]>
100    
101            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
102              Add functions to create dataset.
103    
104    2009-04-24      Sascha L. Teichmann <[email protected]>
105    
106            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
107              tree structure functions in database.
108    
109            * formed/formed/config.py: load plug-in.
110    
111    2009-04-16      Sascha L. Teichmann <[email protected]>
112    
113            * formed/formed/model/data.py: Added 'digest' attribute to
114              RepeatNode. Removed needless methods
115    
116    2009-04-16      Sascha L. Teichmann <[email protected]>
117    
118            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
119              more readable with '=' and '<>'.
120    
121    2009-04-02      Sascha L. Teichmann <[email protected]>
122    
123            * formed/formed/plugins/export/sql.py: call anonymization
124              of uuid on anonymization of case.
125    
126    2009-03-31      Sascha L. Teichmann <[email protected]>
127    
128            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
129              case_anonymize().
130    
131    2009-03-31      Sascha L. Teichmann <[email protected]>
132    
133            * formed/formed/model/exprtree.py: Add some code to pretty print
134              the trees infix.
135    
136            * formed/formed/plugins/export/rules.py: New. Exporter for human
137              readable rules.
138    
139            * formed/formed/plugins/export/html.py: Fixed HTML generation.
140    
141            * formed/formed/config.py: Added new new Rule export plug-in.
142    
143    2009-03-31      Sascha L. Teichmann <[email protected]>
144    
145            * formed/formed/model/exprtree.py: Fixes from server. Raise
146              exceptions if there is less or more than one element on stack
147              after compilation of expression.
148    
149    2009-03-20      Sascha L. Teichmann <[email protected]>
150    
151            * formed/formed/model/data.py: Removed debug output
152    
153            * formed/formed/plugins/modify/rules.py: Fixed error message.
154              Generate past and future rules.
155    
156    2009-03-16      Sascha L. Teichmann <[email protected]>
157    
158            * formed/formed/model/exprtree.py: Forget to call today with context.
159    
160    2009-03-16      Sascha L. Teichmann <[email protected]>
161    
162            * formed/formed/io/document.py: Fixed syntax typo.
163    
164    2009-03-16      Sascha L. Teichmann <[email protected]>
165    
166            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
167    
168    2009-03-16      Sascha L. Teichmann <[email protected]>
169    
170            * formed/formed/model/data.py: Added ConditionalNode
171    
172            * formed/formed/io/document.py: Make ConditionalNode loadable.
173    
174    2009-03-13      Sascha L. Teichmann <[email protected]>
175    
176            * formed/formed/plugins/modify/rules.py: Make the error descriptions
177              in date sequence rules more precise.
178    
179    2009-03-13      Sascha L. Teichmann <[email protected]>
180    
181            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
182    
183    2009-03-13      Sascha L. Teichmann <[email protected]>
184    
185            * formed/formed/model/exprtree.py: New tree based expression engine.
186    
187            * formed/formed/model/__init__.py, formed/formed/model/data.py:
188              Adjusted imports.
189    
190    2009-03-12      Torsten Irländer <[email protected]>
191    2009-06-17      Sascha L. Teichmann <[email protected]>
192    
193            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
194    
195    2009-05-26      Sascha L. Teichmann <[email protected]>
196    
197            * formed/formed/plugins/names/filter.py: small optimization.
198    
199    2009-05-26      Sascha L. Teichmann <[email protected]>
200    
201            * formed/formed/plugins/names/filter.py: Repaired unique filter for
202              nodecomponent names.
203    
204    2009-05-06      Sascha L. Teichmann <[email protected]>
205    
206            * formed/formed/plugins/export/rg_sql.py: Only create depending
207              repeat groups if no uuid is given. If a uuid is given then
208              the creation is triggered by an xml import.
209    
210    2009-04-28      Sascha L. Teichmann <[email protected]>
211    
212            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
213              replace the old one. The new one faciliates the new RepeatNode instead
214              of the Group.isRepeat() method to tell if something is to be repeated.
215    
216            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
217              The old one is deactivated.
218    
219            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
220    
221    2009-04-28      Sascha L. Teichmann <[email protected]>
222    
223            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
224              TODO: Adjust execution rights.
225    
226    2009-04-27      Sascha L. Teichmann <[email protected]>
227    
228            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
229              Add functions to create dataset.
230    
231    2009-04-24      Sascha L. Teichmann <[email protected]>
232    
233            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
234              tree structure functions in database.
235    
236            * formed/formed/config.py: load plug-in.
237    
238    2009-04-16      Sascha L. Teichmann <[email protected]>
239    
240            * formed/formed/model/data.py: Added 'digest' attribute to
241              RepeatNode. Removed needless methods
242    
243    2009-04-16      Sascha L. Teichmann <[email protected]>
244    
245            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
246              more readable with '=' and '<>'.
247    
248    2009-04-02      Sascha L. Teichmann <[email protected]>
249    
250            * formed/formed/plugins/export/sql.py: call anonymization
251              of uuid on anonymization of case.
252    
253    2009-03-31      Sascha L. Teichmann <[email protected]>
254    
255            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
256              case_anonymize().
257    
258    2009-03-31      Sascha L. Teichmann <[email protected]>
259    
260            * formed/formed/model/exprtree.py: Add some code to pretty print
261              the trees infix.
262    
263            * formed/formed/plugins/export/rules.py: New. Exporter for human
264              readable rules.
265    
266            * formed/formed/plugins/export/html.py: Fixed HTML generation.
267    
268            * formed/formed/config.py: Added new new Rule export plug-in.
269    
270    2009-03-31      Sascha L. Teichmann <[email protected]>
271    
272            * formed/formed/model/exprtree.py: Fixes from server. Raise
273              exceptions if there is less or more than one element on stack
274              after compilation of expression.
275    
276    2009-03-20      Sascha L. Teichmann <[email protected]>
277    
278            * formed/formed/model/data.py: Removed debug output
279    
280            * formed/formed/plugins/modify/rules.py: Fixed error message.
281              Generate past and future rules.
282    
283    2009-03-16      Sascha L. Teichmann <[email protected]>
284    
285            * formed/formed/model/exprtree.py: Forget to call today with context.
286    
287    2009-03-16      Sascha L. Teichmann <[email protected]>
288    
289            * formed/formed/io/document.py: Fixed syntax typo.
290    
291    2009-03-16      Sascha L. Teichmann <[email protected]>
292    
293            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
294    
295    2009-03-16      Sascha L. Teichmann <[email protected]>
296    
297            * formed/formed/model/data.py: Added ConditionalNode
298    
299            * formed/formed/io/document.py: Make ConditionalNode loadable.
300    
301    2009-03-13      Sascha L. Teichmann <[email protected]>
302    
303            * formed/formed/plugins/modify/rules.py: Make the error descriptions
304              in date sequence rules more precise.
305    
306    2009-03-13      Sascha L. Teichmann <[email protected]>
307    
308            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
309    
310    2009-03-13      Sascha L. Teichmann <[email protected]>
311    
312            * formed/formed/model/exprtree.py: New tree based expression engine.
313    
314            * formed/formed/model/__init__.py, formed/formed/model/data.py:
315              Adjusted imports.
316    
317    2009-03-12      Torsten Irländer <[email protected]>
318    2009-06-17      Sascha L. Teichmann <[email protected]>
319    
320            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
321    
322    2009-05-26      Sascha L. Teichmann <[email protected]>
323    
324            * formed/formed/plugins/names/filter.py: small optimization.
325    
326    2009-05-26      Sascha L. Teichmann <[email protected]>
327    
328            * formed/formed/plugins/names/filter.py: Repaired unique filter for
329              nodecomponent names.
330    
331    2009-05-06      Sascha L. Teichmann <[email protected]>
332    
333            * formed/formed/plugins/export/rg_sql.py: Only create depending
334              repeat groups if no uuid is given. If a uuid is given then
335              the creation is triggered by an xml import.
336    
337    2009-04-28      Sascha L. Teichmann <[email protected]>
338    
339            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
340              replace the old one. The new one faciliates the new RepeatNode instead
341              of the Group.isRepeat() method to tell if something is to be repeated.
342    
343            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
344              The old one is deactivated.
345    
346            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
347    
348    2009-04-28      Sascha L. Teichmann <[email protected]>
349    
350            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
351              TODO: Adjust execution rights.
352    
353    2009-04-27      Sascha L. Teichmann <[email protected]>
354    
355            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
356              Add functions to create dataset.
357    
358    2009-04-24      Sascha L. Teichmann <[email protected]>
359    
360            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
361              tree structure functions in database.
362    
363            * formed/formed/config.py: load plug-in.
364    
365    2009-04-16      Sascha L. Teichmann <[email protected]>
366    
367            * formed/formed/model/data.py: Added 'digest' attribute to
368              RepeatNode. Removed needless methods
369    
370    2009-04-16      Sascha L. Teichmann <[email protected]>
371    
372            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
373              more readable with '=' and '<>'.
374    
375    2009-04-02      Sascha L. Teichmann <[email protected]>
376    
377            * formed/formed/plugins/export/sql.py: call anonymization
378              of uuid on anonymization of case.
379    
380    2009-03-31      Sascha L. Teichmann <[email protected]>
381    
382            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
383              case_anonymize().
384    
385    2009-03-31      Sascha L. Teichmann <[email protected]>
386    
387            * formed/formed/model/exprtree.py: Add some code to pretty print
388              the trees infix.
389    
390            * formed/formed/plugins/export/rules.py: New. Exporter for human
391              readable rules.
392    
393            * formed/formed/plugins/export/html.py: Fixed HTML generation.
394    
395            * formed/formed/config.py: Added new new Rule export plug-in.
396    
397    2009-03-31      Sascha L. Teichmann <[email protected]>
398    
399            * formed/formed/model/exprtree.py: Fixes from server. Raise
400              exceptions if there is less or more than one element on stack
401              after compilation of expression.
402    
403    2009-03-20      Sascha L. Teichmann <[email protected]>
404    
405            * formed/formed/model/data.py: Removed debug output
406    
407            * formed/formed/plugins/modify/rules.py: Fixed error message.
408              Generate past and future rules.
409    
410    2009-03-16      Sascha L. Teichmann <[email protected]>
411    
412            * formed/formed/model/exprtree.py: Forget to call today with context.
413    
414    2009-03-16      Sascha L. Teichmann <[email protected]>
415    
416            * formed/formed/io/document.py: Fixed syntax typo.
417    
418    2009-03-16      Sascha L. Teichmann <[email protected]>
419    
420            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
421    
422    2009-03-16      Sascha L. Teichmann <[email protected]>
423    
424            * formed/formed/model/data.py: Added ConditionalNode
425    
426            * formed/formed/io/document.py: Make ConditionalNode loadable.
427    
428    2009-03-13      Sascha L. Teichmann <[email protected]>
429    
430            * formed/formed/plugins/modify/rules.py: Make the error descriptions
431              in date sequence rules more precise.
432    
433    2009-03-13      Sascha L. Teichmann <[email protected]>
434    
435            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
436    
437    2009-03-13      Sascha L. Teichmann <[email protected]>
438    
439            * formed/formed/model/exprtree.py: New tree based expression engine.
440    
441            * formed/formed/model/__init__.py, formed/formed/model/data.py:
442              Adjusted imports.
443    
444    2009-03-12      Torsten Irländer <[email protected]>
445    
446            Introduced new order attribute for date fields
447    
448            * formed/formed/model/data.py: Order fields can be used to define to
449            ordering of datefields withing the document. Needed for automatic
450            generation of consistency rules.
451    
452    2009-02-09      Sascha L. Teichmann <[email protected]>
453    
454            * formed/formed/model/data.py: Allow pages to be 'invisible'.
455    
456    2009-02-09      Sascha L. Teichmann <[email protected]>
457    
458            * formed/formed/plugins/export/sql.py: Fixed problem with
459              description reference tables of radio groups.
460    
461    2009-02-09      Sascha L. Teichmann <[email protected]>
462    
463            * formed/formed/plugins/export/sql.py: replace '-' in names
464              by '_'.
465              
466    2009-02-09      Sascha L. Teichmann <[email protected]>
467    
468            * formed/formed/plugins/export/sql.py: to figure ou which
469              tables are equal the insert statememnts are lower cased
470              and sorted before they are compared. This reduces the number
471              of generated referfence tables.
472    
473    2009-02-09      Sascha L. Teichmann <[email protected]>
474    
475            Repair SQL schema creation for radio groups.
476    
477            * formed/formed/plugins/export/sql.py: radio groups are handled
478              like choices now.
479    
480    2009-02-09      Sascha L. Teichmann <[email protected]>
481    
482            Make it startable again.
483    
484            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
485              when plug-in is called.
486    
487            * formed/formed/model/nodecomponents.py: Event routing was messed up.
488              Rewired root node with document.
489    
490            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
491              XXX: This breaks creating help by now!
492    
493            * formed/formed/io/parser.py: Replace old deprecated base class
494              by new one.
495    
496            * formed/formed/main.py: Do not crash if locale cannot be set.
497    
498            * formed/formed/ui/controls.py: Use document.getCase() instead
499              of document.case to prevent uninitialized dereferences.
500    
501    2009-01-22      Torsten Irländer <[email protected]>
502    
503            Implemented new XML-Format for formed xml files.
504    
505            * formed/formed/model/nodecomponents.py,
506              formed/formed/io/document.py,
507              formed/formed/main.py,
508              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
509              node. Under case is the definition of the formular. logbook will
510              hold the defintion of logboog entrys. For now only the part under
511              "case" can be modified.  
512    
513  2009-01-21      Torsten Irländer <[email protected]>  2009-01-21      Torsten Irländer <[email protected]>
514    
515          Changed way how XSD-Scheme is generated          Changed way how XSD-Scheme is generated

Legend:
Removed from v.304  
changed lines
  Added in v.346

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26