/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 222 by teichmann, Fri Feb 1 11:50:39 2008 UTC revision 253 by teichmann, Tue Mar 11 14:16:48 2008 UTC
# Line 1  Line 1 
1    2008-03-11      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
4              generated anonymize_case() function.
5              
6    2008-03-11      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/sql.py: Added code to
9              generate a plpgsql function anonymize_case() that anonymized
10              a given case and all of its depending repeat groups.
11    
12    2008-03-06      Sascha L. Teichmann <[email protected]>
13    
14            * tools/anonym/xmlimport.py: remove print of insert statement.
15    
16            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
17    
18    2008-03-03      Torsten Irländer <[email protected]>
19    
20            * anonym/cron.sendAnonXml.sh,
21              anonym/getDbList.sh: Modified script to be used directly in the
22              production environment (Copied running scripts from production
23              server)
24    
25    2008-02-27      Sascha L. Teichmann <[email protected]>
26    
27            * tools/anonym/xmlimport.py: Fixed bug in date converter.
28    
29    2008-02-27      Sascha L. Teichmann <[email protected]>
30    
31            * tools/anonym/xmlimport.py: Simpilied version
32    
33    2008-02-27      Sascha L. Teichmann <[email protected]>
34    
35            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
36              xmlimport.py and parameters.
37    
38            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
39    
40            * tools/anonym/xmlexport.py: Use python interpreter without env
41              because of sudo context.
42    
43    2008-02-26      Sascha L. Teichmann <[email protected]>
44    
45            * tools/anonym/xmlimport.py: added support for getopt. add
46              support to force in fkz in import of case.
47    
48    2008-02-26      Sascha L. Teichmann <[email protected]>
49    
50            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
51    
52            * tools/anonym/html.awk: produces valid HTML.
53    
54    2008-02-25      Sascha L. Teichmann <[email protected]>
55    
56            * tools/anonym/joincsv.py: Fix a logic bug.
57    
58    2008-02-25      Torsten Irlaender <[email protected]>
59    
60            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
61              exportted cases. It will read all files from a directory and import
62              the files into the DB. After that the script will cleanup the
63              directory.
64    
65    2008-02-25      Torsten Irländer <[email protected]>
66            
67            * tools/anonym/cron.sendAnonXml.sh,
68              tools/anonym/xmlexport.py,
69              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
70    
71    2008-02-25      Sascha L. Teichmann <[email protected]>
72    
73            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
74    
75    2008-02-25      Sascha L. Teichmann <[email protected]>
76    
77            * tools/anonym/joincsv.py: New. Joins CSV files.
78    
79            * tools/anonym/html.awk: New. Converts CSV to HTML
80    
81    2008-02-25      Sascha L. Teichmann <[email protected]>
82    
83            * tools/anonym/xmlimport.py: New. Added generation of
84              update statements.
85    
86    2008-02-25      Sascha L. Teichmann <[email protected]>
87    
88            * tools/anonym/xmlimport.py: New. Base for importing
89              XML from cron.
90    
91    2008-02-24      Sascha L. Teichmann <[email protected]>
92    
93            * tools/formed/formed/plugins/export/html2.py: New. plug-in
94              for a simplified HTML output
95    
96            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
97              for dump schema as python dictionary.
98    
99            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
100              old stored procedure and view generators.
101    
102    2008-02-19      Sascha L. Teichmann <[email protected]>
103    
104            * tools/anonym/xmlexport.py: New. Export all cases in database
105              as XML.
106    
107    2008-02-18      Sascha L. Teichmann <[email protected]>
108    
109            * tools/anonym/anoymncsv.py: separate field with '\t' now.
110              all '\t's are replaced by '   ' before. '\r\n' are removed too.
111    
112    2008-02-15      Sascha L. Teichmann <[email protected]>
113    
114            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
115              data from database.
116    
117    2008-02-14      Sascha L. Teichmann <[email protected]>
118    
119            * tools/formed/formed/plugins/export/sql.py: Exchanged name
120              erase_value with suppress_value/suppress_value2.
121    
122    2008-02-13      Sascha L. Teichmann <[email protected]>
123    
124            * tools/formed/formed/plugins/export/sql.py: output id, master_id
125              substitute 'erase_value' with NULL value.
126    
127    2008-02-13      Sascha L. Teichmann <[email protected]>
128    
129            * tools/formed/formed/plugins/export/sql.py: output id, master_id
130              and uuid_id in anonymiziation views too.
131    
132    2008-02-13      Sascha L. Teichmann <[email protected]>
133    
134            * tools/formed/formed/plugins/export/sql.py: Added generation
135              of anonymiziation views for master table views and repeat group
136              views.
137    
138    2008-02-13      Sascha L. Teichmann <[email protected]>
139    
140            * tools/formed/formed/model/nodecomponents.py: Added attribute
141              "function"
142    
143            * tools/formed/formed/io/document.py: Save attributes in
144              alphabetical order.
145    
146    2008-02-02      Sascha L. Teichmann <[email protected]>
147    
148            * tools/formed/formed/plugins/export/sql.py: Added update rule
149              for master table and repeat groups views. Granted update right
150              to :cm_ka_group.
151    
152  2008-02-01      Sascha L. Teichmann <[email protected]>  2008-02-01      Sascha L. Teichmann <[email protected]>
153    
154          * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'          * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'

Legend:
Removed from v.222  
changed lines
  Added in v.253

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26