/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.225  
changed lines
  Added in v.264

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26