/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 242 by teichmann, Wed Feb 27 07:13:31 2008 UTC revision 279 by teichmann, Thu Jul 17 15:54:29 2008 UTC
# Line 1  Line 1 
1    2008-07-17      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/xmlimport.py: removed marking of invalid cases
4            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
5    
6    2008-07.07      Torsten Irländer <[email protected]>
7    
8            * tools/formed/formed/plugins/export/latex.py
9              tools/formed/formed/config.py: Added new LaTex Export. Beware this
10              is even more ugly the HTML Export.
11            * tools/formed/formed/plugins/export/html.py: Added information on
12              anonymisation to the html export.
13    
14    2008-07-07      Sascha L. Teichmann <[email protected]>
15    
16            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
17    
18    2008-07-07      Sascha L. Teichmann <[email protected]>
19    
20            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
21    
22    2008-07-07      Sascha L. Teichmann <[email protected]>  
23            
24            * tools/formed/formed/plugins/export/html.py: Added additional column
25            to the html export with information how each field will get
26            anonymized.
27    
28    2008-07-07      Sascha L. Teichmann <[email protected]>  
29    
30            * tools/anonym/xmlimport.py: sync with productive version.
31    
32    2008-06-10      Torsten Irländer <[email protected]>
33    
34            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
35              call anonymize function
36    
37    2008-05-21      Sascha L. Teichmann <[email protected]>  
38    
39            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
40              back to UTF-8.
41    
42    2008-05-21      Frank Koormann <[email protected]>
43    
44            * tools/formed/formed/plugins/export/xls.py: New, export key value
45            tables as excel workbook with one sheet per table.
46    
47            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
48    
49    2008-05-21      Frank Koormann <[email protected]>
50    
51            * tools/formed/formed/plugins/export/xsd.py
52            (SchemaCreator._createChoice): Fix use of choices name.
53    
54    2008-04-29      Sascha L. Teichmann <[email protected]>
55    
56            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
57              to allow arbitrary order of repeat groups.
58    
59    2008-04-29      Sascha L. Teichmann <[email protected]>
60    
61            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
62              character.
63    
64    2008-04-29      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/xsd.py: Added annotations
67              to fields.
68    
69    2008-04-29      Sascha L. Teichmann <[email protected]>
70    
71            * tools/formed/formed/plugins/export/xsd.py: Added for
72              choice fields.
73    
74    2008-04-29      Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/plugins/export/xsd.py: Added support for
77              boolean fields based on enumerations.
78    
79    2008-04-28      Sascha L. Teichmann <[email protected]>
80    
81            * tools/formed/formed/plugins/export/xsd.py: Added support for
82              date, text and textarea fields.
83    
84    2008-04-28      Sascha L. Teichmann <[email protected]>
85    
86            * tools/formed/formed/plugins/export/xsd.py: Added support for
87              repeat groups and integer fields.
88    
89    2008-04-28      Sascha L. Teichmann <[email protected]>
90    
91            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
92              exporting as XML schema. not ready, yet.
93    
94            * tools/formed/formed/config.py: Use new plug-in.
95    
96            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
97    
98    2008-04-17      Torsten Irländer <[email protected]>
99    
100            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
101            for the views because of the new group permissions.
102    
103    2008-04-09      Sascha L. Teichmann <[email protected]>
104    
105            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
106              old anonymized cases.
107    
108    2008-04-01      Sascha L. Teichmann <[email protected]>
109    
110            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
111              from clause to select datasets.
112              Replace ']]>' in CDATA sections with correct splitted replacement.
113    
114    2008-03-12      Sascha L. Teichmann <[email protected]>
115            
116            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
117              script.
118    
119            * tools/anonym/xmlimport.py: commented out database port from
120              connectionstring.
121    
122    2008-03-12      Sascha L. Teichmann <[email protected]>
123    
124            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
125              of anonymization of repeat groups (wrong id was given).
126    
127    2008-03-11      Sascha L. Teichmann <[email protected]>
128    
129            * tools/formed/formed/plugins/export/sql.py: Generate no update
130              statements for relations which have no anonym functions applied.
131    
132    2008-03-11      Sascha L. Teichmann <[email protected]>
133    
134            * tools/formed/formed/plugins/export/sql.py: Added a newline after
135              'COMMIT;' in the last line.
136    
137    2008-03-11      Sascha L. Teichmann <[email protected]>
138    
139            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
140              generated anonymize_case() function.
141              
142    2008-03-11      Sascha L. Teichmann <[email protected]>
143    
144            * tools/formed/formed/plugins/export/sql.py: Added code to
145              generate a plpgsql function anonymize_case() that anonymized
146              a given case and all of its depending repeat groups.
147    
148    2008-03-06      Sascha L. Teichmann <[email protected]>
149    
150            * tools/anonym/xmlimport.py: remove print of insert statement.
151    
152            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
153    
154    2008-03-03      Torsten Irländer <[email protected]>
155    
156            * anonym/cron.sendAnonXml.sh,
157              anonym/getDbList.sh: Modified script to be used directly in the
158              production environment (Copied running scripts from production
159              server)
160    
161            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
162              to be used in a production environment (Cpoied running script from
163              production server)
164    
165            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
166              ensure that only valid cases get exported
167    
168  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
169    
170            * tools/anonym/xmlimport.py: Fixed bug in date converter.
171    
172    2008-02-27      Sascha L. Teichmann <[email protected]>
173    
174            * tools/anonym/xmlimport.py: Simpilied version
175    
176    2008-02-27      Sascha L. Teichmann <[email protected]>
177    
178          * tools/anonym/cron.importAnonXml.sh: Add sudo call for          * tools/anonym/cron.importAnonXml.sh: Add sudo call for
179            xmlimport.py and parameters.            xmlimport.py and parameters.
180    
# Line 29  Line 205 
205            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
206            directory.            directory.
207    
208    2008-02-25      Torsten Irländer <[email protected]>
209            
210            * tools/anonym/cron.sendAnonXml.sh,
211              tools/anonym/xmlexport.py,
212              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
213    
214  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
215    
216          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.

Legend:
Removed from v.242  
changed lines
  Added in v.279

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26