/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 230 by teichmann, Mon Feb 18 15:03:06 2008 UTC revision 258 by teichmann, Tue Apr 1 13:01:15 2008 UTC
# Line 1  Line 1 
1    2008-04-01      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
4              from clause to select datasets.
5              Replace ']]>' in CDATA sections with correct splitted replacement.
6    
7    2008-03-12      Sascha L. Teichmann <[email protected]>
8            
9            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
10              script.
11    
12            * tools/anonym/xmlimport.py: commented out database port from
13              connectionstring.
14    
15    2008-03-12      Sascha L. Teichmann <[email protected]>
16    
17            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
18              of anonymization of repeat groups (wrong id was given).
19    
20    2008-03-11      Sascha L. Teichmann <[email protected]>
21    
22            * tools/formed/formed/plugins/export/sql.py: Generate no update
23              statements for relations which have no anonym functions applied.
24    
25    2008-03-11      Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/plugins/export/sql.py: Added a newline after
28              'COMMIT;' in the last line.
29    
30    2008-03-11      Sascha L. Teichmann <[email protected]>
31    
32            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
33              generated anonymize_case() function.
34              
35    2008-03-11      Sascha L. Teichmann <[email protected]>
36    
37            * tools/formed/formed/plugins/export/sql.py: Added code to
38              generate a plpgsql function anonymize_case() that anonymized
39              a given case and all of its depending repeat groups.
40    
41    2008-03-06      Sascha L. Teichmann <[email protected]>
42    
43            * tools/anonym/xmlimport.py: remove print of insert statement.
44    
45            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
46    
47    2008-03-03      Torsten Irländer <[email protected]>
48    
49            * anonym/cron.sendAnonXml.sh,
50              anonym/getDbList.sh: Modified script to be used directly in the
51              production environment (Copied running scripts from production
52              server)
53    
54            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
55              to be used in a production environment (Cpoied running script from
56              production server)
57    
58            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
59              ensure that only valid cases get exported
60    
61    2008-02-27      Sascha L. Teichmann <[email protected]>
62    
63            * tools/anonym/xmlimport.py: Fixed bug in date converter.
64    
65    2008-02-27      Sascha L. Teichmann <[email protected]>
66    
67            * tools/anonym/xmlimport.py: Simpilied version
68    
69    2008-02-27      Sascha L. Teichmann <[email protected]>
70    
71            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
72              xmlimport.py and parameters.
73    
74            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
75    
76            * tools/anonym/xmlexport.py: Use python interpreter without env
77              because of sudo context.
78    
79    2008-02-26      Sascha L. Teichmann <[email protected]>
80    
81            * tools/anonym/xmlimport.py: added support for getopt. add
82              support to force in fkz in import of case.
83    
84    2008-02-26      Sascha L. Teichmann <[email protected]>
85    
86            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
87    
88            * tools/anonym/html.awk: produces valid HTML.
89    
90    2008-02-25      Sascha L. Teichmann <[email protected]>
91    
92            * tools/anonym/joincsv.py: Fix a logic bug.
93    
94    2008-02-25      Torsten Irlaender <[email protected]>
95    
96            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
97              exportted cases. It will read all files from a directory and import
98              the files into the DB. After that the script will cleanup the
99              directory.
100    
101    2008-02-25      Torsten Irländer <[email protected]>
102            
103            * tools/anonym/cron.sendAnonXml.sh,
104              tools/anonym/xmlexport.py,
105              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
106    
107    2008-02-25      Sascha L. Teichmann <[email protected]>
108    
109            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
110    
111    2008-02-25      Sascha L. Teichmann <[email protected]>
112    
113            * tools/anonym/joincsv.py: New. Joins CSV files.
114    
115            * tools/anonym/html.awk: New. Converts CSV to HTML
116    
117    2008-02-25      Sascha L. Teichmann <[email protected]>
118    
119            * tools/anonym/xmlimport.py: New. Added generation of
120              update statements.
121    
122    2008-02-25      Sascha L. Teichmann <[email protected]>
123    
124            * tools/anonym/xmlimport.py: New. Base for importing
125              XML from cron.
126    
127    2008-02-24      Sascha L. Teichmann <[email protected]>
128    
129            * tools/formed/formed/plugins/export/html2.py: New. plug-in
130              for a simplified HTML output
131    
132            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
133              for dump schema as python dictionary.
134    
135            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
136              old stored procedure and view generators.
137    
138    2008-02-19      Sascha L. Teichmann <[email protected]>
139    
140            * tools/anonym/xmlexport.py: New. Export all cases in database
141              as XML.
142    
143  2008-02-18      Sascha L. Teichmann <[email protected]>  2008-02-18      Sascha L. Teichmann <[email protected]>
144    
145          * tools/anonym/anoymncsv.py: separate field with '\t' now.          * tools/anonym/anoymncsv.py: separate field with '\t' now.

Legend:
Removed from v.230  
changed lines
  Added in v.258

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26