/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.227  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26