/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 223 by teichmann, Sat Feb 2 16:54:15 2008 UTC revision 277 by torsten, Mon Jul 7 11:29:34 2008 UTC
# Line 1  Line 1 
1    2008-07-07      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
4    
5    2008-07-07      Sascha L. Teichmann <[email protected]>
6    
7            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
8    
9    2008-07-07      Sascha L. Teichmann <[email protected]>  
10            
11            * tools/formed/formed/plugins/export/html.py: Added additional column
12            to the html export with information how each field will get
13            anonymized.
14    
15    2008-07-07      Sascha L. Teichmann <[email protected]>  
16    
17            * tools/anonym/xmlimport.py: sync with productive version.
18    
19    2008-06-10      Torsten Irländer <[email protected]>
20    
21            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
22              call anonymize function
23    
24    2008-05-21      Sascha L. Teichmann <[email protected]>  
25    
26            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
27              back to UTF-8.
28    
29    2008-05-21      Frank Koormann <[email protected]>
30    
31            * tools/formed/formed/plugins/export/xls.py: New, export key value
32            tables as excel workbook with one sheet per table.
33    
34            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
35    
36    2008-05-21      Frank Koormann <[email protected]>
37    
38            * tools/formed/formed/plugins/export/xsd.py
39            (SchemaCreator._createChoice): Fix use of choices name.
40    
41    2008-04-29      Sascha L. Teichmann <[email protected]>
42    
43            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
44              to allow arbitrary order of repeat groups.
45    
46    2008-04-29      Sascha L. Teichmann <[email protected]>
47    
48            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
49              character.
50    
51    2008-04-29      Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/export/xsd.py: Added annotations
54              to fields.
55    
56    2008-04-29      Sascha L. Teichmann <[email protected]>
57    
58            * tools/formed/formed/plugins/export/xsd.py: Added for
59              choice fields.
60    
61    2008-04-29      Sascha L. Teichmann <[email protected]>
62    
63            * tools/formed/formed/plugins/export/xsd.py: Added support for
64              boolean fields based on enumerations.
65    
66    2008-04-28      Sascha L. Teichmann <[email protected]>
67    
68            * tools/formed/formed/plugins/export/xsd.py: Added support for
69              date, text and textarea fields.
70    
71    2008-04-28      Sascha L. Teichmann <[email protected]>
72    
73            * tools/formed/formed/plugins/export/xsd.py: Added support for
74              repeat groups and integer fields.
75    
76    2008-04-28      Sascha L. Teichmann <[email protected]>
77    
78            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
79              exporting as XML schema. not ready, yet.
80    
81            * tools/formed/formed/config.py: Use new plug-in.
82    
83            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
84    
85    2008-04-17      Torsten Irländer <[email protected]>
86    
87            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
88            for the views because of the new group permissions.
89    
90    2008-04-09      Sascha L. Teichmann <[email protected]>
91    
92            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
93              old anonymized cases.
94    
95    2008-04-01      Sascha L. Teichmann <[email protected]>
96    
97            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
98              from clause to select datasets.
99              Replace ']]>' in CDATA sections with correct splitted replacement.
100    
101    2008-03-12      Sascha L. Teichmann <[email protected]>
102            
103            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
104              script.
105    
106            * tools/anonym/xmlimport.py: commented out database port from
107              connectionstring.
108    
109    2008-03-12      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
112              of anonymization of repeat groups (wrong id was given).
113    
114    2008-03-11      Sascha L. Teichmann <[email protected]>
115    
116            * tools/formed/formed/plugins/export/sql.py: Generate no update
117              statements for relations which have no anonym functions applied.
118    
119    2008-03-11      Sascha L. Teichmann <[email protected]>
120    
121            * tools/formed/formed/plugins/export/sql.py: Added a newline after
122              'COMMIT;' in the last line.
123    
124    2008-03-11      Sascha L. Teichmann <[email protected]>
125    
126            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
127              generated anonymize_case() function.
128              
129    2008-03-11      Sascha L. Teichmann <[email protected]>
130    
131            * tools/formed/formed/plugins/export/sql.py: Added code to
132              generate a plpgsql function anonymize_case() that anonymized
133              a given case and all of its depending repeat groups.
134    
135    2008-03-06      Sascha L. Teichmann <[email protected]>
136    
137            * tools/anonym/xmlimport.py: remove print of insert statement.
138    
139            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
140    
141    2008-03-03      Torsten Irländer <[email protected]>
142    
143            * anonym/cron.sendAnonXml.sh,
144              anonym/getDbList.sh: Modified script to be used directly in the
145              production environment (Copied running scripts from production
146              server)
147    
148            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
149              to be used in a production environment (Cpoied running script from
150              production server)
151    
152            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
153              ensure that only valid cases get exported
154    
155    2008-02-27      Sascha L. Teichmann <[email protected]>
156    
157            * tools/anonym/xmlimport.py: Fixed bug in date converter.
158    
159    2008-02-27      Sascha L. Teichmann <[email protected]>
160    
161            * tools/anonym/xmlimport.py: Simpilied version
162    
163    2008-02-27      Sascha L. Teichmann <[email protected]>
164    
165            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
166              xmlimport.py and parameters.
167    
168            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
169    
170            * tools/anonym/xmlexport.py: Use python interpreter without env
171              because of sudo context.
172    
173    2008-02-26      Sascha L. Teichmann <[email protected]>
174    
175            * tools/anonym/xmlimport.py: added support for getopt. add
176              support to force in fkz in import of case.
177    
178    2008-02-26      Sascha L. Teichmann <[email protected]>
179    
180            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
181    
182            * tools/anonym/html.awk: produces valid HTML.
183    
184    2008-02-25      Sascha L. Teichmann <[email protected]>
185    
186            * tools/anonym/joincsv.py: Fix a logic bug.
187    
188    2008-02-25      Torsten Irlaender <[email protected]>
189    
190            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
191              exportted cases. It will read all files from a directory and import
192              the files into the DB. After that the script will cleanup the
193              directory.
194    
195    2008-02-25      Torsten Irländer <[email protected]>
196            
197            * tools/anonym/cron.sendAnonXml.sh,
198              tools/anonym/xmlexport.py,
199              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
200    
201    2008-02-25      Sascha L. Teichmann <[email protected]>
202    
203            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
204    
205    2008-02-25      Sascha L. Teichmann <[email protected]>
206    
207            * tools/anonym/joincsv.py: New. Joins CSV files.
208    
209            * tools/anonym/html.awk: New. Converts CSV to HTML
210    
211    2008-02-25      Sascha L. Teichmann <[email protected]>
212    
213            * tools/anonym/xmlimport.py: New. Added generation of
214              update statements.
215    
216    2008-02-25      Sascha L. Teichmann <[email protected]>
217    
218            * tools/anonym/xmlimport.py: New. Base for importing
219              XML from cron.
220    
221    2008-02-24      Sascha L. Teichmann <[email protected]>
222    
223            * tools/formed/formed/plugins/export/html2.py: New. plug-in
224              for a simplified HTML output
225    
226            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
227              for dump schema as python dictionary.
228    
229            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
230              old stored procedure and view generators.
231    
232    2008-02-19      Sascha L. Teichmann <[email protected]>
233    
234            * tools/anonym/xmlexport.py: New. Export all cases in database
235              as XML.
236    
237    2008-02-18      Sascha L. Teichmann <[email protected]>
238    
239            * tools/anonym/anoymncsv.py: separate field with '\t' now.
240              all '\t's are replaced by '   ' before. '\r\n' are removed too.
241    
242    2008-02-15      Sascha L. Teichmann <[email protected]>
243    
244            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
245              data from database.
246    
247    2008-02-14      Sascha L. Teichmann <[email protected]>
248    
249            * tools/formed/formed/plugins/export/sql.py: Exchanged name
250              erase_value with suppress_value/suppress_value2.
251    
252    2008-02-13      Sascha L. Teichmann <[email protected]>
253    
254            * tools/formed/formed/plugins/export/sql.py: output id, master_id
255              substitute 'erase_value' with NULL value.
256    
257    2008-02-13      Sascha L. Teichmann <[email protected]>
258    
259            * tools/formed/formed/plugins/export/sql.py: output id, master_id
260              and uuid_id in anonymiziation views too.
261    
262    2008-02-13      Sascha L. Teichmann <[email protected]>
263    
264            * tools/formed/formed/plugins/export/sql.py: Added generation
265              of anonymiziation views for master table views and repeat group
266              views.
267    
268    2008-02-13      Sascha L. Teichmann <[email protected]>
269    
270            * tools/formed/formed/model/nodecomponents.py: Added attribute
271              "function"
272    
273            * tools/formed/formed/io/document.py: Save attributes in
274              alphabetical order.
275    
276  2008-02-02      Sascha L. Teichmann <[email protected]>  2008-02-02      Sascha L. Teichmann <[email protected]>
277    
278          * tools/formed/formed/plugins/export/sql.py: Added update rule          * tools/formed/formed/plugins/export/sql.py: Added update rule

Legend:
Removed from v.223  
changed lines
  Added in v.277

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26