/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 252 by teichmann, Tue Mar 11 11:50:56 2008 UTC revision 341 by teichmann, Fri Nov 13 16:27:49 2009 UTC
# Line 1  Line 1 
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]>
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.
331              Add functions to create dataset.
332    
333    2009-04-24      Sascha L. Teichmann <[email protected]>
334    
335            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
336              tree structure functions in database.
337    
338            * formed/formed/config.py: load plug-in.
339    
340    2009-04-16      Sascha L. Teichmann <[email protected]>
341    
342            * formed/formed/model/data.py: Added 'digest' attribute to
343              RepeatNode. Removed needless methods
344    
345    2009-04-16      Sascha L. Teichmann <[email protected]>
346    
347            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
348              more readable with '=' and '<>'.
349    
350    2009-04-02      Sascha L. Teichmann <[email protected]>
351    
352            * formed/formed/plugins/export/sql.py: call anonymization
353              of uuid on anonymization of case.
354    
355    2009-03-31      Sascha L. Teichmann <[email protected]>
356    
357            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
358              case_anonymize().
359    
360    2009-03-31      Sascha L. Teichmann <[email protected]>
361    
362            * formed/formed/model/exprtree.py: Add some code to pretty print
363              the trees infix.
364    
365            * formed/formed/plugins/export/rules.py: New. Exporter for human
366              readable rules.
367    
368            * formed/formed/plugins/export/html.py: Fixed HTML generation.
369    
370            * formed/formed/config.py: Added new new Rule export plug-in.
371    
372    2009-03-31      Sascha L. Teichmann <[email protected]>
373    
374            * formed/formed/model/exprtree.py: Fixes from server. Raise
375              exceptions if there is less or more than one element on stack
376              after compilation of expression.
377    
378    2009-03-20      Sascha L. Teichmann <[email protected]>
379    
380            * formed/formed/model/data.py: Removed debug output
381    
382            * formed/formed/plugins/modify/rules.py: Fixed error message.
383              Generate past and future rules.
384    
385    2009-03-16      Sascha L. Teichmann <[email protected]>
386    
387            * formed/formed/model/exprtree.py: Forget to call today with context.
388    
389    2009-03-16      Sascha L. Teichmann <[email protected]>
390    
391            * formed/formed/io/document.py: Fixed syntax typo.
392    
393    2009-03-16      Sascha L. Teichmann <[email protected]>
394    
395            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
396    
397    2009-03-16      Sascha L. Teichmann <[email protected]>
398    
399            * formed/formed/model/data.py: Added ConditionalNode
400    
401            * formed/formed/io/document.py: Make ConditionalNode loadable.
402    
403    2009-03-13      Sascha L. Teichmann <[email protected]>
404    
405            * formed/formed/plugins/modify/rules.py: Make the error descriptions
406              in date sequence rules more precise.
407    
408    2009-03-13      Sascha L. Teichmann <[email protected]>
409    
410            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
411    
412    2009-03-13      Sascha L. Teichmann <[email protected]>
413    
414            * formed/formed/model/exprtree.py: New tree based expression engine.
415    
416            * formed/formed/model/__init__.py, formed/formed/model/data.py:
417              Adjusted imports.
418    
419    2009-03-12      Torsten Irländer <[email protected]>
420    
421            Introduced new order attribute for date fields
422    
423            * formed/formed/model/data.py: Order fields can be used to define to
424            ordering of datefields withing the document. Needed for automatic
425            generation of consistency rules.
426    
427    2009-02-09      Sascha L. Teichmann <[email protected]>
428    
429            * formed/formed/model/data.py: Allow pages to be 'invisible'.
430    
431    2009-02-09      Sascha L. Teichmann <[email protected]>
432    
433            * formed/formed/plugins/export/sql.py: Fixed problem with
434              description reference tables of radio groups.
435    
436    2009-02-09      Sascha L. Teichmann <[email protected]>
437    
438            * formed/formed/plugins/export/sql.py: replace '-' in names
439              by '_'.
440              
441    2009-02-09      Sascha L. Teichmann <[email protected]>
442    
443            * formed/formed/plugins/export/sql.py: to figure ou which
444              tables are equal the insert statememnts are lower cased
445              and sorted before they are compared. This reduces the number
446              of generated referfence tables.
447    
448    2009-02-09      Sascha L. Teichmann <[email protected]>
449    
450            Repair SQL schema creation for radio groups.
451    
452            * formed/formed/plugins/export/sql.py: radio groups are handled
453              like choices now.
454    
455    2009-02-09      Sascha L. Teichmann <[email protected]>
456    
457            Make it startable again.
458    
459            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
460              when plug-in is called.
461    
462            * formed/formed/model/nodecomponents.py: Event routing was messed up.
463              Rewired root node with document.
464    
465            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
466              XXX: This breaks creating help by now!
467    
468            * formed/formed/io/parser.py: Replace old deprecated base class
469              by new one.
470    
471            * formed/formed/main.py: Do not crash if locale cannot be set.
472    
473            * formed/formed/ui/controls.py: Use document.getCase() instead
474              of document.case to prevent uninitialized dereferences.
475    
476    2009-01-22      Torsten Irländer <[email protected]>
477    
478            Implemented new XML-Format for formed xml files.
479    
480            * formed/formed/model/nodecomponents.py,
481              formed/formed/io/document.py,
482              formed/formed/main.py,
483              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
484              node. Under case is the definition of the formular. logbook will
485              hold the defintion of logboog entrys. For now only the part under
486              "case" can be modified.  
487    
488    2009-01-21      Torsten Irländer <[email protected]>
489    
490            Changed way how XSD-Scheme is generated
491    
492            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
493              logbookentrys. The scheme definiton is now hardcoded in the
494              exporter as it will rarely change. It logbookpart will not be
495              generated from the formedtree anymore.
496    
497    2009-01-20      Torsten Irländer <[email protected]>
498    
499            Support Logbook entrys in xsd schema export
500    
501            * formed/formed/model/data.py: Repeatnode are now handeld as
502              repeatgroups in xsd-export
503            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
504              logbookentrys. The scheme will now validate against an xmlfile from
505              the offlineclient.
506    
507    2009-01-09      Torsten Irländer <[email protected]>
508    
509            Added new repeat node
510    
511            * formed/formed/model/data.py,
512              formed/formed/io/document.py: Added repeatnode to the formedtree.
513              TODO: Remove repeatgroup handling from the groupnode.
514    
515    2009-01-08      Torsten Irländer <[email protected]>
516    
517            Add isset operator to autogenerated rules.
518    
519            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
520              autogenerated rules.
521    
522    2008-12-17      Frank Koormann <[email protected]>
523    
524            * formed/formed/plugins/export/latex.py: Export form as set of
525            latex tables to be included into a master document. The export
526            generates section marks to structure the form and placeholders for
527            help texts to be merged in by a post processing step.
528    
529    2008-12-04      Sascha L. Teichmann <[email protected]>
530    
531            * formed/formed/model/expr.py: Added 'today' which pushes the current date
532              on the stack.
533    
534    2008-12-03      Sascha L. Teichmann <[email protected]>
535    
536            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
537              storage of fields.
538    
539            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
540              fields as an accepted value. Generate schema for radio groups too.
541    
542    2008-12-01      Torsten Irländer <[email protected]>
543    
544            Added autmatic generation of required rules
545    
546            * formed/formed/model/data.py,
547              formed/formed/model/expr.py,
548              formed/formed/plugins/modify/rules.py: Default rules for required
549              fields can now be generated.
550    
551    2008-11-28      Sascha L. Teichmann <[email protected]>
552    
553            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
554              Ported WidgetCollector from Offline client.
555    
556            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
557              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
558    
559            * formed/formed/config.py: Bind new filter to FormEd
560    
561    2008-11-27      Torsten Irländer <[email protected]>
562    
563            * formed/formed/model/data.py: Added new attribute mark for rules
564    
565    2008-11-10      Torsten Irländer <[email protected]>
566    
567            Implemented radio-matrix elements. radio elelement having the same
568            options can now be rendered in table form.
569    
570            * formed/formed/model/data.py,
571              formed/formed/io/document.py: Added new radio-matrix element to the
572              model and gui
573            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
574              the radio-matrix element.
575    
576    2008-11.03      Torsten Irländer <[email protected]>
577    
578            * formed/formed/model/data.py: Fixed import error
579    
580    2008-10-29      Sascha L. Teichmann <[email protected]>
581    
582            Relative paths in external choices are now possible. Relative paths are
583            relative to path of the master document.
584    
585            * formed/model/data.py: external choice are now storing the path to the
586              master document.
587    
588            * formed/formed/io/document.py: Pass context to SAX builder.
589    
590            * formed/formed/io/factories.py: For new created nodes look if there
591              is a method 'setLoadContext' and call it.
592    
593    2008-09-04      Sascha L. Teichmann <[email protected]>
594    
595            * doc/beschreibung.txt: New. Initial description of FormEd (german).
596    
597    2008-08-22      Sascha L. Teichmann <[email protected]>
598    
599            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
600    
601    2008-08-21      Sascha L. Teichmann <[email protected]>
602    
603            * formed/formed/io/document.py: Indent tree while saving
604            * formed/formed/main.py: removed needless print
605    
606    2008-08-15      Sascha L. Teichmann <[email protected]>
607    
608            * LICENSE: New GPLv3
609            * */*.py, *.sh: Added reference to LICENSE
610    
611    2008-08-15      Sascha L. Teichmann <[email protected]>
612    
613            * tools: removed because there a no tools any more.
614    
615    2008-08-15      Sascha L. Teichmann <[email protected]>
616    
617            * tools/formed: moved one level up because its the only
618              part of this project now.
619    
620    2008-08-15      Sascha L. Teichmann <[email protected]>
621    
622            * tools/anonym/*: Removed as it belongs to mpuls WASKA
623    
624    2008-08-15      Sascha L. Teichmann <[email protected]>
625    
626            * pdf2xfa/*: removed. It belongs to mpuls
627    
628    2008-08-13 L. Teichmann <[email protected]>
629    
630            i18n of the plug-ins:
631            * tools/formed/formed/plugins/export/diff.py,
632              tools/formed/formed/plugins/export/data.py,
633              tools/formed/formed/plugins/export/old_sql.py,
634              tools/formed/formed/plugins/export/latex.py,
635              tools/formed/formed/plugins/export/xsd.py,
636              tools/formed/formed/plugins/export/sql.py,
637              tools/formed/formed/plugins/export/typemap.py,
638              tools/formed/formed/plugins/export/html.py,
639              tools/formed/formed/plugins/export/mode.py,
640              tools/formed/formed/plugins/export/html2.py,
641              tools/formed/formed/plugins/export/xls.py,
642              tools/formed/formed/plugins/names/filter.py,
643              tools/formed/formed/plugins/plugin.py,
644              tools/formed/formed/plugins/web/help.py,
645              tools/formed/formed/plugins/web/form_renderer.py,
646              tools/formed/formed/plugins/web/plugin.py,
647              tools/formed/formed/plugins/web/error_renderer.py,
648              tools/formed/formed/plugins/web/view_renderer.py,
649              tools/formed/formed/plugins/web/semantic.py,
650              tools/formed/formed/plugins/web/cache.py,
651              tools/formed/formed/plugins/web/server.py,
652              tools/formed/formed/plugins/web/controllers.py,
653              tools/formed/formed/plugins/web/renderer.py,
654              tools/formed/formed/plugins/ui/controls.py,
655              tools/formed/formed/config.py: _("")s the stuff
656              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
657              extracted and translated.
658    
659    2008-08-08      Sascha L. Teichmann <[email protected]>
660    
661            First version of FormEd i18n. After checkout go to tools/formed/po/ and
662            say 'make mo'. Afterwards you can start FormEd as usual.
663    
664            * tools/formed/resources: New. Place to places ressources like *.mo files
665            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
666              
667            * tools/formed/po,
668              tools/formed/po/Makefile,
669              tools/formed/po/formed.pot,
670              tools/formed/po/de_DE.po: i18n stuff.
671    
672    2008-08-08      Sascha L. Teichmann <[email protected]>
673    
674            * tools/anonym/xmlexport.py: Only export cases which are not
675              'schwebend geloescht'.
676    
677    2008-07-23      Sascha L. Teichmann <[email protected]>
678    
679            Fixed issue472
680    
681            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
682    
683    2008-07-17      Sascha L. Teichmann <[email protected]>
684    
685            * tools/anonym/xmlimport.py: removed marking of invalid cases
686            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
687    
688    2008-07.07      Torsten Irländer <[email protected]>
689    
690            * tools/formed/formed/plugins/export/latex.py
691              tools/formed/formed/config.py: Added new LaTex Export. Beware this
692              is even more ugly the HTML Export.
693            * tools/formed/formed/plugins/export/html.py: Added information on
694              anonymisation to the html export.
695    
696    2008-07-07      Sascha L. Teichmann <[email protected]>
697    
698            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
699    
700    2008-07-07      Sascha L. Teichmann <[email protected]>
701    
702            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
703    
704    2008-07-07      Sascha L. Teichmann <[email protected]>  
705            
706            * tools/formed/formed/plugins/export/html.py: Added additional column
707            to the html export with information how each field will get
708            anonymized.
709    
710    2008-07-07      Sascha L. Teichmann <[email protected]>  
711    
712            * tools/anonym/xmlimport.py: sync with productive version.
713    
714    2008-06-10      Torsten Irländer <[email protected]>
715    
716            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
717              call anonymize function
718    
719    2008-05-21      Sascha L. Teichmann <[email protected]>  
720    
721            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
722              back to UTF-8.
723    
724    2008-05-21      Frank Koormann <[email protected]>
725    
726            * tools/formed/formed/plugins/export/xls.py: New, export key value
727            tables as excel workbook with one sheet per table.
728    
729            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
730    
731    2008-05-21      Frank Koormann <[email protected]>
732    
733            * tools/formed/formed/plugins/export/xsd.py
734            (SchemaCreator._createChoice): Fix use of choices name.
735    
736    2008-04-29      Sascha L. Teichmann <[email protected]>
737    
738            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
739              to allow arbitrary order of repeat groups.
740    
741    2008-04-29      Sascha L. Teichmann <[email protected]>
742    
743            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
744              character.
745    
746    2008-04-29      Sascha L. Teichmann <[email protected]>
747    
748            * tools/formed/formed/plugins/export/xsd.py: Added annotations
749              to fields.
750    
751    2008-04-29      Sascha L. Teichmann <[email protected]>
752    
753            * tools/formed/formed/plugins/export/xsd.py: Added for
754              choice fields.
755    
756    2008-04-29      Sascha L. Teichmann <[email protected]>
757    
758            * tools/formed/formed/plugins/export/xsd.py: Added support for
759              boolean fields based on enumerations.
760    
761    2008-04-28      Sascha L. Teichmann <[email protected]>
762    
763            * tools/formed/formed/plugins/export/xsd.py: Added support for
764              date, text and textarea fields.
765    
766    2008-04-28      Sascha L. Teichmann <[email protected]>
767    
768            * tools/formed/formed/plugins/export/xsd.py: Added support for
769              repeat groups and integer fields.
770    
771    2008-04-28      Sascha L. Teichmann <[email protected]>
772    
773            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
774              exporting as XML schema. not ready, yet.
775    
776            * tools/formed/formed/config.py: Use new plug-in.
777    
778            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
779    
780    2008-04-17      Torsten Irländer <[email protected]>
781    
782            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
783            for the views because of the new group permissions.
784    
785    2008-04-09      Sascha L. Teichmann <[email protected]>
786    
787            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
788              old anonymized cases.
789    
790    2008-04-01      Sascha L. Teichmann <[email protected]>
791    
792            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
793              from clause to select datasets.
794              Replace ']]>' in CDATA sections with correct splitted replacement.
795    
796    2008-03-12      Sascha L. Teichmann <[email protected]>
797            
798            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
799              script.
800    
801            * tools/anonym/xmlimport.py: commented out database port from
802              connectionstring.
803    
804    2008-03-12      Sascha L. Teichmann <[email protected]>
805    
806            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
807              of anonymization of repeat groups (wrong id was given).
808    
809    2008-03-11      Sascha L. Teichmann <[email protected]>
810    
811            * tools/formed/formed/plugins/export/sql.py: Generate no update
812              statements for relations which have no anonym functions applied.
813    
814    2008-03-11      Sascha L. Teichmann <[email protected]>
815    
816            * tools/formed/formed/plugins/export/sql.py: Added a newline after
817              'COMMIT;' in the last line.
818    
819    2008-03-11      Sascha L. Teichmann <[email protected]>
820    
821            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
822              generated anonymize_case() function.
823              
824  2008-03-11      Sascha L. Teichmann <[email protected]>  2008-03-11      Sascha L. Teichmann <[email protected]>
825    
826          * tools/formed/formed/plugins/export/sql.py: Added code to          * tools/formed/formed/plugins/export/sql.py: Added code to
# Line 17  Line 840 
840            production environment (Copied running scripts from production            production environment (Copied running scripts from production
841            server)            server)
842    
843            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
844              to be used in a production environment (Cpoied running script from
845              production server)
846    
847            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
848              ensure that only valid cases get exported
849    
850  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
851    
852          * tools/anonym/xmlimport.py: Fixed bug in date converter.          * tools/anonym/xmlimport.py: Fixed bug in date converter.

Legend:
Removed from v.252  
changed lines
  Added in v.341

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26