/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 256 by teichmann, Wed Mar 12 10:18:23 2008 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]>
514    
515            Changed way how XSD-Scheme is generated
516    
517            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
518              logbookentrys. The scheme definiton is now hardcoded in the
519              exporter as it will rarely change. It logbookpart will not be
520              generated from the formedtree anymore.
521    
522    2009-01-20      Torsten Irländer <[email protected]>
523    
524            Support Logbook entrys in xsd schema export
525    
526            * formed/formed/model/data.py: Repeatnode are now handeld as
527              repeatgroups in xsd-export
528            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
529              logbookentrys. The scheme will now validate against an xmlfile from
530              the offlineclient.
531    
532    2009-01-09      Torsten Irländer <[email protected]>
533    
534            Added new repeat node
535    
536            * formed/formed/model/data.py,
537              formed/formed/io/document.py: Added repeatnode to the formedtree.
538              TODO: Remove repeatgroup handling from the groupnode.
539    
540    2009-01-08      Torsten Irländer <[email protected]>
541    
542            Add isset operator to autogenerated rules.
543    
544            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
545              autogenerated rules.
546    
547    2008-12-17      Frank Koormann <[email protected]>
548    
549            * formed/formed/plugins/export/latex.py: Export form as set of
550            latex tables to be included into a master document. The export
551            generates section marks to structure the form and placeholders for
552            help texts to be merged in by a post processing step.
553    
554    2008-12-04      Sascha L. Teichmann <[email protected]>
555    
556            * formed/formed/model/expr.py: Added 'today' which pushes the current date
557              on the stack.
558    
559    2008-12-03      Sascha L. Teichmann <[email protected]>
560    
561            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
562              storage of fields.
563    
564            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
565              fields as an accepted value. Generate schema for radio groups too.
566    
567    2008-12-01      Torsten Irländer <[email protected]>
568    
569            Added autmatic generation of required rules
570    
571            * formed/formed/model/data.py,
572              formed/formed/model/expr.py,
573              formed/formed/plugins/modify/rules.py: Default rules for required
574              fields can now be generated.
575    
576    2008-11-28      Sascha L. Teichmann <[email protected]>
577    
578            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
579              Ported WidgetCollector from Offline client.
580    
581            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
582              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
583    
584            * formed/formed/config.py: Bind new filter to FormEd
585    
586    2008-11-27      Torsten Irländer <[email protected]>
587    
588            * formed/formed/model/data.py: Added new attribute mark for rules
589    
590    2008-11-10      Torsten Irländer <[email protected]>
591    
592            Implemented radio-matrix elements. radio elelement having the same
593            options can now be rendered in table form.
594    
595            * formed/formed/model/data.py,
596              formed/formed/io/document.py: Added new radio-matrix element to the
597              model and gui
598            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
599              the radio-matrix element.
600    
601    2008-11.03      Torsten Irländer <[email protected]>
602    
603            * formed/formed/model/data.py: Fixed import error
604    
605    2008-10-29      Sascha L. Teichmann <[email protected]>
606    
607            Relative paths in external choices are now possible. Relative paths are
608            relative to path of the master document.
609    
610            * formed/model/data.py: external choice are now storing the path to the
611              master document.
612    
613            * formed/formed/io/document.py: Pass context to SAX builder.
614    
615            * formed/formed/io/factories.py: For new created nodes look if there
616              is a method 'setLoadContext' and call it.
617    
618    2008-09-04      Sascha L. Teichmann <[email protected]>
619    
620            * doc/beschreibung.txt: New. Initial description of FormEd (german).
621    
622    2008-08-22      Sascha L. Teichmann <[email protected]>
623    
624            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
625    
626    2008-08-21      Sascha L. Teichmann <[email protected]>
627    
628            * formed/formed/io/document.py: Indent tree while saving
629            * formed/formed/main.py: removed needless print
630    
631    2008-08-15      Sascha L. Teichmann <[email protected]>
632    
633            * LICENSE: New GPLv3
634            * */*.py, *.sh: Added reference to LICENSE
635    
636    2008-08-15      Sascha L. Teichmann <[email protected]>
637    
638            * tools: removed because there a no tools any more.
639    
640    2008-08-15      Sascha L. Teichmann <[email protected]>
641    
642            * tools/formed: moved one level up because its the only
643              part of this project now.
644    
645    2008-08-15      Sascha L. Teichmann <[email protected]>
646    
647            * tools/anonym/*: Removed as it belongs to mpuls WASKA
648    
649    2008-08-15      Sascha L. Teichmann <[email protected]>
650    
651            * pdf2xfa/*: removed. It belongs to mpuls
652    
653    2008-08-13 L. Teichmann <[email protected]>
654    
655            i18n of the plug-ins:
656            * tools/formed/formed/plugins/export/diff.py,
657              tools/formed/formed/plugins/export/data.py,
658              tools/formed/formed/plugins/export/old_sql.py,
659              tools/formed/formed/plugins/export/latex.py,
660              tools/formed/formed/plugins/export/xsd.py,
661              tools/formed/formed/plugins/export/sql.py,
662              tools/formed/formed/plugins/export/typemap.py,
663              tools/formed/formed/plugins/export/html.py,
664              tools/formed/formed/plugins/export/mode.py,
665              tools/formed/formed/plugins/export/html2.py,
666              tools/formed/formed/plugins/export/xls.py,
667              tools/formed/formed/plugins/names/filter.py,
668              tools/formed/formed/plugins/plugin.py,
669              tools/formed/formed/plugins/web/help.py,
670              tools/formed/formed/plugins/web/form_renderer.py,
671              tools/formed/formed/plugins/web/plugin.py,
672              tools/formed/formed/plugins/web/error_renderer.py,
673              tools/formed/formed/plugins/web/view_renderer.py,
674              tools/formed/formed/plugins/web/semantic.py,
675              tools/formed/formed/plugins/web/cache.py,
676              tools/formed/formed/plugins/web/server.py,
677              tools/formed/formed/plugins/web/controllers.py,
678              tools/formed/formed/plugins/web/renderer.py,
679              tools/formed/formed/plugins/ui/controls.py,
680              tools/formed/formed/config.py: _("")s the stuff
681              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
682              extracted and translated.
683    
684    2008-08-08      Sascha L. Teichmann <[email protected]>
685    
686            First version of FormEd i18n. After checkout go to tools/formed/po/ and
687            say 'make mo'. Afterwards you can start FormEd as usual.
688    
689            * tools/formed/resources: New. Place to places ressources like *.mo files
690            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
691              
692            * tools/formed/po,
693              tools/formed/po/Makefile,
694              tools/formed/po/formed.pot,
695              tools/formed/po/de_DE.po: i18n stuff.
696    
697    2008-08-08      Sascha L. Teichmann <[email protected]>
698    
699            * tools/anonym/xmlexport.py: Only export cases which are not
700              'schwebend geloescht'.
701    
702    2008-07-23      Sascha L. Teichmann <[email protected]>
703    
704            Fixed issue472
705    
706            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
707    
708    2008-07-17      Sascha L. Teichmann <[email protected]>
709    
710            * tools/anonym/xmlimport.py: removed marking of invalid cases
711            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
712    
713    2008-07.07      Torsten Irländer <[email protected]>
714    
715            * tools/formed/formed/plugins/export/latex.py
716              tools/formed/formed/config.py: Added new LaTex Export. Beware this
717              is even more ugly the HTML Export.
718            * tools/formed/formed/plugins/export/html.py: Added information on
719              anonymisation to the html export.
720    
721    2008-07-07      Sascha L. Teichmann <[email protected]>
722    
723            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
724    
725    2008-07-07      Sascha L. Teichmann <[email protected]>
726    
727            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
728    
729    2008-07-07      Sascha L. Teichmann <[email protected]>  
730            
731            * tools/formed/formed/plugins/export/html.py: Added additional column
732            to the html export with information how each field will get
733            anonymized.
734    
735    2008-07-07      Sascha L. Teichmann <[email protected]>  
736    
737            * tools/anonym/xmlimport.py: sync with productive version.
738    
739    2008-06-10      Torsten Irländer <[email protected]>
740    
741            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
742              call anonymize function
743    
744    2008-05-21      Sascha L. Teichmann <[email protected]>  
745    
746            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
747              back to UTF-8.
748    
749    2008-05-21      Frank Koormann <[email protected]>
750    
751            * tools/formed/formed/plugins/export/xls.py: New, export key value
752            tables as excel workbook with one sheet per table.
753    
754            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
755    
756    2008-05-21      Frank Koormann <[email protected]>
757    
758            * tools/formed/formed/plugins/export/xsd.py
759            (SchemaCreator._createChoice): Fix use of choices name.
760    
761    2008-04-29      Sascha L. Teichmann <[email protected]>
762    
763            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
764              to allow arbitrary order of repeat groups.
765    
766    2008-04-29      Sascha L. Teichmann <[email protected]>
767    
768            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
769              character.
770    
771    2008-04-29      Sascha L. Teichmann <[email protected]>
772    
773            * tools/formed/formed/plugins/export/xsd.py: Added annotations
774              to fields.
775    
776    2008-04-29      Sascha L. Teichmann <[email protected]>
777    
778            * tools/formed/formed/plugins/export/xsd.py: Added for
779              choice fields.
780    
781    2008-04-29      Sascha L. Teichmann <[email protected]>
782    
783            * tools/formed/formed/plugins/export/xsd.py: Added support for
784              boolean fields based on enumerations.
785    
786    2008-04-28      Sascha L. Teichmann <[email protected]>
787    
788            * tools/formed/formed/plugins/export/xsd.py: Added support for
789              date, text and textarea fields.
790    
791    2008-04-28      Sascha L. Teichmann <[email protected]>
792    
793            * tools/formed/formed/plugins/export/xsd.py: Added support for
794              repeat groups and integer fields.
795    
796    2008-04-28      Sascha L. Teichmann <[email protected]>
797    
798            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
799              exporting as XML schema. not ready, yet.
800    
801            * tools/formed/formed/config.py: Use new plug-in.
802    
803            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
804    
805    2008-04-17      Torsten Irländer <[email protected]>
806    
807            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
808            for the views because of the new group permissions.
809    
810    2008-04-09      Sascha L. Teichmann <[email protected]>
811    
812            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
813              old anonymized cases.
814    
815    2008-04-01      Sascha L. Teichmann <[email protected]>
816    
817            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
818              from clause to select datasets.
819              Replace ']]>' in CDATA sections with correct splitted replacement.
820    
821    2008-03-12      Sascha L. Teichmann <[email protected]>
822            
823            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
824              script.
825    
826            * tools/anonym/xmlimport.py: commented out database port from
827              connectionstring.
828    
829  2008-03-12      Sascha L. Teichmann <[email protected]>  2008-03-12      Sascha L. Teichmann <[email protected]>
830    
831          * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation          * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
# Line 37  Line 865 
865            production environment (Copied running scripts from production            production environment (Copied running scripts from production
866            server)            server)
867    
868            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
869              to be used in a production environment (Cpoied running script from
870              production server)
871    
872            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
873              ensure that only valid cases get exported
874    
875  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
876    
877          * tools/anonym/xmlimport.py: Fixed bug in date converter.          * tools/anonym/xmlimport.py: Fixed bug in date converter.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26